summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-30wireless: remove WLAN_80211 and WLAN_PRE80211 from KconfigJohn W. Linville17-51/+31
2009-10-30netwave: move driver to stagingJohn W. Linville7-16/+15
2009-10-30wavelan: move driver to stagingJohn W. Linville14-41/+44
2009-10-30arlan: move driver to stagingJohn W. Linville9-20/+21
2009-10-30strip: move driver to stagingJohn W. Linville7-24/+26
2009-10-30mac80211: remove RX_FLAG_RADIOTAPJohannes Berg5-35/+25
2009-10-30mac80211: fix radiotap header generationJohannes Berg2-15/+13
2009-10-30mac80211: split hardware scan by bandJohannes Berg3-32/+80
2009-10-30mac80211: remove outdated commentJohannes Berg1-2/+0
2009-10-30mac80211_hwsim: don't register CCK rates on 5ghzJohannes Berg1-3/+4
2009-10-30ath9k_hw: remove bogus register write on ath9k_hw_9271_pa_cal()Luis R. Rodriguez1-1/+1
2009-10-30ath9k_hw: correct AR_PHY_SPECTRAL_SCAN register offsetLuis R. Rodriguez2-3/+16
2009-10-30ath9k_hw: add AR9271 single chip name mappingLuis R. Rodriguez1-1/+2
2009-10-30ath9k_hw: distinguish single-chip solutions on initial probe printLuis R. Rodriguez4-20/+36
2009-10-30ath9k_hw: move mac name and rf name helpers to hw codeLuis R. Rodriguez5-62/+71
2009-10-30wl1251: enable power saveKalle Valo1-1/+2
2009-10-30mac80211: fix dynamic power save for devices with nullfunc support in hwKalle Valo1-1/+5
2009-10-30mac80211: refactor dynamic power save checkKalle Valo1-3/+21
2009-10-30cfg80211/mac80211: use debugfs_remove_recursiveJohannes Berg14-462/+51
2009-10-30b43: LP-PHY: Begin implementing calibration & software RFKILL supportGábor Stefanik2-136/+658
2009-10-30vlan: cleanup multiple unregistrationsPatrick McHardy1-32/+20
2009-10-30convert kaweth to use usb_reset_configuration()Oliver Neukum1-10/+1
2009-10-30ax25: unsigned cannot be less than 0 in ax25_ctl_ioctl()roel kluin1-4/+3
2009-10-30sky2: version 1.26Stephen Hemminger1-1/+1
2009-10-30sky2: 88E8059 supportStephen Hemminger1-1/+78
2009-10-30sky2: workarounds for Yukon-2 supremeStephen Hemminger1-2/+32
2009-10-30sky2: fix receive pause thresholdsStephen Hemminger2-5/+12
2009-10-30sky2: add register definitions for new chipsStephen Hemminger1-1/+177
2009-10-30sky2: add SK-9E21M device idStephen Hemminger1-0/+1
2009-10-30sfc: Enable heuristic selection between page and skb RX buffersBen Hutchings1-1/+1
2009-10-30sfc: Feed GRO result into RX allocation policy and interrupt moderationBen Hutchings1-2/+11
2009-10-30gro: Change all receive functions to return GRO result codesBen Hutchings4-45/+42
2009-10-30gro: Name the GRO result enumeration typeBen Hutchings3-11/+23
2009-10-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller25-83/+160
2009-10-29net: Fix 'Re: PACKET_TX_RING: packet size is too long'Gabor Gombas1-4/+1
2009-10-29net,socket: introduce DECLARE_SOCKADDR helper to catch overflow at build timeCyrill Gorcunov3-1/+7
2009-10-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller137-6003/+13469
2009-10-29net: Introduce dev_get_by_index_rcu()Eric Dumazet2-10/+39
2009-10-29atm: Cleanup redundant tests on unsignedroel kluin2-3/+3
2009-10-29net: Cleanup redundant tests on unsignedroel kluin3-6/+1
2009-10-29net: Cleanup redundant tests on unsignedroel kluin2-2/+2
2009-10-29gigaset: convert strcmp chain to table lookupTilman Schmidt2-23/+25
2009-10-29gigaset: checkpatch cleanup of ev-layer.cTilman Schmidt1-247/+231
2009-10-29bas_gigaset: checkpatch cleanupTilman Schmidt2-82/+93
2009-10-29ser_gigaset: checkpatch cleanupTilman Schmidt1-19/+37
2009-10-29gigaset: checkpatch cleanupTilman Schmidt5-89/+74
2009-10-29usb_gigaset: code cleanupTilman Schmidt4-331/+358
2009-10-29gigaset: fix bad assumptions about CAPI skbuffsTilman Schmidt5-50/+70
2009-10-29gigaset: fix format string typo in CAPI dial commandTilman Schmidt1-1/+1
2009-10-29gigaset: CAPI module readability improvementsTilman Schmidt1-63/+81