summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex
AgeCommit message (Expand)AuthorFilesLines
2014-07-02be2net: re-enable vlan filtering mode asapKalesh AP1-9/+4
2014-07-02be2net: create optimal number of queues on SR-IOV configVasundhara Volam4-75/+178
2014-07-02be2net: read VF's capabilities from GET_PROFILE_CONFIG cmdVasundhara Volam4-5/+35
2014-07-02be2net: remove be_cmd_get_profile_config_mbox/mccq() variantsVasundhara Volam1-67/+14
2014-06-23be2net: fix qnq mode detection on VFsSuresh Reddy3-6/+4
2014-06-02Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller3-3/+4
2014-05-30be2net: cleanup MCC async event processing codeSathya Perla2-70/+67
2014-05-30be2net: move async cmd processing to a separate routineSathya Perla1-33/+55
2014-05-30be2net: re-factor MCCQ error status handling codeKalesh AP3-45/+57
2014-05-30be2net: support flashing new regions on Skyhawk-RVasundhara Volam4-107/+188
2014-05-30be2net: fixup TX-rate setting code for Skyhawk-RRavikumar Nelavelli3-38/+81
2014-05-30be2net: skip multicast promiscuos setting in already setKalesh AP2-13/+19
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 t...Sucheta Chakraborty1-8/+13
2014-05-19ethtool, be2net: constify array pointer parameters to ethtool_ops::set_rxfhBen Hutchings3-3/+4
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: use MCCQ instead of MBOX in be_cmd_rss_config()Kalesh AP1-7/+10
2014-05-09be2net: include rx-compl error counter in ethtool statsKalesh AP1-0/+1
2014-05-09be2net: remove unused code in be_cmd_vlan_config()Kalesh AP3-10/+5
2014-05-09be2net: covert vlan array to bit-mapRavikumar Nelavelli2-11/+10
2014-05-09be2net: fix line wrap and function call indentation in be_ethtool.cSathya Perla1-58/+42
2014-05-09be2net: fix function call indentation in be_cmds.cSathya Perla1-161/+179
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 Duvvuru5-31/+113
2014-04-14be2net: Fix invocation of be_close() after be_clear()Kalesh AP2-0/+9
2014-04-14be2net: Fix to reap TX compls till HW doesn't respond for some timeVasundhara Volam1-4/+5
2014-04-03Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-0/+9
2014-04-03be2net: Add abi version between be2net and ocrdmaDevesh Sharma2-0/+9
2014-04-01be2net: fix build dependency on VxLANSathya Perla2-1/+19
2014-03-28be2net: csum, tso and rss steering offload support for VxLANSathya Perla3-9/+125
2014-03-28be2net: add FW cmds needed for VxLAN offloadsSathya Perla3-58/+154
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2-14/+14
2014-03-12benet: Call dev_kfree_skby_any instead of kfree_skb.Eric W. Biederman1-1/+1
2014-03-12be2net: update driver version to 10.2Sathya Perla1-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: log LPVID used in multi-channel configsRavikumar Nelavelli1-2/+4
2014-03-12be2net: Add link state control for VFsSuresh Reddy4-5/+88
2014-03-12be2net: Use GET_PROFILE_CONFIG cmd for BE3-R to query max-vfsSuresh Reddy1-8/+11
2014-03-06be2net: do external loopback test only when it is requestedIvan Vecera1-7/+9
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-38/+50
2014-03-04be2net: dma_sync each RX frag before passing it to the stackSathya Perla2-11/+24
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 ...Somnath kotur1-3/+9
2014-03-03be2net: Fix to reset transparent vlan taggingSomnath Kotur2-20/+12
2014-02-18benet: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-18/+13
2014-02-13be2net: refactor multi-channel config code for Skyhawk-R chipVasundhara Volam5-32/+127