summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/emulex
AgeCommit message (Expand)AuthorFilesLines
2015-07-25be2net: support ndo_get_phys_port_id()Sriharsha Basavapatna4-4/+36
2015-07-11be2net: bump up the driver version to 10.6.0.3Sathya Perla1-1/+1
2015-07-11be2net: make SET_LOOPBACK_MODE cmd asynchrounousSuresh Reddy3-5/+35
2015-07-11be2net: make the RX_FILTER command asynchronousSuresh Reddy1-1/+1
2015-07-11be2net: return error status from be_mcc_notify()Suresh Reddy1-11/+28
2015-07-11be2net: convert dest field in udp-hdr to host-endianVenkat Duvvuru1-1/+1
2015-07-11be2net: fix wrong return value in be_check_ufi_compatibility()Vasundhara Volam1-1/+1
2015-07-11be2net: remove redundant D0 power state setKalesh Purayil1-2/+0
2015-07-11be2net: query FW to check if EVB is enabledKalesh Purayil2-3/+4
2015-07-11be2net: remove duplicate code in be_setup_wol()Kalesh Purayil1-17/+11
2015-06-23switchdev; add VLAN support for port's bridge_getlinkScott Feldman1-1/+1
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker1-3/+1
2015-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-53/+67
2015-06-08be2net: Replace dma/pci_alloc_coherent() calls with dma_zalloc_coherent()Sriharsha Basavapatna3-53/+67
2015-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2015-05-28cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell1-3/+3
2015-05-19be2net: make hwmon interface optionalArnd Bergmann2-4/+13
2015-05-14be2net: Support for OS2BMC.Venkata Duvvuru4-1/+181
2015-05-14be2net: Report a "link down" to the stack when a fatal error or fw reset happ...Venkata Duvvuru3-34/+49
2015-05-14be2net: Export board temperature using hwmon-sysfs interface.Venkata Duvvuru4-3/+46
2015-05-09be2net: update the driver version to 10.6.0.2Sathya Perla1-1/+1
2015-05-09be2net: update copyright year to 2015Vasundhara Volam8-8/+8
2015-05-09be2net: use be_virtfn() instead of !be_physfn()Kalesh AP2-7/+8
2015-05-09be2net: simplify UFI compatibility checkingVasundhara Volam2-44/+16
2015-05-09be2net: post full RXQ on interface enableSuresh Reddy1-2/+5
2015-05-09be2net: check for INSUFFICIENT_VLANS errorKalesh AP3-2/+5
2015-05-09be2net: receive pkts with L3, L4 errors on VFsSomnath Kotur1-1/+1
2015-05-09be2net: set interrupt moderation for Skyhawk-R using EQ-DBPadmanabh Ratnakar4-45/+128
2015-05-09be2net: add support for spoofchk settingKalesh AP4-14/+78
2015-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2015-04-30be2net: log link statusIvan Vecera1-0/+2
2015-04-29bridge/nl: remove wrong use of NLM_F_MULTINicolas Dichtel1-2/+3
2015-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+2
2015-04-09be2net: Fix a bug in Rx buffer postingAjit Khaparde2-1/+2
2015-03-29be2net: bump up the driver version to 10.6.0.1Sathya Perla1-1/+1
2015-03-29be2net: setup xps queue mappingSathya Perla1-3/+7
2015-03-29be2net: assign CPU affinity hints to be2net IRQsPadmanabh Ratnakar2-3/+16
2015-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-44/+108
2015-03-20be2net: use PCI MMIO read instead of config read for errorsSuresh Reddy2-11/+23
2015-03-20be2net: restrict MODIFY_EQ_DELAY cmd to a max of 8 EQsSuresh Reddy1-9/+5
2015-03-20be2net: Prevent VFs from enabling VLAN promiscuous modeVasundhara Volam4-24/+80
2015-03-09ethernet: codespell comment spelling fixesJoe Perches1-1/+1
2015-03-04be2net: implement .sriov_configure() PCI callbackVasundhara Volam2-65/+107
2015-03-04be2net: re-distribute SRIOV resources allowed by FWVasundhara Volam4-38/+141
2015-03-04be2net: avoid creating the non-RSS default RXQ if FW allows toVasundhara Volam5-24/+41
2015-03-04ethernet: Use eth_<foo>_addr instead of memsetJoe Perches2-2/+2
2015-02-23be2net: move be_func_init() call inside be_setup()Sathya Perla1-46/+42
2015-02-23be2net: refactor adapter resource cleanup sequence into be_cleanup()Kalesh AP1-24/+16
2015-02-23be2net: refactor adapter resource initialzation sequence into be_resume()Kalesh AP1-35/+21
2015-02-23be2net: remove code duplication relating to Lancer reset sequenceSathya Perla2-117/+55