summaryrefslogtreecommitdiff
path: root/drivers/net/usb/ipheth.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-09net: usb: ipheth: constify usb_device_idArvind Yadav1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2014-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+10
2014-06-03ipheth: Add support for iPad 2 and iPad 3Kristian Evensen1-0/+10
2014-05-14net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-07-02net: ipheth: Add USB ID for iPad miniAaron Marburg1-0/+5
2012-10-18usb/ipheth: Add iPhone 5 supportJay Purohit1-0/+5
2012-06-26ipheth: add support for iPadDavide Gerhard1-0/+5
2012-05-19USB: Disable hub-initiated LPM for comms devices.Sarah Sharp1-0/+1
2012-04-25USB: ipheth.c: remove err() usageGreg Kroah-Hartman1-13/+21
2012-02-15ipheth: Add iPhone 4STim Gardner1-0/+5
2012-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2012-01-10usbnet: make ethtool_ops conststephen hemminger1-1/+1
2011-11-18USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman1-19/+1
2011-09-15ipheth: iPhone 4 Verizon CDMA USB Product ID addKavan Smith1-0/+5
2011-06-09iph: use default get_statsstephen hemminger1-11/+4
2011-05-09ipheth: Properly distinguish length and alignment in URBs and skbsBen Hutchings1-5/+9
2010-11-09drivers/net/usb: Update WARN usesJoe Perches1-1/+1
2010-09-10ipheth: remove incorrect devtype to WWANDan Williams1-6/+1
2010-08-23ipheth: add support for iPhone 4Jens Axboe1-0/+5
2010-07-06usbnet: remove direct access to urb->statusOliver Neukum1-6/+7
2010-05-21USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack1-14/+10
2010-04-28ipheth: potential null dereferences on error pathDan Carpenter1-7/+8
2010-04-22drivers/net/usb: Add new driver iphethDiego Giagio1-0/+568