summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | rtl8187: Improve wireless statistics for RTL8187BLarry Finger2008-07-292-34/+54
| * | | rtl8187: Fix for TX sequence number problemLarry Finger2008-07-292-0/+16
| * | | mac80211: append CONFIG_ to MAC80211_VERBOSE_PS_DEBUG in net/mac80211/tx.c.Rami Rosen2008-07-291-3/+3
| * | | mac80211: fix sparse integer as NULL pointer warningHarvey Harrison2008-07-291-1/+1
| * | | drivers/net/wireless/iwlwifi/iwl-led.c: printk fixAndrew Morton2008-07-291-1/+3
| * | | mac80211: return correct error return from ieee80211_wep_initJeremy Fitzhardinge2008-07-292-4/+4
| * | | mac80211: tx, use dev_kfree_skb_any for beacon_getJiri Slaby2008-07-291-1/+1
| * | | rt2x00: Clear queue entry flags during initializationIvo van Doorn2008-07-291-2/+8
| * | | rt2x00: Force full register config after start()Ivo van Doorn2008-07-293-4/+17
| * | | b43legacy: Release mutex in error handling codeJulia Lawall2008-07-291-1/+1
| * | | drivers/net/wireless/ipw2100.c: Release mutex in error handling codeJulia Lawall2008-07-291-1/+2
| * | | rt2x00: Fix memleak when RTS/CTS failsIvo van Doorn2008-07-291-0/+1
| * | | rt2x00: Fix QOS sequence countingIvo van Doorn2008-07-295-15/+32
| * | | rt2x00: Fix the beacon length bugIwo Mergler2008-07-292-0/+24
| * | | rt2x00: Large vendor requests for rt73usb firmware upload and beaconsIwo Mergler2008-07-292-32/+9Star
| * | | rt2x00: Support for large vendor requestsIwo Mergler2008-07-292-1/+52
| * | | rt2x00: Fix EIFS timing valueIvo van Doorn2008-07-292-2/+5
| * | | rt2x00: Remove duplicate declarationIvo van Doorn2008-07-291-7/+0Star
| * | | ath5k: don't enable MSI, we cannot handle it yetPavel Roskin2008-07-291-5/+0Star
| * | | ath5k: fix recursive locking in ath5k_beacon_updateBob Copeland2008-07-291-3/+0Star
| * | | iwlwifi: small compile warnings without CONFIG_IWLWIFI_DEBUGDenis V. Lunev2008-07-291-0/+2
| * | | iwlwifi: compilation error when CONFIG_IWLWIFI_DEBUG is not setDenis V. Lunev2008-07-291-6/+2Star
| * | | libertas: check bounds and only use decimal for sysfs persistent features.Brian Cavagnolo2008-07-291-15/+15
| * | | iwl-3945: add #ifdef CONFIG_IWL3945_LEDS to avoid compile warning.Rami Rosen2008-07-291-0/+2
| * | | rfkill: yet more minor kernel-doc fixesHenrique de Moraes Holschuh2008-07-291-10/+10
| * | | rfkill: mutex fixesHenrique de Moraes Holschuh2008-07-291-10/+19
| * | | rfkill: document the rfkill struct locking (v2)Henrique de Moraes Holschuh2008-07-291-3/+5
| * | | rfkill: fix led-trigger unregister order in error unwindHenrique de Moraes Holschuh2008-07-291-2/+4
| * | | rfkill: document rfkill_force_state as required (v2)Henrique de Moraes Holschuh2008-07-292-5/+22
| * | | ath5k: use positive logic for HP laptop LEDsBob Copeland2008-07-291-2/+2
| * | | Ath5k: suspend/resume fixesJiri Slaby2008-07-291-5/+21
| * | | Ath5k: fix dma operationJiri Slaby2008-07-291-11/+0Star
| * | | Ath5k: flush workJiri Slaby2008-07-292-2/+15
| * | | Ath5k: kill tasklets on shutdownJiri Slaby2008-07-291-0/+3
| * | | Ath5k: fix memory corruptionJiri Slaby2008-07-292-8/+26
| * | | mac80211: remove IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE flagJohannes Berg2008-07-299-13/+4Star
| |/ /
* | | Linux 2.6.27-rc1Linus Torvalds2008-07-291-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-07-295-142/+409
|\ \ \
| * | | lguest: turn Waker into a thread, not a processRusty Russell2008-07-291-63/+57Star
| * | | lguest: Enlarge virtio ringsRusty Russell2008-07-291-2/+2
| * | | lguest: Use GSO/IFF_VNET_HDR extensions on tun/tapRusty Russell2008-07-291-14/+20
| * | | lguest: Remove 'network: no dma buffer!' warningRusty Russell2008-07-291-2/+0Star
| * | | lguest: Adaptive timeoutRusty Russell2008-07-291-1/+11
| * | | lguest: Tell Guest net not to notify us on every packet xmitRusty Russell2008-07-291-13/+93
| * | | lguest: net block unneeded receive queue update notificationsRusty Russell2008-07-291-1/+13
| * | | lguest: wrap last_avail accesses.Rusty Russell2008-07-291-5/+11
| * | | lguest: use cpu capability accessorsAndrew Morton2008-07-291-2/+2
| * | | lguest: virtio-rng supportRusty Russell2008-07-291-0/+90
| * | | lguest: Support assigning a MAC addressMark McLoughlin2008-07-291-33/+89
| * | | lguest: Don't leak /dev/zero fdMark McLoughlin2008-07-291-0/+1