Age | Commit message (Expand) | Author | Files | Lines |
2009-04-07 | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) | Yang Hongyang | 1 | -1/+1 |
2009-04-03 | hso: fix for the 'invalid frame length' messages | Jan Dumon | 1 | -4/+6 |
2009-04-03 | hso: fix for crash when unplugging the device | Jan Dumon | 1 | -8/+11 |
2009-04-02 | hso: add Vendor/Product ID's for new devices | Jan Dumon | 1 | -2/+9 |
2009-04-02 | kaweth: Fix locking to be SMP-safe | Larry Finger | 1 | -4/+3 |
2009-03-22 | usbnet: convert rndis driver to net_device_ops | Stephen Hemminger | 1 | -1/+12 |
2009-03-22 | usbnet: convert smsc95xx driver to net_device_ops | Stephen Hemminger | 1 | -2/+13 |
2009-03-22 | usbnet: convert msc7830 driver to net_device_ops | Stephen Hemminger | 1 | -3/+13 |
2009-03-22 | usbnet: convert dms9601 driver to net_device_ops | Stephen Hemminger | 1 | -3/+13 |
2009-03-22 | usbnet: convert asix driver to net_device_ops | Stephen Hemminger | 1 | -7/+40 |
2009-03-22 | usbnet: support net_device_ops | Stephen Hemminger | 1 | -8/+23 |
2009-03-22 | usbnet: convert to internal net_device_stats | Stephen Hemminger | 1 | -9/+0 |
2009-03-22 | usbnet: convert hso driver to net_device_ops | Stephen Hemminger | 1 | -4/+8 |
2009-03-22 | usbnet: convert rtl driver to net_device_ops | Stephen Hemminger | 1 | -8/+14 |
2009-03-22 | usbnet: convert to internal net_device stats | Stephen Hemminger | 1 | -17/+11 |
2009-03-22 | usbnet: convert catc device to net_device_ops | Stephen Hemminger | 1 | -5/+13 |
2009-03-22 | usbnet: convert catc to internal net_device_stats | Stephen Hemminger | 1 | -21/+13 |
2009-03-05 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+4 |
2009-03-04 | dm9601: new vendor/product IDs | Peter Korsgaard | 1 | -0/+4 |
2009-03-02 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 3 | -2/+12 |
2009-03-02 | zaurus: add usb id for motomagx phones | Dmitriy Taychenachev | 1 | -0/+5 |
2009-03-02 | usbnet: make usbnet_get_link() fall back to ethtool_op_get_link() | Bjørn Mork | 1 | -2/+2 |
2009-03-02 | cdc_ether: add usb id for Ericsson F3507g | Bjørn Mork | 1 | -0/+5 |
2009-02-27 | hso: remove hso_free_device() | Paulius Zaleckas | 1 | -10/+4 |
2009-02-27 | hso: remove claiming and releasing of USB interface | Paulius Zaleckas | 1 | -4/+0 |
2009-02-25 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+8 |
2009-02-25 | asix: new device ids | Greg Kroah-Hartman | 1 | -0/+8 |
2009-02-18 | drivers/net/usb: fix sparse warnings: Should it be static? | Hannes Eder | 2 | -6/+6 |
2009-02-15 | rndis: remove private wrapper of __constant_cpu_to_le32 | Harvey Harrison | 1 | -14/+11 |
2009-02-05 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 1 | -1/+3 |
2009-02-04 | hso: add new device id's | Filip Aben | 1 | -1/+3 |
2009-02-01 | net: replace uses of __constant_{endian} | Harvey Harrison | 1 | -2/+1 |
2009-01-26 | smsc95xx: fix function prototype of async callback | Steve Glendinning | 1 | -2/+2 |
2009-01-26 | smsc95xx: remove unused completion struct | Steve Glendinning | 1 | -4/+0 |
2009-01-21 | usb/mcs7830: Don't use buffers from stack for USB transfers | Christian Eggers | 1 | -2/+18 |
2009-01-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -2/+2 |
2009-01-15 | hso serial throttled tty kref fix. | Denis Joseph Barrow | 1 | -1/+3 |
2009-01-15 | tty: Fix double grabbing of a spinlock | Denis Joseph Barrow | 1 | -2/+1 |
2009-01-15 | tty: Fix a kref leak in the HSO driver on re-open | Alan Cox | 1 | -0/+1 |
2009-01-13 | hso: driver fix for big endian machines. | Denis Joseph Barrow | 1 | -2/+2 |
2009-01-08 | net: convert pegasus driver to net_device_ops | Oliver Neukum | 1 | -7/+14 |
2009-01-08 | net: switch kaweth driver to netdevops | Oliver Neukum | 1 | -11/+12 |
2009-01-08 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2 | -9/+9 |
2009-01-08 | dm9601: warn on invalid mac address | Wu Fengguang | 1 | -2/+9 |
2009-01-08 | dm9601: tell HW about random generated mac address | Wu Fengguang | 1 | -1/+8 |
2009-01-07 | USB: avoid needless address-taking of function parameters | Harvey Harrison | 2 | -9/+9 |
2009-01-06 | dm9601: bring datasheet URL up to date | Wu Fengguang | 1 | -1/+1 |
2009-01-06 | dm9601: handle corrupt mac address | Wu Fengguang | 1 | -1/+8 |
2009-01-02 | hso maintainers update patch | Denis Joseph Barrow | 1 | -0/+2 |
2009-01-02 | hso modem detect fix patch against Alan Cox'es tty tree | Denis Joseph Barrow | 1 | -1/+1 |