summaryrefslogtreecommitdiff
path: root/drivers/usb/net
AgeCommit message (Expand)Author
2007-05-09Move USB network drivers to drivers/net/usb.Jeff Garzik
2007-05-09Fix occurrences of "the the "Michael Opdenacker
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare
2007-04-27usb-net/pegasus: simplify carrier detectionDan Williams
2007-04-27USB: usbnet reports minidriver name through ethtoolDavid Brownell
2007-04-27USB: rndis_host, various cleanupsDavid Brownell
2007-04-27USB: fix catc error handlingOliver Neukum
2007-04-27USB: dm9601: fix sparse NULL warningsRandy Dunlap
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo
2007-04-24usb-net/pegasus: fix pegasus carrier detectionDan Williams
2007-03-19USB: two more device ids for dm9601 usbnet driverJon Dowland
2007-03-09USBNET: DM9501: Add Corega FEther USB-TXC support.YOSHIFUJI Hideaki
2007-02-23USB: Davicom DM9601 usbnet driverPeter Korsgaard
2007-02-23USB: asix.c - Add JVC-PRX1 idsDavid Hollis
2007-02-16usbnet: add missing Kconfig for KC2190 cablesDavid Brownell
2007-02-16usbnet: init fault (oops) cleanup, whitespace fixesDavid Brownell
2007-02-16usbnet: recognize SiteCom CN-124David Brownell
2007-02-16USB: Fix misspelled "USBNET_MII" kernel config option.Robert P. J. Day
2007-02-16USB: USB_RTL8150 must select MIIAdrian Bunk
2007-02-16USB: asix - Fix endian issues in asix_tx_fixup()David Hollis
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2007-02-09[PATCH] trivial usb endianness annotationsAl Viro
2007-02-07Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2007-02-07USB: better ethtool support for kawethOliver Neukum
2007-02-07USB: power management for kawethOliver Neukum
2007-02-07rndis_host learns ActiveSync basicsOle Andre Vadla Ravnas
2007-02-05PEGASUS: Fix typo in Corega products.YOSHIFUJI Hideaki / 吉藤英明
2007-02-05ASIX: Add IO-DATA ETG-US2 Support.YOSHIFUJI Hideaki / 吉藤英明
2007-02-03[PATCH] fix rtl8150Al Viro
2007-01-22USB: rndis_host: fix crash while probing a Nokia S60 mobileDaniel Gollub
2007-01-22USB: asix: Detect internal PHY and enable/use accordinglyAndres Salomon
2007-01-05USB: asix: Fix AX88772 device PHY selectionDavid Hollis
2006-12-20USB: rtl8150 new device idPetko Manolov
2006-12-20USB: removing ifdefed code from gl620aOliver Neukum
2006-12-13[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells
2006-12-01USB: pegasus error path not resetting task's stateOliver Neukum
2006-12-01USB: endianness fix for asix.cOliver Neukum
2006-12-01usb: catc free urb cleanupMariusz Kozlowski
2006-12-01USB: net1080: Fix && typosJean Delvare
2006-12-01USB: usbnet: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino
2006-12-01USB: cdc_ether: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino
2006-11-22WorkStruct: make allyesconfigDavid Howells
2006-11-03USB: use MII hooks only if CONFIG_MII is enabledDavid Brownell
2006-10-30[PATCH] lockdep: annotate DECLARE_WAIT_QUEUE_HEADPeter Zijlstra