summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/emulex
AgeCommit message (Expand)Author
2015-03-29be2net: bump up the driver version to 10.6.0.1Sathya Perla
2015-03-29be2net: setup xps queue mappingSathya Perla
2015-03-29be2net: assign CPU affinity hints to be2net IRQsPadmanabh Ratnakar
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-20be2net: use PCI MMIO read instead of config read for errorsSuresh Reddy
2015-03-20be2net: restrict MODIFY_EQ_DELAY cmd to a max of 8 EQsSuresh Reddy
2015-03-20be2net: Prevent VFs from enabling VLAN promiscuous modeVasundhara Volam
2015-03-08ethernet: codespell comment spelling fixesJoe Perches
2015-03-04be2net: implement .sriov_configure() PCI callbackVasundhara Volam
2015-03-04be2net: re-distribute SRIOV resources allowed by FWVasundhara Volam
2015-03-04be2net: avoid creating the non-RSS default RXQ if FW allows toVasundhara Volam
2015-03-03ethernet: Use eth_<foo>_addr instead of memsetJoe Perches
2015-02-23be2net: move be_func_init() call inside be_setup()Sathya Perla
2015-02-23be2net: refactor adapter resource cleanup sequence into be_cleanup()Kalesh AP
2015-02-23be2net: refactor adapter resource initialzation sequence into be_resume()Kalesh AP
2015-02-23be2net: remove code duplication relating to Lancer reset sequenceSathya Perla
2015-02-23be2net: refactor error detect/recovery functionKalesh AP
2015-02-23be2net: use a wrapper to schedule and cancel error detection taskSathya Perla
2015-02-23be2net: refactor function initalization sequence into be_func_init()Sathya Perla
2015-02-23be2net: get rid of be_get_initial_config() call from be_probe()Sathya Perla
2015-02-23be2net: move adapter fields alloc/free code to new routinesSathya Perla
2015-02-20be2net: Add a few inline functions to test TXQ conditionsSriharsha Basavapatna
2015-02-20be2net: Minor code cleanup in tx completion processSriharsha Basavapatna
2015-02-20be2net: Refactor be_xmit_enqueue() routineSriharsha Basavapatna
2015-02-20be2net: Refactor wrb_fill_hdr() routineSriharsha Basavapatna
2015-02-13MODULE_DEVICE_TABLE: fix some callsitesAndrew Morton
2015-02-07be2net: avoid unncessary swapping of fields in eth_tx_wrbSathya Perla
2015-02-07be2net: process port misconfig async eventVasundhara Volam
2015-02-07be2net: refactor be_set_rx_mode() and be_vid_config() for readabilitySathya Perla
2015-02-07be2net: remove duplicate code in be_cmd_rx_filter()Sathya Perla
2015-02-07be2net: use offset based FW flashing for Skyhawk chipVasundhara Volam
2015-02-07be2net: avoid flashing SH-B0 UFI image on SH-P2 chipVasundhara Volam
2015-02-07be2net: refactor code that checks flash file compatibilityVasundhara Volam
2015-02-07be2net: replace (1 << x) with BIT(x)Vasundhara Volam
2015-02-07be2net: move un-exported routines from be.h to respective src filesSathya Perla
2015-02-05be2net: fix sparse warningLad, Prabhakar
2015-02-01bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellinkRoopa Prabhu
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-24be2net: Fix TX rate limiting on Lancer/Skyhawk-R VFsKalesh AP
2015-01-24be2net: move definitions related to FW cmdsfrom be_hw.h to be_cmds.hVasundhara Volam
2015-01-24be2net: issue function reset cmd in resume pathKalesh AP
2015-01-24be2net: add a log message for POST timeout in LancerKalesh AP
2015-01-24be2net: fail VF link config change via ndo_set_vf_link_state() on BE3/LancerKalesh AP
2015-01-24be2net: fix failure case in setting flow controlKalesh AP
2015-01-24be2net: move interface create code to a separate routineKalesh AP
2015-01-15be2net: Allow GRE to work concurrently while a VxLAN tunnel is configuredSriharsha Basavapatna
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2015-01-05be2net: support TX batching using skb->xmit_more flagSathya Perla
2014-12-26net: Generalize ndo_gso_check to ndo_features_checkJesse Gross
2014-12-18be2net: Fix incorrect setting of tunnel offload flag in netdev featuresSriharsha Basavapatna