summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex/benet/be_main.c
AgeCommit message (Expand)AuthorFilesLines
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 ...Somnath 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
2014-02-13be2net: refactor multi-channel config code for Skyhawk-R chipVasundhara Volam1-20/+67
2014-02-13be2net: Update copyright yearVasundhara Volam1-1/+1
2014-02-13be2net: Log a kernel message when UE is detected in BE & SkyhawkSomnath Kotur1-41/+41
2014-01-21be2net: Fix be_vlan_add/rem_vid() routinesSomnath Kotur1-13/+8
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+9
2014-01-15be2net: add dma_mapping_error() check for dma_map_page()Ivan Vecera1-2/+9
2014-01-15be2net: cleanup wake-on-lan codeSuresh Reddy1-19/+4
2014-01-15be2net: use GET_MAC_LIST cmd to query mac-address from a pmac-idSuresh Reddy1-7/+5
2014-01-15be2net: do not use frag index in the RX-compl entrySuresh Reddy1-21/+9
2014-01-15be2net: fix incorrect setting of cmd_privileges for VFsSuresh Reddy1-11/+0
2014-01-15be2net: ignore mac-addr set call for an already programmed mac-addrVasundhara Volam1-0/+6
2014-01-15be2net: do not call be_set/get_fw_log_level() on Skyhawk-RVasundhara Volam1-41/+6
2014-01-15be2net: Log the profile-id used by FW during driver initializationVasundhara Volam1-0/+8
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+18
2014-01-06be2net: fix max_evt_qs calculation for BE3 in SR-IOV configSuresh Reddy1-4/+8
2014-01-06be2net: increase the timeout value for loopback-test FW cmdSuresh Reddy1-1/+1
2014-01-06be2net: disable RSS when number of RXQs is reduced to 1 via set-channelsVasundhara Volam1-6/+9
2013-12-31net: benet: slight optimization of addr comparedingtianhong1-1/+1
2013-12-18net: emulex-benet calls skb_set_hashTom Herbert1-2/+2
2013-12-06be2net: Free/delete pmacs (in be_clear()) only if they existSomnath Kotur1-8/+15
2013-12-06be2net: Fix Lancer error recovery to distinguish FW downloadSomnath Kotur1-4/+14
2013-11-28be2net: call napi_disable() for all event queuesIvan Vecera1-2/+2
2013-11-28Revert "be2net: call napi_disable() for all event queues"David S. Miller1-1/+1
2013-11-28be2net: call napi_disable() for all event queuesIvan Vecera1-1/+1
2013-11-23be2net: Avoid programming permenant MAC by BE3-R VFsAjit Khaparde1-6/+4
2013-11-23be2net: Disabling and enabling interrupts in suspend and resumeAjit Khaparde1-0/+2
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+6
2013-11-18be2net: Delete secondary unicast MAC addresses during be_closeAjit Khaparde1-0/+5
2013-11-18be2net: Fix unconditional enabling of Rx interface optionsAjit Khaparde1-1/+1
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+4
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-10/+2