aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/cdc-phonet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-14/+1
2019-02-08net: usb: cdc-phonet: use struct_size() in alloc_netdev()Gustavo A. R. Silva1-2/+2
2018-06-30net: usb: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2018-06-22net: usb: cdc-phonet: use irqsave() in USB's complete callbackSebastian Andrzej Siewior1-2/+3
2017-08-08net: usb: cdc-phonet: constify usb_device_idArvind Yadav1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-1/+1
2016-10-20net: use core MTU range checking in USB NIC driversJarod Wilson1-10/+2
2015-09-15cdc-phonet: use common parserOliver Neukum1-23/+4
2014-11-12phonet: Replace calls to __skb_alloc_page with __dev_alloc_pageAlexander Duyck1-3/+3
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+1
2013-09-20net: cdc-phonet: Staticize usbpn_probeSachin Kamat1-1/+1
2012-08-08cdc-phonet: Don't leak in usbpn_openJesper Juhl1-0/+1
2012-07-31netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman1-1/+1
2012-06-12usbnet:cdc-phonet: remove usb_get/put_dev in .probe and .disconnecttom.leiming@gmail.com1-3/+1
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp1-0/+1
2012-03-27cdc-phonet: fix skb truesize underestimationEric Dumazet1-2/+2
2012-03-25net: add a truesize parameter to skb_add_rx_frag()Eric Dumazet1-2/+4
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-12/+1
2011-11-22net: remove netdev_alloc_page and use __GFP_COLDEric Dumazet1-5/+5
2011-11-18USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman1-12/+1
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-03-14NET: cdc-phonet, handle empty phonet headerJiri Slaby1-6/+3
2011-03-14NET: cdc-phonet, fix stop-queue handlingJiri Slaby1-1/+0
2010-07-05usbnet: remove direct access to urb->statusOliver Neukum1-3/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-4/+4
2009-09-14cdc-phonet: remove noisy debug statementRémi Denis-Courmont1-1/+0
2009-09-11cdc-phonet: autoconfigure Phonet addressRémi Denis-Courmont1-0/+15
2009-09-01usbnet: convert to netdev_tx_tStephen Hemminger1-3/+3
2009-07-21USB host CDC Phonet network interface driverRémi Denis-Courmont1-0/+461