summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex
AgeCommit message (Expand)AuthorLines
2015-02-13MODULE_DEVICE_TABLE: fix some callsitesAndrew Morton-1/+0
2015-02-07be2net: avoid unncessary swapping of fields in eth_tx_wrbSathya Perla-18/+27
2015-02-07be2net: process port misconfig async eventVasundhara Volam-30/+139
2015-02-07be2net: refactor be_set_rx_mode() and be_vid_config() for readabilitySathya Perla-97/+127
2015-02-07be2net: remove duplicate code in be_cmd_rx_filter()Sathya Perla-51/+36
2015-02-07be2net: use offset based FW flashing for Skyhawk chipVasundhara Volam-23/+66
2015-02-07be2net: avoid flashing SH-B0 UFI image on SH-P2 chipVasundhara Volam-2/+9
2015-02-07be2net: refactor code that checks flash file compatibilityVasundhara Volam-68/+78
2015-02-07be2net: replace (1 << x) with BIT(x)Vasundhara Volam-15/+15
2015-02-07be2net: move un-exported routines from be.h to respective src filesSathya Perla-166/+167
2015-02-05be2net: fix sparse warningLad, Prabhakar-1/+1
2015-02-01bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellinkRoopa Prabhu-1/+2
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+38
2015-01-24be2net: Fix TX rate limiting on Lancer/Skyhawk-R VFsKalesh AP-0/+1
2015-01-24be2net: move definitions related to FW cmdsfrom be_hw.h to be_cmds.hVasundhara Volam-224/+176
2015-01-24be2net: issue function reset cmd in resume pathKalesh AP-0/+4
2015-01-24be2net: add a log message for POST timeout in LancerKalesh AP-6/+11
2015-01-24be2net: fail VF link config change via ndo_set_vf_link_state() on BE3/LancerKalesh AP-1/+1
2015-01-24be2net: fix failure case in setting flow controlKalesh AP-11/+15
2015-01-24be2net: move interface create code to a separate routineKalesh AP-20/+29
2015-01-15be2net: Allow GRE to work concurrently while a VxLAN tunnel is configuredSriharsha Basavapatna-3/+38
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko-6/+6
2015-01-05be2net: support TX batching using skb->xmit_more flagSathya Perla-116/+133
2014-12-26net: Generalize ndo_gso_check to ndo_features_checkJesse Gross-3/+5
2014-12-18be2net: Fix incorrect setting of tunnel offload flag in netdev featuresSriharsha Basavapatna-0/+2
2014-12-11be2net: Export tunnel offloads only when a VxLAN tunnel is createdSriharsha Basavapatna-10/+33
2014-12-08ethtool: Support for configurable RSS hash functionEyal Perry-2/+10
2014-12-08emulex: Use skb_put_padto instead of skb_padto() and skb->len assignmentAlexander Duyck-2/+1
2014-12-02bridge: add brport flags to dflt bridge_getlinkScott Feldman-1/+2
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+5
2014-11-26net: Check for presence of IFLA_AF_SPECThomas Graf-0/+2
2014-11-26net: Validate IFLA_BRIDGE_MODE attribute lengthThomas Graf-0/+3
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+6
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko-2/+4
2014-11-16be2net:use netdev_rss_key_fill() helperEric Dumazet-5/+5
2014-11-14be2net: Implement ndo_gso_check()Joe Stringer-0/+6
2014-09-22be2net: fix alignment on line wrapKalesh AP-10/+11
2014-09-22be2net: remove multiple assignments on a single lineKalesh AP-8/+12
2014-09-22be2net: remove space after typecastsKalesh AP-5/+5
2014-09-22be2net: remove unnecessary blank lines after an open braceKalesh AP-5/+0
2014-09-22be2net: insert a blank line after function/struct//enum definitionsKalesh AP-0/+5
2014-09-22be2net: remove multiple blank linesKalesh AP-4/+0
2014-09-22be2net: add blank line after declarationsKalesh AP-0/+38
2014-09-22be2net: remove return statements for void functionsKalesh AP-5/+0
2014-09-22be2net: add speed reporting for 20G-KR interfaceVasundhara Volam-0/+8
2014-09-22be2net: add speed reporting for 40G/KR interfaceKalesh AP-0/+7
2014-09-22be2net: fix sparse warnings in be_cmd_req_port_type{}Suresh Reddy-2/+2
2014-09-22be2net: fix a sparse warning in be_cmd_modify_eqd()Kalesh AP-2/+2
2014-09-13be2net: enable PCIe error reporting on VFs tooKalesh AP-5/+3
2014-09-13be2net: send a max of 8 EQs to be_cmd_modify_eqd() on LancerKalesh AP-2/+21