aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex/benet/be_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-30be2net: move FW flash cmd code to be_cmds.cSuresh Reddy1-564/+0
2015-12-30be2net: cleanup FW flash image related macro definesSuresh Reddy1-39/+39
2015-12-30be2net: avoid configuring VEPA mode on BE3Suresh Reddy1-0/+3
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-1/+1
2015-11-18net: provide generic busy polling to all NAPI driversEric Dumazet1-1/+0
2015-11-18net: move skb_mark_napi_id() into core networking stackEric Dumazet1-1/+0
2015-11-16be2net: replace hardcoded values with existing defineIvan Vecera1-1/+1
2015-10-13be2net: set pci_func_num while issuing GET_PROFILE_CONFIG cmdSomnath Kotur1-4/+5
2015-10-13be2net: pad skb to meet minimum TX pkt size in BE3Suresh Reddy1-4/+5
2015-10-13be2net: fix BE3-R FW download compatibility checkKalesh AP1-1/+9
2015-09-17be2net: allow offloading with the same port for IPv4 and IPv6Jiri Benc1-0/+10
2015-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-08-17be2net: avoid vxlan offloading on multichannel configsIvan Vecera1-2/+2
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-67/+120
2015-08-07be2net: protect eqo->affinity_mask from getting freed twiceKalesh AP1-8/+10
2015-08-07be2net: post buffers before destroying RXQs in LancerKalesh AP1-12/+30
2015-08-07be2net: enable IFACE filters only after creating RXQsKalesh AP1-47/+80
2015-07-29be2net: Support vxlan offload stats in the driverSriharsha Basavapatna1-1/+6
2015-07-24be2net: support ndo_get_phys_port_id()Sriharsha Basavapatna1-0/+22
2015-07-10be2net: convert dest field in udp-hdr to host-endianVenkat Duvvuru1-1/+1
2015-07-10be2net: fix wrong return value in be_check_ufi_compatibility()Vasundhara Volam1-1/+1
2015-07-10be2net: remove redundant D0 power state setKalesh Purayil1-2/+0
2015-07-10be2net: query FW to check if EVB is enabledKalesh Purayil1-3/+3
2015-07-10be2net: 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-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+7
2015-06-07be2net: Replace dma/pci_alloc_coherent() calls with dma_zalloc_coherent()Sriharsha Basavapatna1-8/+7
2015-06-01Merge 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 Bergmann1-4/+4
2015-05-14be2net: Support for OS2BMC.Venkata Duvvuru1-0/+138
2015-05-14be2net: Report a "link down" to the stack when a fatal error or fw reset happens.Venkata Duvvuru1-19/+23
2015-05-14be2net: Export board temperature using hwmon-sysfs interface.Venkata Duvvuru1-0/+34
2015-05-09be2net: update copyright year to 2015Vasundhara Volam1-1/+1
2015-05-09be2net: use be_virtfn() instead of !be_physfn()Kalesh AP1-5/+6
2015-05-09be2net: simplify UFI compatibility checkingVasundhara Volam1-40/+16
2015-05-09be2net: post full RXQ on interface enableSuresh Reddy1-2/+5
2015-05-09be2net: check for INSUFFICIENT_VLANS errorKalesh AP1-1/+2
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 Ratnakar1-45/+107
2015-05-09be2net: add support for spoofchk settingKalesh AP1-4/+47
2015-05-02Merge 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. Miller1-1/+1
2015-04-08be2net: Fix a bug in Rx buffer postingAjit Khaparde1-1/+1
2015-03-29be2net: setup xps queue mappingSathya Perla1-3/+7
2015-03-29be2net: assign CPU affinity hints to be2net IRQsPadmanabh Ratnakar1-3/+14
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-33/+98
2015-03-20be2net: use PCI MMIO read instead of config read for errorsSuresh Reddy1-11/+22