summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* ssb: fix NULL ptr deref when pcihost_wrapper is usedChristoph Fritz2010-05-282-3/+7
* libertas: fix uninitialized variable warningPrarit Bhargava2010-05-281-3/+2
* ath9k: Fix bug in the way "bf_tx_aborted" of struct ath_buf is usedVasanthakumar Thiagarajan2010-05-281-1/+3
* ath9k: Fix ath_print in xmit for hardware reset.Justin P. Mattock2010-05-281-1/+1
* ar9170usb: fix read from freed driver contextChristian Lamparter2010-05-261-2/+12
* Revert "rt2x00: Fix rt2800usb TX descriptor writing."John W. Linville2010-05-261-1/+1
* ath9k: remove VEOL support for ad-hocFelix Fietkau2010-05-251-53/+10
* ath9k: change beacon allocation to prefer the first beacon slotFelix Fietkau2010-05-251-9/+3
* ath9k: Fix rx of mcast/bcast frames in PS mode with auto sleepVasanthakumar Thiagarajan2010-05-241-5/+12
* iwlwifi: testing the wrong variable in iwl_add_bssid_station()Dan Carpenter2010-05-241-1/+1
* ath9k_htc: rare leak in ath9k_hif_usb_alloc_tx_urbs()Dan Carpenter2010-05-241-0/+4
* ath9k_htc: dereferencing before check in hif_usb_tx_cb()Dan Carpenter2010-05-241-2/+4
* rt2x00: Fix rt2800usb TX descriptor writing.Gertjan van Wingerde2010-05-241-1/+1
* rt2x00: Fix failed SLEEP->AWAKE and AWAKE->SLEEP transitions.Gertjan van Wingerde2010-05-244-14/+18
* Revert "ath9k: Group Key fix for VAPs"John W. Linville2010-05-241-25/+3
* wireless: update gfp/slab.h includesTejun Heo2010-05-242-0/+2
* rt2x00: don't use to_pci_dev in rt2x00pci_uninitializeHelmut Schaa2010-05-241-1/+1
* ath5k: consistently use rx_bufsize for RX DMABruno Randolf2010-05-241-3/+4
* rndis_wlan: replace wireless_send_event with cfg80211_disconnectedJussi Kivilinna2010-05-211-6/+10
* ath9k: remove AR9003 from PCI IDs for nowLuis R. Rodriguez2010-05-211-1/+0
* wl1271: Fix RX data path frame lengthsJuuso Oikarinen2010-05-211-0/+2
* iwlwifi: fix internal scan raceReinette Chatre2010-05-211-3/+18
* can: SJA1000 add missing spin_lock_init()Oliver Hartkopp2010-05-211-0/+2
* sh_eth: Fix memleak in sh_mdio_releaseDenis Kirjanov2010-05-211-0/+3
* ixgbe:add support for a new 82599 10G Base-T deviceMallikarjuna R Chilakala2010-05-217-0/+111
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-05-21219-8837/+14309
|\
| * usb: musb: update gfp/slab.h includesTejun Heo2010-05-201-1/+0
| * USB: ftdi_sio: fix legacy SIO-device headerJohan Hovold2010-05-201-1/+1
| * USB: kl5usb105: reimplement using generic frameworkJohan Hovold2010-05-201-333/+47
| * USB: kl5usb105: minor clean upsJohan Hovold2010-05-201-46/+33
| * USB: kl5usb105: fix memory leakJohan Hovold2010-05-201-0/+1
| * USB: io_ti: use kfifo to implement write bufferingJohan Hovold2010-05-201-210/+13
| * USB: io_ti: remove unsused private counterJohan Hovold2010-05-201-5/+0
| * USB: ti_usb: use kfifo to implement write bufferingJohan Hovold2010-05-201-165/+14
| * USB: ir-usb: fix incorrect write-buffer lengthJohan Hovold2010-05-201-1/+3
| * USB: aircable: fix incorrect write-buffer lengthJohan Hovold2010-05-201-1/+1
| * USB: safe_serial: straighten out read processingJohan Hovold2010-05-201-22/+21
| * USB: safe_serial: reimplement read using generic frameworkJohan Hovold2010-05-201-39/+8
| * USB: safe_serial: reimplement write using generic frameworkJohan Hovold2010-05-201-111/+32
| * usb-storage: always print quirksFelipe Contreras2010-05-201-3/+6
| * USB: usb-storage: trivial debug improvementsFelipe Contreras2010-05-201-29/+32
| * USB: oti6858: use port write fifoJohan Hovold2010-05-201-37/+25
| * USB: oti6858: use kfifo to implement write bufferingJohan Hovold2010-05-201-201/+17
| * USB: cypress_m8: use kfifo to implement write bufferingJohan Hovold2010-05-201-222/+17
| * USB: cypress_m8: remove unused drain defineJohan Hovold2010-05-201-1/+0
| * USB: usb_debug: set bulk out size at probeJohan Hovold2010-05-201-7/+1
| * USB: gadget: Use kmemdupJulia Lawall2010-05-201-2/+1
| * USB: CP210x New Device IDs 11 New device IDsCraig Shelley2010-05-201-0/+11
| * USB: visor: increase bulk-out buffer sizeJohan Hovold2010-05-201-0/+3
| * USB: belkin_sa: implement line status handlingJohan Hovold2010-05-201-26/+51