| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2010-05-20 | 25 | -152/+1741 |
|\ |
|
| * | USB: remove unused usb_buffer_alloc and usb_buffer_free macros | Greg Kroah-Hartman | 2010-05-20 | 1 | -12/+0 |
| * | USB: include/usb/*.h checkpatch cleanup | Greg Kroah-Hartman | 2010-05-20 | 14 | -88/+92 |
| * | USB: usb.h: checkpatch cleanups | Greg Kroah-Hartman | 2010-05-20 | 1 | -16/+16 |
| * | USB: remove usb_find_device | Ming Lei | 2010-05-20 | 1 | -1/+0 |
| * | USB: f_fs: the FunctionFS driver | Michal Nazarewicz | 2010-05-20 | 1 | -0/+199 |
| * | wait_event_interruptible_locked() interface | Michal Nazarewicz | 2010-05-20 | 1 | -0/+149 |
| * | USB: serial: remove multi-urb write from generic driver | Johan Hovold | 2010-05-20 | 1 | -6/+2 |
| * | USB: serial: reimplement generic fifo-based writes | Johan Hovold | 2010-05-20 | 1 | -0/+12 |
| * | USB: simplify usb_sg_init() | Alan Stern | 2010-05-20 | 1 | -2/+0 |
| * | USB: Change the scatterlist type in struct urb | Matthew Wilcox | 2010-05-20 | 1 | -1/+1 |
| * | USB: Turn interface_to_usbdev into an inline function | Matthew Wilcox | 2010-05-20 | 1 | -2/+5 |
| * | USB: Add a usb_pipe_endpoint() convenience function | Matthew Wilcox | 2010-05-20 | 1 | -0/+8 |
| * | USB: Add definition for the Pipe Usage descriptor | Matthew Wilcox | 2010-05-20 | 1 | -0/+2 |
| * | USB: remove URB_NO_SETUP_DMA_MAP | Alan Stern | 2010-05-20 | 1 | -17/+11 |
| * | USB: remove the usb_host_ss_ep_comp structure | Alan Stern | 2010-05-20 | 1 | -16/+3 |
| * | USB: export the new ch11.h file to userspce | Alan Stern | 2010-05-20 | 2 | -6/+5 |
| * | USB: Composite framework: Add suspended sysfs entry | Fabien Chouteau | 2010-05-20 | 2 | -0/+5 |
| * | USB: ncm: added ncm.h with auxiliary definitions | Yauheni Kaliuta | 2010-05-20 | 1 | -0/+114 |
| * | usb: cdc: ncm constants and structures added | Yauheni Kaliuta | 2010-05-20 | 1 | -0/+94 |
| * | USB: Support for allocating USB 3.0 streams. | Sarah Sharp | 2010-05-20 | 2 | -0/+20 |
| * | USB: Add stream ID field to struct urb. | Sarah Sharp | 2010-05-20 | 1 | -0/+1 |
| * | USB: Add parsing of SuperSpeed endpoint companion descriptor. | Sarah Sharp | 2010-05-20 | 1 | -0/+2 |
| * | USB: use PM core routines to enable/disable autosuspend | Alan Stern | 2010-05-20 | 1 | -4/+2 |
| * | USB: fix usbmon and DMA mapping for scatter-gather URBs | Alan Stern | 2010-05-20 | 1 | -0/+9 |
| * | usb: otg: add global ULPI register definitions | Heikki Krogerus | 2010-05-20 | 1 | -0/+140 |
| * | USB: gadget: add HID gadget driver | Fabien Chouteau | 2010-05-20 | 1 | -0/+32 |
| * | USB: serial: generalise write buffer preparation | Johan Hovold | 2010-05-20 | 1 | -0/+5 |
| * | USB: serial: re-implement multi-urb writes in generic driver | Johan Hovold | 2010-05-20 | 1 | -3/+6 |
| * | USB: serial: generalise generic read implementation | Johan Hovold | 2010-05-20 | 1 | -0/+3 |
| * | USB: serial: refactor read urb submission in generic driver | Johan Hovold | 2010-05-20 | 1 | -1/+1 |
| * | USB: serial: allow drivers to define bulk buffer sizes | Johan Hovold | 2010-05-20 | 1 | -0/+5 |
| * | USB: Add a new quirk: USB_QUIRK_HONOR_BNUMINTERFACES | Hans de Goede | 2010-05-20 | 1 | -0/+4 |
| * | USB: musb: allow the Blackfin vrsel gpio to be active low | Cliff Cai | 2010-05-20 | 1 | -0/+1 |
| * | usb: musb: allow board to pass down fifo mode | Felipe Balbi | 2010-05-20 | 1 | -0/+35 |
| * | usb-serial: Use tty_port version console instead of usb_serial_port | Jason Wessel | 2010-05-20 | 1 | -2/+0 |
| * | USB: remove bogus USB_PORT_FEAT_*_SPEED symbols | Alan Stern | 2010-05-20 | 1 | -5/+2 |
| * | USB: split hub.h into ch11.h and merge-in hcd.h | Eric Lescouet | 2010-05-20 | 2 | -41/+43 |
| * | USB: make hub.h public (drivers dependency) | Eric Lescouet | 2010-05-20 | 2 | -1/+206 |
| * | USB: make hcd.h public (drivers dependency) | Eric Lescouet | 2010-05-20 | 1 | -0/+578 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2010-05-20 | 116 | -739/+3252 |
|\ \ |
|
| * \ | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2010-05-18 | 42 | -440/+704 |
| |\ \ |
|
| * | | | ipv6: Replace inet6_ifaddr->dead with state | Herbert Xu | 2010-05-18 | 1 | -2/+10 |
| * | | | net: Add netlink support for virtual port management (was iovnl) | Scott Feldman | 2010-05-17 | 2 | -0/+83 |
| * | | | can: sja1000 platform data fixes | Wolfgang Grandegger | 2010-05-17 | 1 | -1/+1 |
| * | | | net: Introduce skb_tunnel_rx() helper | Eric Dumazet | 2010-05-17 | 1 | -0/+20 |
| * | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2010-05-17 | 1 | -0/+39 |
| |\ \ \ |
|
| | * \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2010-05-17 | 1 | -0/+39 |
| | |\ \ \ |
|
| | | * | | | mac80211: add offload channel switch support | Johannes Berg | 2010-05-12 | 1 | -0/+39 |
| * | | | | | X25: Move accept approve flag to bitfield | andrew hendry | 2010-05-17 | 1 | -3/+2 |