summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex/benet
Commit message (Expand)AuthorAgeFilesLines
* be2net: bump up the driver version to 10.6.0.3Sathya Perla2015-07-111-1/+1
* be2net: make SET_LOOPBACK_MODE cmd asynchrounousSuresh Reddy2015-07-113-5/+35
* be2net: make the RX_FILTER command asynchronousSuresh Reddy2015-07-111-1/+1
* be2net: return error status from be_mcc_notify()Suresh Reddy2015-07-111-11/+28
* be2net: convert dest field in udp-hdr to host-endianVenkat Duvvuru2015-07-111-1/+1
* be2net: fix wrong return value in be_check_ufi_compatibility()Vasundhara Volam2015-07-111-1/+1
* be2net: remove redundant D0 power state setKalesh Purayil2015-07-111-2/+0Star
* be2net: query FW to check if EVB is enabledKalesh Purayil2015-07-112-3/+4
* be2net: remove duplicate code in be_setup_wol()Kalesh Purayil2015-07-111-17/+11Star
* switchdev; add VLAN support for port's bridge_getlinkScott Feldman2015-06-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-093-53/+67
|\
| * be2net: Replace dma/pci_alloc_coherent() calls with dma_zalloc_coherent()Sriharsha Basavapatna2015-06-083-53/+67
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-021-3/+3
|\|
| * cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell2015-05-281-3/+3
* | be2net: make hwmon interface optionalArnd Bergmann2015-05-192-4/+13
* | be2net: Support for OS2BMC.Venkata Duvvuru2015-05-144-1/+181
* | be2net: Report a "link down" to the stack when a fatal error or fw reset happ...Venkata Duvvuru2015-05-143-34/+49
* | be2net: Export board temperature using hwmon-sysfs interface.Venkata Duvvuru2015-05-144-3/+46
* | be2net: update the driver version to 10.6.0.2Sathya Perla2015-05-091-1/+1
* | be2net: update copyright year to 2015Vasundhara Volam2015-05-098-8/+8
* | be2net: use be_virtfn() instead of !be_physfn()Kalesh AP2015-05-092-7/+8
* | be2net: simplify UFI compatibility checkingVasundhara Volam2015-05-092-44/+16Star
* | be2net: post full RXQ on interface enableSuresh Reddy2015-05-091-2/+5
* | be2net: check for INSUFFICIENT_VLANS errorKalesh AP2015-05-093-2/+5
* | be2net: receive pkts with L3, L4 errors on VFsSomnath Kotur2015-05-091-1/+1
* | be2net: set interrupt moderation for Skyhawk-R using EQ-DBPadmanabh Ratnakar2015-05-094-45/+128
* | be2net: add support for spoofchk settingKalesh AP2015-05-094-14/+78
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-031-2/+3
|\|
| * bridge/nl: remove wrong use of NLM_F_MULTINicolas Dichtel2015-04-291-2/+3
* | be2net: log link statusIvan Vecera2015-04-301-0/+2
|/
* 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