summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-142-1/+2
|\
| * be2net: Fix a bug in Rx buffer postingAjit Khaparde2015-04-092-1/+2
* | be2net: bump up the driver version to 10.6.0.1Sathya Perla2015-03-291-1/+1
* | be2net: setup xps queue mappingSathya Perla2015-03-291-3/+7
* | be2net: assign CPU affinity hints to be2net IRQsPadmanabh Ratnakar2015-03-292-3/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-204-44/+108
|\|
| * 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
* | ethernet: codespell comment spelling fixesJoe Perches2015-03-091-1/+1
* | be2net: implement .sriov_configure() PCI callbackVasundhara Volam2015-03-042-65/+107
* | be2net: re-distribute SRIOV resources allowed by FWVasundhara Volam2015-03-044-38/+141
* | be2net: avoid creating the non-RSS default RXQ if FW allows toVasundhara Volam2015-03-045-24/+41
* | ethernet: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-032-2/+2
* | be2net: move be_func_init() call inside be_setup()Sathya Perla2015-02-231-46/+42Star
* | be2net: refactor adapter resource cleanup sequence into be_cleanup()Kalesh AP2015-02-231-24/+16Star
* | be2net: refactor adapter resource initialzation sequence into be_resume()Kalesh AP2015-02-231-35/+21Star
* | be2net: remove code duplication relating to Lancer reset sequenceSathya Perla2015-02-232-117/+55Star
* | be2net: refactor error detect/recovery functionKalesh AP2015-02-231-14/+17
* | be2net: use a wrapper to schedule and cancel error detection taskSathya Perla2015-02-232-16/+32
* | be2net: refactor function initalization sequence into be_func_init()Sathya Perla2015-02-232-44/+36Star
* | be2net: get rid of be_get_initial_config() call from be_probe()Sathya Perla2015-02-231-25/+13Star
* | be2net: move adapter fields alloc/free code to new routinesSathya Perla2015-02-231-213/+195Star
* | be2net: Add a few inline functions to test TXQ conditionsSriharsha Basavapatna2015-02-201-4/+18
* | be2net: Minor code cleanup in tx completion processSriharsha Basavapatna2015-02-202-23/+31
* | be2net: Refactor be_xmit_enqueue() routineSriharsha Basavapatna2015-02-201-40/+86
* | be2net: Refactor wrb_fill_hdr() routineSriharsha Basavapatna2015-02-202-39/+99
|/
* 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
|/