aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/ipheth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-01ipheth: fix EOVERFLOW in ipheth_rcvbulk_callbackGeorgi Valkov1-3/+3
2021-10-02net: usb: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-08-03drivers/net/usb: Remove all strcpy() usesLen Baker1-1/+1
2020-11-21usbnet: ipheth: fix connectivity with iOS 14Yves-Alexis Perez1-1/+1
2020-06-28usbnet: ipheth: fix ipheth_tx()'s return typeLuc Van Oostenryck1-1/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-05-21usbnet: ipheth: fix racing conditionBernd Eckstein1-1/+2
2019-05-03usbnet: ipheth: Remove unnecessary NULL pointer checkGuenter Roeck1-2/+0
2019-04-26usbnet: ipheth: Simplify device detectionGuenter Roeck1-55/+3
2018-11-27usbnet: ipheth: fix potential recvmsg bug and recvmsg bug 2Bernd Eckstein1-6/+4
2017-11-19usbnet: ipheth: fix potential null pointer dereference in ipheth_carrier_setGustavo A. R. Silva1-1/+4
2017-11-15usbnet: ipheth: prevent TX queue timeouts when device not readyAlexander Kappner1-9/+21
2017-08-08net: usb: ipheth: constify usb_device_idArvind Yadav1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+10
2014-06-02ipheth: Add support for iPad 2 and iPad 3Kristian Evensen1-0/+10
2014-05-13net: 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-25ipheth: add support for iPadDavide Gerhard1-0/+5
2012-05-18USB: 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-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2012-01-09usbnet: 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-08iph: use default get_statsstephen hemminger1-11/+4
2011-05-08ipheth: 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-09ipheth: remove incorrect devtype to WWANDan Williams1-6/+1
2010-08-23ipheth: add support for iPhone 4Jens Axboe1-0/+5
2010-07-05usbnet: remove direct access to urb->statusOliver Neukum1-6/+7
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack1-14/+10
2010-04-27ipheth: potential null dereferences on error pathDan Carpenter1-7/+8
2010-04-21drivers/net/usb: Add new driver iphethDiego Giagio1-0/+568