Age | Commit message (Expand) | Author |
2009-07-05 | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy |
2009-06-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds |
2009-06-15 | USB: atmel_usba_udc: change way of specifying bias function | Nicolas Ferre |
2009-06-15 | USB: Add Intel Langwell USB Device Controller driver | Xiaochen Shen |
2009-06-15 | USB: gadget: add USB Audio Gadget driver | Bryan Wu |
2009-06-15 | USB: Gadget driver for Samsung HS/OtG block | Ben Dooks |
2009-06-15 | USB: gadget: Add i.MX3x support to the fsl_usb2_udc driver | Guennadi Liakhovetski |
2009-06-15 | USB: gadget : Fix RNDIS code to pass USB Compliance tests (USBCV) with g_ether | Maulik Mankad |
2009-06-15 | USB: gadget: imx_udc: don't queue more data when zlp is to be sent | Daniel Glöckner |
2009-06-15 | USB: gadget: g_serial: append zlp when tx buffer becomes empty | Daniel Glöckner |
2009-06-15 | USB: imx_udc: fix leak in imx_ep_alloc_request() | Daniel Mack |
2009-06-15 | USB: g_file_storage: use the "unaligned" accessors | Alan Stern |
2009-06-15 | USB: pxa27x_udc: single-thread setup requests | Robert Jarzmik |
2009-06-15 | USB: pxa27x_udc: compatibility with pxa320 SoC | Robert Jarzmik |
2009-06-15 | USB: pxa27x_udc: introduce pxa27x_clear_otgph() | David Brownell |
2009-06-15 | USB: gadgetfs: use helper functions to determine endpoint type and direction | Matthias Kaehlcke |
2009-06-15 | USB: Goku-S: use helper functions to determine endpoint type and direction | Matthias Kaehlcke |
2009-06-15 | USB: at91_udc: use helper functions to determine endpoint type and direction | Matthias Kaehlcke |
2009-06-15 | USB: atmel_usba_udc: use helper functions to determine endpoint type and dire... | Matthias Kaehlcke |
2009-06-15 | USB: ci13xxx_udc: use helper functions to determine endpoint type and direction | Matthias Kaehlcke |
2009-06-15 | usb: gadget: at91_udc: remove driver_data direct access of struct device | Greg Kroah-Hartman |
2009-06-15 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller |
2009-06-13 | net: use symbolic values for ndo_start_xmit() return codes | Patrick McHardy |
2009-06-02 | usb: gadget: f_phonet: fix memory allocation sizes | Rémi Denis-Courmont |
2009-06-02 | f_phonet: no need to check for carrier - scheduler does it internally | Rémi Denis-Courmont |
2009-06-02 | f_phonet: dev_kfree_skb instead of dev_kfree_skb_any in TX callback | Rémi Denis-Courmont |
2009-05-28 | USB: atmel_usb_udc: Use kzalloc() to allocate ep structures | Haavard Skinnemoen |
2009-05-28 | USB: atmel-usba-udc : fix control out requests. | Martin Fuzzey |
2009-05-08 | USB: Gadget: fix UTF conversion in the usbstring library | Alan Stern |
2009-04-23 | USB: gadget: omap_udc uses platform_driver_probe() | David Brownell |
2009-04-23 | USB: ci13xxx_udc: fix build error | Matthias Kaehlcke |
2009-04-23 | USB: g_file_storage: fix use-after-free bug when closing files | Alan Stern |
2009-04-23 | USB: Gadget: MIPS CI13xxx UDC bugfixes | David Lopo |
2009-04-17 | usb gadget: fix ethernet link reports to ethtool | Jonathan McDowell |
2009-04-05 | Merge branch 'avr32-arch' of git://git.kernel.org/pub/scm/linux/kernel/git/hs... | Linus Torvalds |
2009-03-30 | trivial: fix typos/grammar errors in Kconfig texts | Matt LaPlante |
2009-03-27 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Haavard Skinnemoen |
2009-03-26 | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 | Linus Torvalds |
2009-03-26 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller |
2009-03-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds |
2009-03-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds |
2009-03-26 | atmel-usba-udc: use gpio_is_valid() to check vbus_pin I/O line | Hans-Christian Egtvedt |
2009-03-24 | usb: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers |
2009-03-24 | USB: pxa27x_udc: typo fixes and code cleanups | Vernon Sauder |
2009-03-24 | USB: gadget: gadget zero uses new suspend/resume hooks | David Brownell |
2009-03-24 | USB: gadget: composite device-level suspend/resume hooks | David Brownell |
2009-03-24 | USB: make transfer_buffer_lengths in struct urb field u32 | Greg Kroah-Hartman |
2009-03-24 | USB: composite: avoid inconsistent lock state | Felipe Balbi |
2009-03-24 | USB: replace uses of __constant_{endian} | Harvey Harrison |
2009-03-24 | USB: add missing KERN_* constants to printks | Frank Seidel |