summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-08-14[netdrvr] remove unnecessary #includeHuang Weiyi13-14/+0
2008-08-14bnx2x: Version updateEilon Greenstein1-2/+2
2008-08-14bnx2x: Checkpatch complianceEilon Greenstein5-102/+102
2008-08-14bnx2x: Spelling mistakesEilon Greenstein6-39/+39
2008-08-14bnx2x: Minor code improvementsEilon Greenstein3-78/+72
2008-08-14bnx2x: Driver infoEilon Greenstein1-6/+6
2008-08-14bnx2x: 1G LED does not turn offEilon Greenstein2-0/+10
2008-08-14bnx2x: 8073 PHY changesYaniv Rosner3-158/+428
2008-08-14bnx2x: Change GPIO for any portEilon Greenstein3-43/+51
2008-08-14bnx2x: Pause settingsYaniv Rosner4-91/+128
2008-08-14bnx2x: Link order with external PHYYaniv Rosner2-166/+216
2008-08-14bnx2x: No LRO without Rx checksumVladislav Zolotarov1-28/+39
2008-08-14bnx2x: Wrong structure sizeYitchak Gertner1-2/+2
2008-08-14bnx2x: WoL capabilityEilon Greenstein1-2/+11
2008-08-14bnx2x: Clearing MAC addresses filtersYitchak Gertner1-14/+54
2008-08-14bnx2x: Delay in while loopsYitchak Gertner1-14/+11
2008-08-14bnx2x: PBA Table Page Alignment WorkaroundEilon Greenstein2-124/+130
2008-08-14bnx2x: Self-test false positiveYitchak Gertner1-11/+13
2008-08-14bnx2x: Memory allocationEilon Greenstein1-6/+9
2008-08-14bnx2x: HW attention lockEilon Greenstein3-19/+25
2008-08-14bnx2x: HW lock mechanismYitchak Gertner2-44/+75
2008-08-14bnx2x: Load/Unload under trafficVladislav Zolotarov3-98/+135
2008-08-14bnx2x: FW Internal Memory structureEilon Greenstein2-334/+299
2008-08-14bnx2x: StatisticsYitchak Gertner4-94/+154
2008-08-14bnx2x: Not dropping packets with L3/L4 checksum errorEilon Greenstein2-12/+19
2008-08-14bnx2x: FW (bootcode) interface fixesEilon Greenstein1-32/+42
2008-08-08bnx2x: fix logical opRandy Dunlap1-1/+1
2008-08-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller5-33/+167
2008-08-08Merge branch 'ath9k' of git://git.kernel.org/pub/scm/linux/kernel/git/linvill...David S. Miller25-4/+31522
2008-08-08[Bluetooth] Add full quirk implementation for btusb driverMarcel Holtmann1-2/+161
2008-08-08[Bluetooth] Removal of unnecessary ignore module parameterMarcel Holtmann4-31/+6
2008-08-07ath9k: Revamp wireless mode usageSujith12-324/+205
2008-08-07ath9k: More unused macrosSujith1-6/+0
2008-08-07ath9k: Remove a few unused macros and fix indentationSujith1-145/+130
2008-08-07ath9k: Use mac80211's band macros and remove enum hal_freq_bandSujith2-9/+4
2008-08-07ath9k: Remove redundant data structure ath9k_txq_infoSujith6-212/+178
2008-08-07ath9k: Cleanup data structures related to HW capabilitiesSujith9-320/+330
2008-08-07ath9k: work around gcc ICEsAdrian Bunk1-1/+5
2008-08-07ath9k: Add new Atheros IEEE 802.11n driverLuis R. Rodriguez22-0/+31685
2008-08-07ath5k: remove Atheros 11n devices from supported listLuis R. Rodriguez1-2/+0
2008-08-07list.h: Add list_splice_tail() and list_splice_tail_init()Luis R. Rodriguez2-2/+2
2008-08-07p54: swap short slot time dcf valuesChristian Lamparter1-2/+2
2008-08-07rt2x00: Block all unsupported modesIvo van Doorn1-17/+37
2008-08-07p54: Fix for TX sequence number problemLarry Finger2-0/+15
2008-08-07iwlwifi: cleanup iwl_tx_skbTomas Winkler3-25/+22
2008-08-07Merge branch 'for-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/chri...Jeff Garzik33-1863/+1233
2008-08-07WAN: remove extra help text from HDLC_PPP config optionKrzysztof Halasa1-2/+0
2008-08-07bonding: Don't destroy bonding master when removing slave via sysfsMoni Shoua1-3/+0
2008-08-07bonding: refactor mii monitorJay Vosburgh2-222/+173
2008-08-07[netdrvr] Drivers should not set IFF_* flag themselvesWang Chen13-57/+9