aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex/benet/be_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-08-02be2net: ignore VF mac address setting for the same macVasundhara Volam1-0/+6
2014-08-02be2net: ignore get/set profile FW cmd failuresSathya Perla1-30/+37
2014-07-17be2net: use adapter->flags to track SRIOV stateVasundhara Volam1-0/+3
2014-07-17be2net: avoid SRIOV config for BE2 chipVasundhara Volam1-0/+2
2014-07-17be2net: use be_max_vfs() macro to access max-vfsVasundhara Volam1-1/+1
2014-07-17be2net: use "if (!foo)" test styleKalesh AP1-8/+8
2014-07-17be2net: reduce arguments passed to FW-cmd routinesKalesh AP1-7/+3
2014-07-17be2net: update UE bit description stringsVasundhara Volam1-13/+13
2014-07-17be2net: fix return status of some ndo methodsKalesh AP1-16/+27
2014-07-17be2net: return -ENOMEM for memory allocation failuresKalesh AP1-2/+2
2014-07-17be2net: fix error status for FW-downloadKalesh AP1-3/+3
2014-07-17be2net: use -ENETDOWN error status when interface is downKalesh AP1-2/+2
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-07-11be2net: set EQ DB clear-intr bit in be_open()Suresh Reddy1-1/+1
2014-07-02be2net: re-enable vlan filtering mode asapKalesh AP1-9/+4
2014-07-02be2net: create optimal number of queues on SR-IOV configVasundhara Volam1-47/+82
2014-07-02be2net: read VF's capabilities from GET_PROFILE_CONFIG cmdVasundhara Volam1-0/+1
2014-06-23be2net: fix qnq mode detection on VFsSuresh Reddy1-2/+2
2014-05-30be2net: re-factor MCCQ error status handling codeKalesh AP1-7/+9
2014-05-30be2net: support flashing new regions on Skyhawk-RVasundhara Volam1-96/+156
2014-05-30be2net: fixup TX-rate setting code for Skyhawk-RRavikumar Nelavelli1-21/+45
2014-05-30be2net: skip multicast promiscuos setting in already setKalesh AP1-13/+18
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2014-05-23net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate through ip tool.Sucheta Chakraborty1-8/+13
2014-05-14be2net: enable interrupts in EEH resumeKalesh AP1-0/+6
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-05-09be2net: remove unused code in be_cmd_vlan_config()Kalesh AP1-2/+1
2014-05-09be2net: covert vlan array to bit-mapRavikumar Nelavelli1-10/+9
2014-05-09be2net: fix line wrap and function call indentation in be_main.cSathya Perla1-103/+101
2014-04-22be2net: Support for configurable RSS hash keyVenkata Duvvuru1-12/+19
2014-04-14be2net: Fix invocation of be_close() after be_clear()Kalesh AP1-0/+8
2014-04-14be2net: Fix to reap TX compls till HW doesn't respond for some timeVasundhara Volam1-4/+5
2014-04-01be2net: fix build dependency on VxLANSathya Perla1-1/+11
2014-03-28be2net: csum, tso and rss steering offload support for VxLANSathya Perla1-6/+118
2014-03-28be2net: add FW cmds needed for VxLAN offloadsSathya Perla1-6/+2
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-8/+8
2014-03-12benet: Call dev_kfree_skby_any instead of kfree_skb.Eric W. Biederman1-1/+1
2014-03-12be2net: Fix vlans_added counterVasundhara Volam1-2/+5
2014-03-12be2net: Create multiple TXQs on RSS capable multi-channel BE3-R interfacesVasundhara Volam1-3/+7
2014-03-12be2net: fix pmac_id[] allocation sizeRavikumar Nelavelli1-3/+2
2014-03-12be2net: Add link state control for VFsSuresh Reddy1-2/+30
2014-03-12be2net: Use GET_PROFILE_CONFIG cmd for BE3-R to query max-vfsSuresh Reddy1-8/+11
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-37/+47
2014-03-04be2net: dma_sync each RX frag before passing it to the stackSathya Perla1-10/+22
2014-03-03be2net: isolate TX workarounds not applicable to Skyhawk-RVasundhara Volam1-13/+26
2014-03-03be2net: Fix skb double free in be_xmit_wrokarounds() failure pathVasundhara Volam1-3/+4
2014-03-03be2net: clear promiscuous bits in adapter->flags while disabling promiscuous modeSomnath kotur1-3/+9
2014-03-03be2net: Fix to reset transparent vlan taggingSomnath Kotur1-19/+9
2014-02-18benet: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-18/+13