summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wl12xx: add driverKalle Valo2009-05-0631-0/+9263
* rt2x00: Implement support for rt2800usbIvo van Doorn2009-05-065-0/+4996
* rt2x00: Style fix for interval definesAlban Browaeys2009-05-061-2/+2
* ath9k: uninline ath9k_io{read,write}32 routinesGabor Juhos2009-05-062-31/+34
* mac80211: tell driver when idleJohannes Berg2009-05-067-14/+113
* mac80211: Warn if the rate controller requests retries for a NO_ACK frameGábor Stefanik2009-05-061-0/+4
* ath9k: Fix handling of retry count of NO_ACK framesGábor Stefanik2009-05-061-4/+5
* iwlwifi: Fix handling of retry count of NO_ACK frames in iwl-{3945|agn}-rsGábor Stefanik2009-05-062-13/+16
* mac80211: Fix handling of retry count of NO_ACK frames in PIDGábor Stefanik2009-05-061-3/+5
* mac80211: Fix handling of retry count of NO_ACK frames in minstrelGábor Stefanik2009-05-061-3/+5
* ath5k: correct interrupt storm warningBob Copeland2009-05-061-1/+1
* rt2x00: Implement support for 802.11nIvo van Doorn2009-05-069-34/+211
* rt2x00: Add support for L2 padding during TX/RXIvo van Doorn2009-05-066-48/+143
* rt2x00: Move iv_len into tx descriptor dataIvo van Doorn2009-05-064-20/+19
* ath5k: Storage class should be before const qualifierTobias Klauser2009-05-061-2/+2
* ar9170: wrong test on outlen in ar9170_usb_exec_cmd() ?Roel Kluin2009-05-061-1/+1
* cfg80211: Use the correct IE buffer pointerMichael Buesch2009-05-061-1/+1
* cfg80211: Remove unnecessary ksize() callMichael Buesch2009-05-061-5/+3
* ar9170usb: reset device on resumeChristian Lamparter2009-05-061-0/+2
* p54usb: rework driver for resumeChristian Lamparter2009-05-062-95/+177
* p54usb: remove some dead codeChristian Lamparter2009-05-061-53/+3
* ath5k: 5211, don't crypt every protected frameJiri Slaby2009-05-061-1/+1
* net/rfkill/rfkill.c: fix build with CONFIG_RFKILL_LEDS=nAndrew Morton2009-05-061-0/+5
* cfg80211: remove superfluous !last_request check in reg_device_remove()Chris Wright2009-05-061-4/+4
* ar9170: uncomment powermgt case handleChristian Lamparter2009-05-061-2/+2
* ar9170: handle otus' A-MPDU density definitionsChristian Lamparter2009-05-063-2/+27
* mac80211: fix probe response processingJohannes Berg2009-05-062-7/+3
* mac80211_hwsim: fix bogus warningJohannes Berg2009-05-061-1/+1
* nl80211: Send timeout event on failed direct probeJouni Malinen2009-05-061-1/+1
* mac80211: add driver ops wrappersJohannes Berg2009-05-0617-130/+292
* mac80211: unify config_interface and bss_info_changedJohannes Berg2009-05-0634-778/+504
* mac80211: clean up beacon interval settingsJohannes Berg2009-05-0621-82/+112
* mac80211: fix scan races and rework scanningJohannes Berg2009-05-065-216/+229
* mac80211: internally clear failed scans properlyJohannes Berg2009-05-061-2/+4
* mac80211: rename max_sleep_interval to max_sleep_periodJohannes Berg2009-05-062-3/+3
* mac80211: fix PS vs. scan raceJohannes Berg2009-05-061-0/+7
* mac80211: fix various problems in ibss codeJohannes Berg2009-05-061-3/+15
* net: remove driver_data direct access of struct device from more driversGreg Kroah-Hartman2009-05-053-11/+11
* netns 2/2: extract net_create()Alexey Dobriyan2009-05-041-24/+20
* netns 1/2: don't get/put old netns on CLONE_NEWNETAlexey Dobriyan2009-05-041-4/+1
* macb: Add support of the netpoll APIThomas Petazzoni2009-05-041-0/+18
* tcp: extend ECN sysctl to allow server-side only ECNIlpo Järvinen2009-05-043-3/+12
* net: Avoid modulus in skb_tx_hash() for forwarding case.David S. Miller2009-05-031-2/+6
* ipv4: remove unused macro (FIB_RES_RESET) from ip_fib.h.Rami Rosen2009-05-031-2/+0
* ne2k-pci: use dev->addr_len instead of "6"Jiri Pirko2009-05-031-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-033-5/+5
|\
| * ne2k-pci: Do not register device until initialized.Lubomir Rintel2009-05-021-4/+3
| * Subject: [PATCH] br2684: restore net_dev initializationRabin Vincent2009-05-021-0/+1
| * net: Only store high 16 bits of kernel generated filter prioritiesRobert Love2009-05-021-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-0311-54/+79
|\|