aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-27frame relay dlci/frad: Update to current logging formsJoe Perches2-29/+45
2011-06-27cyclom: Update to current logging formsJoe Perches3-156/+133
2011-06-27cosa: Update to current logging formsJoe Perches1-120/+106
2011-06-27generic_hdlc: Update to current logging formsJoe Perches12-211/+186
2011-06-27be2net: fix initialization of vlan_prio_bmapSathya Perla1-4/+3
2011-06-27be2net: get rid of multi_rxq module paramSathya Perla1-5/+1
2011-06-27be2net: fix netdev_stats_updateSathya Perla1-12/+17
2011-06-25ixgbe: implement DCB ops dcb_ieee_del()John Fastabend1-6/+42
2011-06-25ixgbe: remove unused fcoe.tc field and fcoe_setapp()John Fastabend4-57/+1
2011-06-25ixgbe: complete FCoE initialization from setapp() routineJohn Fastabend1-13/+25
2011-06-25ixgbe: A fix to VF TX rate limitLior Levy2-1/+17
2011-06-25ixgbe: Update method used for determining descriptor count for an skbAlexander Duyck2-29/+33
2011-06-25ixgbe: Add one function that handles most of context descriptor setupAlexander Duyck3-222/+162
2011-06-25ixgbe: Move all values that deal with count, next_to_use, next_to_clean to u16Alexander Duyck1-6/+7
2011-06-25ixgbe: Convert IXGBE_DESC_UNUSED from macro to static inline functionAlexander Duyck2-8/+12
2011-06-25ixgbe: pass adapter struct instead of netdev for interrupt dataAlexander Duyck1-11/+7
2011-06-24zorro8390: Update style, neaten, restructure to eliminate prototypesJoe Perches1-340/+333
2011-06-24lib8390: Remove unnecessary externJoe Perches1-1/+0
2011-06-24lib8390: Convert include <asm to include <linuxJoe Perches1-2/+2
2011-06-24lib8390: Normalize source code spacingJoe Perches1-37/+44
2011-06-24lib8390: Indent braces appropriatelyJoe Perches1-81/+38
2011-06-24lib8390: Use pr_<level> and netdev_<level>Joe Perches1-43/+43
2011-06-24a2065: Use pr_fmt, pr_<level> and netdev_<level>Joe Perches1-174/+162
2011-06-24ariadne: Update style, neaten, restructure to eliminate prototypesJoe Perches1-666/+601
2011-06-24Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller150-2807/+5288
2011-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville150-2807/+5288
2011-06-24net: Remove unneeded version.h includes from drivers/net/Jesper Juhl18-18/+0
2011-06-24qlcnic: multi protocol internal loopback support added.Sucheta Chakraborty5-5/+322
2011-06-24qlcnic: Add support to enable/disable FW dump capabilityAnirban Chakraborty4-3/+28
2011-06-24qlcnic: fix default operating state of interfaceAmit Kumar Salecha1-2/+2
2011-06-24qlcnic: fix initial number of msix entries in adapter.Sucheta Chakraborty2-5/+2
2011-06-24qlcnic: Add code to tune FW dumpAnirban Chakraborty2-6/+13
2011-06-24qlcnic: Remove holding api lock while taking the dumpAnirban Chakraborty2-9/+5
2011-06-24qlcnic: Add capability to take FW dump deterministicallySritej Velaga3-10/+27
2011-06-23ixgbe: update driver version stringDon Skidmore2-5/+6
2011-06-23ixgbe: fix ring assignment issues for SR-IOV and drop casesAlexander Duyck2-3/+7
2011-06-23ixgbe: disable RSC when Rx checksum is offEmil Tantilov1-11/+33
2011-06-23ixgbe: move reset code into a separate functionEmil Tantilov1-12/+14
2011-06-23ixgbe: move setting RSC into a separate functionEmil Tantilov1-16/+18
2011-06-23ixgbe: add support for nfc addition and removal of filtersAlexander Duyck2-0/+290
2011-06-23ixgbe: add support for displaying ntuple filters via the nfc interfaceAlexander Duyck2-0/+113
2011-06-23ixgbe: add basic support for setting and getting nfc controlsAlexander Duyck1-0/+19
2011-06-23ixgbe: update perfect filter framework to support retaining filtersAlexander Duyck4-280/+368
2011-06-23ixgbe: fix flags relating to perfect filters to support coexistenceAlexander Duyck3-41/+30
2011-06-23ixgbe: remove ntuple filteringAlexander Duyck1-136/+0
2011-06-23bonding: add min links parameter to 802.3adstephen hemminger5-2/+51
2011-06-22ssb: add __devinit to some functionsHauke Mehrtens6-32/+36
2011-06-22ath9k: enable support for AR9330Gabor Juhos1-0/+1
2011-06-22ath9k: add external_reset callback to ath9k_platfom_data for AR9330Gabor Juhos3-0/+37
2011-06-22ath9k: configure internal regulator for AR9330Gabor Juhos1-5/+20