aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/emulex/benet/be_main.c
AgeCommit message (Expand)Author
2015-10-13be2net: set pci_func_num while issuing GET_PROFILE_CONFIG cmdSomnath Kotur
2015-10-13be2net: pad skb to meet minimum TX pkt size in BE3Suresh Reddy
2015-10-13be2net: fix BE3-R FW download compatibility checkKalesh AP
2015-09-17be2net: allow offloading with the same port for IPv4 and IPv6Jiri Benc
2015-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-17be2net: avoid vxlan offloading on multichannel configsIvan Vecera
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-07be2net: protect eqo->affinity_mask from getting freed twiceKalesh AP
2015-08-07be2net: post buffers before destroying RXQs in LancerKalesh AP
2015-08-07be2net: enable IFACE filters only after creating RXQsKalesh AP
2015-07-29be2net: Support vxlan offload stats in the driverSriharsha Basavapatna
2015-07-24be2net: support ndo_get_phys_port_id()Sriharsha Basavapatna
2015-07-10be2net: convert dest field in udp-hdr to host-endianVenkat Duvvuru
2015-07-10be2net: fix wrong return value in be_check_ufi_compatibility()Vasundhara Volam
2015-07-10be2net: remove redundant D0 power state setKalesh Purayil
2015-07-10be2net: query FW to check if EVB is enabledKalesh Purayil
2015-07-10be2net: remove duplicate code in be_setup_wol()Kalesh Purayil
2015-06-23switchdev; add VLAN support for port's bridge_getlinkScott Feldman
2015-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-06-07be2net: Replace dma/pci_alloc_coherent() calls with dma_zalloc_coherent()Sriharsha Basavapatna
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-28cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell
2015-05-19be2net: make hwmon interface optionalArnd Bergmann
2015-05-14be2net: Support for OS2BMC.Venkata Duvvuru
2015-05-14be2net: Report a "link down" to the stack when a fatal error or fw reset happ...Venkata Duvvuru
2015-05-14be2net: Export board temperature using hwmon-sysfs interface.Venkata Duvvuru
2015-05-09be2net: update copyright year to 2015Vasundhara Volam
2015-05-09be2net: use be_virtfn() instead of !be_physfn()Kalesh AP
2015-05-09be2net: simplify UFI compatibility checkingVasundhara Volam
2015-05-09be2net: post full RXQ on interface enableSuresh Reddy
2015-05-09be2net: check for INSUFFICIENT_VLANS errorKalesh AP
2015-05-09be2net: receive pkts with L3, L4 errors on VFsSomnath Kotur
2015-05-09be2net: set interrupt moderation for Skyhawk-R using EQ-DBPadmanabh Ratnakar
2015-05-09be2net: add support for spoofchk settingKalesh AP
2015-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-30be2net: log link statusIvan Vecera
2015-04-29bridge/nl: remove wrong use of NLM_F_MULTINicolas Dichtel
2015-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-08be2net: Fix a bug in Rx buffer postingAjit Khaparde
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: Prevent VFs from enabling VLAN promiscuous modeVasundhara Volam
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