Age | Commit message (Expand) | Author | Files | Lines |
2010-10-25 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -1/+1 |
2010-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 7 | -22/+359 |
2010-10-22 | tty: Convert the USB drivers to the new icount interface | Alan Cox | 1 | -19/+16 |
2010-10-21 | smsc95xx: generate random MAC address once, not every ifup | Bernard Blackham | 1 | -2/+2 |
2010-10-18 | Update broken web addresses in the kernel. | Justin P. Mattock | 1 | -1/+1 |
2010-09-27 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+2 |
2010-09-27 | drivers/net: return operator cleanup | Eric Dumazet | 1 | -2/+2 |
2010-09-17 | drivers/net/usb/hso.c: prevent reading uninitialized memory | Dan Rosenberg | 1 | -0/+2 |
2010-09-14 | cx82310_eth: allow empty URBs | Ondrej Zary | 1 | -9/+3 |
2010-09-14 | cx82310_eth: check usb_string() return value for error | Ondrej Zary | 1 | -5/+3 |
2010-09-10 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -6/+6 |
2010-09-10 | ipheth: remove incorrect devtype to WWAN | Dan Williams | 1 | -6/+1 |
2010-09-09 | introduce cx82310_eth: Conexant CX82310-based ADSL router USB ethernet driver | Ondrej Zary | 3 | -0/+363 |
2010-08-23 | ipheth: add support for iPhone 4 | Jens Axboe | 1 | -0/+5 |
2010-08-17 | ethtool: Provide a default implementation of ethtool_ops::get_drvinfo | Ben Hutchings | 2 | -18/+0 |
2010-08-10 | usbnet: rx_submit() should return an error code. | David S. Miller | 1 | -6/+16 |
2010-08-06 | usbnet: remove noisy and hardly useful printk | Christian Samsel | 1 | -1/+0 |
2010-08-04 | hso: Add new product ID | Filip Aben | 1 | -0/+1 |
2010-07-27 | usbnet: use jiffies in schedule_timeout(), not msecs | Kulikov Vasiliy | 1 | -1/+1 |
2010-07-23 | usb: usbnet: use newly introduced hex_to_bin() | Andy Shevchenko | 1 | -11/+2 |
2010-07-13 | hso: remove driver version | Filip Aben | 1 | -4/+1 |
2010-07-08 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2 | -14/+9 |
2010-07-06 | usbnet: remove direct access to urb->status | Oliver Neukum | 2 | -9/+12 |
2010-07-03 | usbnet: Set parent device early for netdev_printk() | Ben Hutchings | 1 | -2/+3 |
2010-07-03 | net: Revert "rndis_host: Poll status channel before control channel" | Ben Hutchings | 1 | -12/+6 |
2010-06-30 | usb: pegasus: fixed coding style issues | Nicolas Kaiser | 2 | -212/+209 |
2010-06-24 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+0 |
2010-06-22 | hso: remove setting of low_latency flag | Filip Aben | 1 | -1/+0 |
2010-06-13 | usbnet: Print device statistics as unsigned | Ben Hutchings | 1 | -1/+1 |
2010-06-12 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
2010-06-07 | asix: check packet size against mtu+ETH_HLEN instead of ETH_FRAME_LEN | Jussi Kivilinna | 1 | -1/+1 |
2010-06-03 | drivers/net: use __packed annotation | Eric Dumazet | 5 | -6/+6 |
2010-05-26 | drivers/net/usb/asix.c: Fix pointer cast. | David S. Miller | 1 | -2/+2 |
2010-05-26 | hso: add support for new products | Filip Aben | 1 | -0/+3 |
2010-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2 | -20/+16 |
2010-05-21 | USB: rename usb_buffer_alloc() and usb_buffer_free() users | Daniel Mack | 2 | -20/+16 |
2010-05-18 | pegasus: fix USB device ID for ETX-US2 | Tadashi Abe | 1 | -1/+1 |
2010-05-18 | drivers/net/usb: Use kmemdup | Julia Lawall | 1 | -2/+1 |
2010-05-18 | drivers/net/usb: Use kmemdup | Julia Lawall | 2 | -5/+2 |
2010-05-18 | drivers/net/usb: Use kmemdup | Julia Lawall | 1 | -4/+2 |
2010-05-18 | drivers/net/usb/asix.c: Fix unaligned accesses | Neil Jones | 1 | -1/+33 |
2010-05-16 | rndis_host: Poll status channel before control channel | Ben Hutchings | 1 | -6/+12 |
2010-05-14 | drivers/net: Remove unnecessary returns from void function()s | Joe Perches | 1 | -2/+0 |
2010-05-10 | net: trans_start cleanups | Eric Dumazet | 3 | -5/+1 |
2010-05-04 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
2010-05-04 | dm9601: fix phy/eeprom write routine | Peter Korsgaard | 1 | -1/+1 |
2010-05-03 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 6 | -7/+1024 |
2010-05-02 | net/usb: initiate sync sequence in sierra_net.c driver | Elina Pasheva | 1 | -0/+3 |
2010-05-01 | net/usb: remove default in Kconfig for sierra_net driver | Elina Pasheva | 1 | -1/+0 |
2010-05-01 | cdc_ether: Identify MBM devices by GUID in MDLM descriptor | Jonas Sjöquist | 1 | -74/+39 |