Age | Commit message (Expand) | Author | Files | Lines |
2010-05-24 | wireless: update gfp/slab.h includes | Tejun Heo | 2 | -0/+2 |
2010-05-24 | rt2x00: don't use to_pci_dev in rt2x00pci_uninitialize | Helmut Schaa | 1 | -1/+1 |
2010-05-24 | ath5k: consistently use rx_bufsize for RX DMA | Bruno Randolf | 1 | -3/+4 |
2010-05-21 | cfg80211: add missing braces | Johannes Berg | 1 | -2/+4 |
2010-05-21 | rndis_wlan: replace wireless_send_event with cfg80211_disconnected | Jussi Kivilinna | 1 | -6/+10 |
2010-05-21 | ath9k: remove AR9003 from PCI IDs for now | Luis R. Rodriguez | 1 | -1/+0 |
2010-05-21 | cfg80211: fix crash in cfg80211_set_freq() | Felix Fietkau | 1 | -1/+1 |
2010-05-21 | wl1271: Fix RX data path frame lengths | Juuso Oikarinen | 1 | -0/+2 |
2010-05-21 | iwlwifi: fix internal scan race | Reinette Chatre | 1 | -3/+18 |
2010-05-21 | cfg80211: Fix signal_type comparison | Sujith | 1 | -2/+2 |
2010-05-21 | net: fix problem in dequeuing from input_pkt_queue | Tom Herbert | 2 | -16/+26 |
2010-05-21 | can: SJA1000 add missing spin_lock_init() | Oliver Hartkopp | 1 | -0/+2 |
2010-05-21 | sh_eth: Fix memleak in sh_mdio_release | Denis Kirjanov | 1 | -0/+3 |
2010-05-21 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 4 | -10/+16 |
2010-05-21 | gro: Fix bogus gso_size on the first fraglist entry | Herbert Xu | 1 | -0/+1 |
2010-05-21 | ixgbe:add support for a new 82599 10G Base-T device | Mallikarjuna R Chilakala | 7 | -0/+111 |
2010-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 261 | -8360/+17242 |
2010-05-21 | sound: fixup for usb_buffer_alloc/free rename | Stephen Rothwell | 1 | -5/+5 |
2010-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1455 | -48165/+95796 |
2010-05-21 | Merge branch 'docs-next' of git://git.lwn.net/linux-2.6 | Linus Torvalds | 2 | -0/+109 |
2010-05-21 | Merge branch 'viafb-next' of git://git.lwn.net/linux-2.6 | Linus Torvalds | 27 | -573/+1905 |
2010-05-21 | USB: remove unused usb_buffer_alloc and usb_buffer_free macros | Greg Kroah-Hartman | 1 | -12/+0 |
2010-05-21 | usb: musb: update gfp/slab.h includes | Tejun Heo | 1 | -1/+0 |
2010-05-21 | USB: ftdi_sio: fix legacy SIO-device header | Johan Hovold | 1 | -1/+1 |
2010-05-21 | USB: kl5usb105: reimplement using generic framework | Johan Hovold | 1 | -333/+47 |
2010-05-21 | USB: kl5usb105: minor clean ups | Johan Hovold | 1 | -46/+33 |
2010-05-21 | USB: kl5usb105: fix memory leak | Johan Hovold | 1 | -0/+1 |
2010-05-21 | USB: io_ti: use kfifo to implement write buffering | Johan Hovold | 1 | -210/+13 |
2010-05-21 | USB: io_ti: remove unsused private counter | Johan Hovold | 1 | -5/+0 |
2010-05-21 | USB: ti_usb: use kfifo to implement write buffering | Johan Hovold | 1 | -165/+14 |
2010-05-21 | USB: ir-usb: fix incorrect write-buffer length | Johan Hovold | 1 | -1/+3 |
2010-05-21 | USB: aircable: fix incorrect write-buffer length | Johan Hovold | 1 | -1/+1 |
2010-05-21 | USB: safe_serial: straighten out read processing | Johan Hovold | 1 | -22/+21 |
2010-05-21 | USB: safe_serial: reimplement read using generic framework | Johan Hovold | 1 | -39/+8 |
2010-05-21 | USB: safe_serial: reimplement write using generic framework | Johan Hovold | 1 | -111/+32 |
2010-05-21 | usb-storage: always print quirks | Felipe Contreras | 1 | -3/+6 |
2010-05-21 | USB: usb-storage: trivial debug improvements | Felipe Contreras | 1 | -29/+32 |
2010-05-21 | USB: oti6858: use port write fifo | Johan Hovold | 1 | -37/+25 |
2010-05-21 | USB: oti6858: use kfifo to implement write buffering | Johan Hovold | 1 | -201/+17 |
2010-05-21 | USB: cypress_m8: use kfifo to implement write buffering | Johan Hovold | 1 | -222/+17 |
2010-05-21 | USB: cypress_m8: remove unused drain define | Johan Hovold | 1 | -1/+0 |
2010-05-21 | USB: usb_debug: set bulk out size at probe | Johan Hovold | 1 | -7/+1 |
2010-05-21 | USB: gadget: Use kmemdup | Julia Lawall | 1 | -2/+1 |
2010-05-21 | USB: CP210x New Device IDs 11 New device IDs | Craig Shelley | 1 | -0/+11 |
2010-05-21 | USB: visor: increase bulk-out buffer size | Johan Hovold | 1 | -0/+3 |
2010-05-21 | USB: belkin_sa: implement line status handling | Johan Hovold | 1 | -26/+51 |
2010-05-21 | USB: belkin_sa: clean up open | Johan Hovold | 1 | -15/+6 |
2010-05-21 | USB: belkin_sa: minor clean-ups | Johan Hovold | 1 | -21/+7 |
2010-05-21 | USB: cp210x: use generic open to start reading from device | Johan Hovold | 1 | -1/+1 |
2010-05-21 | USB: visor: reimplement using generic framework | Johan Hovold | 1 | -329/+13 |