summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex
Commit message (Expand)AuthorAgeFilesLines
* be2net: use PCI MMIO read instead of config read for errorsSuresh Reddy2015-03-202-11/+23
* be2net: restrict MODIFY_EQ_DELAY cmd to a max of 8 EQsSuresh Reddy2015-03-201-9/+5Star
* be2net: Prevent VFs from enabling VLAN promiscuous modeVasundhara Volam2015-03-204-24/+80
* MODULE_DEVICE_TABLE: fix some callsitesAndrew Morton2015-02-141-1/+0Star
* be2net: avoid unncessary swapping of fields in eth_tx_wrbSathya Perla2015-02-082-18/+27
* be2net: process port misconfig async eventVasundhara Volam2015-02-084-30/+139
* be2net: refactor be_set_rx_mode() and be_vid_config() for readabilitySathya Perla2015-02-082-97/+127
* be2net: remove duplicate code in be_cmd_rx_filter()Sathya Perla2015-02-083-51/+36Star
* be2net: use offset based FW flashing for Skyhawk chipVasundhara Volam2015-02-083-23/+66
* be2net: avoid flashing SH-B0 UFI image on SH-P2 chipVasundhara Volam2015-02-082-2/+9
* be2net: refactor code that checks flash file compatibilityVasundhara Volam2015-02-082-68/+78
* be2net: replace (1 << x) with BIT(x)Vasundhara Volam2015-02-083-15/+15
* be2net: move un-exported routines from be.h to respective src filesSathya Perla2015-02-083-166/+167
* be2net: fix sparse warningLad, Prabhakar2015-02-061-1/+1
* bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellinkRoopa Prabhu2015-02-021-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-281-3/+38
|\
| * be2net: Allow GRE to work concurrently while a VxLAN tunnel is configuredSriharsha Basavapatna2015-01-151-3/+38
* | be2net: Fix TX rate limiting on Lancer/Skyhawk-R VFsKalesh AP2015-01-251-0/+1
* | be2net: move definitions related to FW cmdsfrom be_hw.h to be_cmds.hVasundhara Volam2015-01-253-224/+176Star
* | be2net: issue function reset cmd in resume pathKalesh AP2015-01-251-0/+4
* | be2net: add a log message for POST timeout in LancerKalesh AP2015-01-251-6/+11
* | be2net: fail VF link config change via ndo_set_vf_link_state() on BE3/LancerKalesh AP2015-01-251-1/+1
* | be2net: fix failure case in setting flow controlKalesh AP2015-01-252-11/+15
* | be2net: move interface create code to a separate routineKalesh AP2015-01-251-20/+29
* | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-6/+6
* | be2net: support TX batching using skb->xmit_more flagSathya Perla2015-01-054-116/+133
|/
* net: Generalize ndo_gso_check to ndo_features_checkJesse Gross2014-12-261-3/+5
* be2net: Fix incorrect setting of tunnel offload flag in netdev featuresSriharsha Basavapatna2014-12-181-0/+2
* be2net: Export tunnel offloads only when a VxLAN tunnel is createdSriharsha Basavapatna2014-12-112-10/+33
* ethtool: Support for configurable RSS hash functionEyal Perry2014-12-091-2/+10
* emulex: Use skb_put_padto instead of skb_padto() and skb->len assignmentAlexander Duyck2014-12-091-2/+1Star
* bridge: add brport flags to dflt bridge_getlinkScott Feldman2014-12-031-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-301-0/+5
|\
| * net: Check for presence of IFLA_AF_SPECThomas Graf2014-11-261-0/+2
| * net: Validate IFLA_BRIDGE_MODE attribute lengthThomas Graf2014-11-261-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-221-0/+6
|\|
| * be2net: Implement ndo_gso_check()Joe Stringer2014-11-141-0/+6
* | vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko2014-11-211-2/+4
* | be2net:use netdev_rss_key_fill() helperEric Dumazet2014-11-161-5/+5
|/
* be2net: fix alignment on line wrapKalesh AP2014-09-223-10/+11
* be2net: remove multiple assignments on a single lineKalesh AP2014-09-223-8/+12
* be2net: remove space after typecastsKalesh AP2014-09-222-5/+5
* be2net: remove unnecessary blank lines after an open braceKalesh AP2014-09-222-5/+0Star
* be2net: insert a blank line after function/struct//enum definitionsKalesh AP2014-09-222-0/+5
* be2net: remove multiple blank linesKalesh AP2014-09-223-4/+0Star
* be2net: add blank line after declarationsKalesh AP2014-09-224-0/+38
* be2net: remove return statements for void functionsKalesh AP2014-09-222-5/+0Star
* be2net: add speed reporting for 20G-KR interfaceVasundhara Volam2014-09-222-0/+8
* be2net: add speed reporting for 40G/KR interfaceKalesh AP2014-09-221-0/+7
* be2net: fix sparse warnings in be_cmd_req_port_type{}Suresh Reddy2014-09-221-2/+2