summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-28netxen: fix builds for SYSFS=n or MODULES=nRandy Dunlap1-0/+9
2009-10-28gre: Optimize multiple unregistrationEric Dumazet1-5/+10
2009-10-28ipip: Optimize multiple unregistrationEric Dumazet1-6/+11
2009-10-28vlan: Optimize multiple unregistrationEric Dumazet3-16/+35
2009-10-28net: add a list_head parameter to dellink() methodEric Dumazet7-18/+19
2009-10-28net: Introduce unregister_netdevice_many()Eric Dumazet2-32/+66
2009-10-28net: Introduce unregister_netdevice_queue()Eric Dumazet2-8/+21
2009-10-28igb: cleanup "todo" code found in igb_ethtool.cAlexander Duyck2-10/+8
2009-10-28igb: add single vector msi-x testing to interrupt testAlexander Duyck1-10/+17
2009-10-28igb: make ethtool use core xmit map and free functionalityAlexander Duyck1-67/+89
2009-10-28igb: make tx ring map and free functionality non-staticAlexander Duyck2-19/+19
2009-10-28igb: re-use ring configuration code in ethtool testingAlexander Duyck3-168/+60
2009-10-28igb: setup vlan tag replication stripping in igb_vmm_controlAlexander Duyck2-0/+20
2009-10-28igb: delay VF reset notification until after interrupts are enabedAlexander Duyck1-10/+23
2009-10-28igb: move the multiple receive queue configuration into seperate functionAlexander Duyck1-106/+111
2009-10-28igb: place a pointer to the netdev struct in the ring itselfAlexander Duyck2-16/+16
2009-10-28igb: add a flags value to the ringAlexander Duyck3-58/+60
2009-10-28igb: move alloc_failed and csum_err stats into per rx-ring statAlexander Duyck3-15/+17
2009-10-28igb: move rx_buffer_len into the ring structureAlexander Duyck2-21/+23
2009-10-28igb: add pci device pointer to ring structureAlexander Duyck3-41/+40
2009-10-28igb: change the head and tail offsets into pointersAlexander Duyck2-18/+18
2009-10-28igb: move SRRCTL register configuration into ring specific configAlexander Duyck1-37/+23
2009-10-28igb: remove rx_ps_hdr_lenAlexander Duyck2-61/+38
2009-10-28igb: move the tx and rx ring specific config into seperate functionsAlexander Duyck2-68/+117
2009-10-28igb: increase minimum rx buffer size to 1KAlexander Duyck2-24/+3
2009-10-28igb: remove rx checksum good counterAlexander Duyck3-3/+0
2009-10-28igb: add new data structure for handling interrupts and NAPIAlexander Duyck3-392/+534
2009-10-27atl1c: duplicate atl1c_get_tpdJie Yang1-2/+0
2009-10-27ath: Updates for regulatory and country codes.Vivek Natarajan2-12/+28
2009-10-27iwlwifi: minor comments changes for wimax co-exist commandWey-Yi Guy1-1/+1
2009-10-27iwlwifi: make sure device is reset when unloading driverBen Cahill2-0/+18
2009-10-27iwlwifi: update lowest API version support for 6x00 & 6x50 seriesWey-Yi Guy1-2/+2
2009-10-27iwlwifi: remove duplicated defineWey-Yi Guy2-4/+2
2009-10-27iwlwifi: reuse page for notification packetsZhu Yi2-24/+30
2009-10-27iwlwifi: remove unused parametersWey-Yi Guy1-7/+2
2009-10-27iwlwifi: remove duplicate definesReinette Chatre3-18/+0
2009-10-27iwlwifi: add channel switch support to 5000 series and upWey-Yi Guy7-17/+89
2009-10-27iwlwifi: issue ct_kill host command based on device configWey-Yi Guy4-7/+16
2009-10-27iwlwifi: choose thermal throttle method based on device configWey-Yi Guy3-6/+14
2009-10-27iwlwifi: increase max tfd payload sizeWey-Yi Guy1-3/+8
2009-10-27iwlwifi: fix use after free bug for paged rxZhu Yi4-19/+46
2009-10-27iwlwifi: specify the valid tx/rx chain in device config structureWey-Yi Guy1-4/+6
2009-10-27iwlwifi: update bt co-exit configuration parameterWey-Yi Guy2-3/+16
2009-10-27iwlwifi: separate led function from statistic notificationWey-Yi Guy3-5/+2
2009-10-27iwlwifi: consolidate apm_init() functionsBen Cahill8-183/+190
2009-10-27iwlwifi: fix gain computation for 5000 series and upWey-Yi Guy1-1/+1
2009-10-27iwlwifi: add missing commands to syslog messagesJay Sternberg2-0/+3
2009-10-27libertas: remove some references to IW_MODE_abcHolger Schurig2-9/+4
2009-10-27libertas: sort and categorize entries in decl.hHolger Schurig4-24/+27
2009-10-27libertas: move mic failure event to wext.cHolger Schurig3-30/+29