summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * virtio_net: Fix function name typoAlex Williamson2009-05-021-4/+4
| * virtio_net: Cleanup command queue scatterlist usageAlex Williamson2009-05-021-6/+10
| * bonding: correct the cleanup in bond_create()Jiri Pirko2009-05-021-7/+6
| * virtio: add missing include to virtio_net.hGrant Likely2009-05-021-0/+1
| * smsc95xx: add support for LAN9512 and LAN9514Steve Glendinning2009-05-021-0/+5
| * smsc95xx: configure LED outputsSteve Glendinning2009-05-022-0/+13
| * netconsole: take care of NETDEV_UNREGISTER eventBruno Prémont2009-05-021-1/+10
| * xt_socket: checks for the state of nf_conntrackLaszlo Attila Toth2009-05-021-0/+1
| * bonding: bond_slave_info_query() fixEric Dumazet2009-05-021-16/+7
| * cxgb3: fixing gcc 4.4 compiler warning: suggest parentheses around operand of...Sergey Senozhatsky2009-05-011-1/+1
| * netfilter: use likely() in xt_info_rdlock_bh()Eric Dumazet2009-05-011-2/+2
| * net: Fix skb_tx_hash() for forwarding workloads.Eric Dumazet2009-05-011-4/+5
| * net: Fix oops when splicing skbs from a frag_list.Jarek Poplawski2009-04-301-13/+14