summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/cdc-phonet.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-051-14/+1Star
* net: usb: cdc-phonet: use struct_size() in alloc_netdev()Gustavo A. R. Silva2019-02-091-2/+2
* net: usb: Mark expected switch fall-throughsGustavo A. R. Silva2018-06-301-0/+1
* net: usb: cdc-phonet: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-06-221-2/+3
* net: usb: cdc-phonet: constify usb_device_idArvind Yadav2017-08-091-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-1/+1
* net: use core MTU range checking in USB NIC driversJarod Wilson2016-10-201-10/+2Star
* cdc-phonet: use common parserOliver Neukum2015-09-151-23/+4Star
* phonet: Replace calls to __skb_alloc_page with __dev_alloc_pageAlexander Duyck2014-11-121-3/+3
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-161-1/+1
* net: cdc-phonet: Staticize usbpn_probeSachin Kamat2013-09-201-1/+1
* cdc-phonet: Don't leak in usbpn_openJesper Juhl2012-08-091-0/+1
* netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman2012-08-011-1/+1
* usbnet:cdc-phonet: remove usb_get/put_dev in .probe and .disconnecttom.leiming@gmail.com2012-06-131-3/+1Star
* USB: Disable hub-initiated LPM for comms devices.Sarah Sharp2012-05-191-0/+1
* cdc-phonet: fix skb truesize underestimationEric Dumazet2012-03-281-2/+2
* net: add a truesize parameter to skb_add_rx_frag()Eric Dumazet2012-03-251-2/+4
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-071-12/+1Star
|\
| * USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-12/+1Star
* | net: remove netdev_alloc_page and use __GFP_COLDEric Dumazet2011-11-221-5/+5
|/
* net: remove mm.h inclusion from netdevice.hAlexey Dobriyan2011-06-221-0/+1
* NET: cdc-phonet, handle empty phonet headerJiri Slaby2011-03-141-6/+3Star
* NET: cdc-phonet, fix stop-queue handlingJiri Slaby2011-03-141-1/+0Star
* usbnet: remove direct access to urb->statusOliver Neukum2010-07-061-3/+5
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-4/+4
* cdc-phonet: remove noisy debug statementRémi Denis-Courmont2009-09-151-1/+0Star
* cdc-phonet: autoconfigure Phonet addressRémi Denis-Courmont2009-09-111-0/+15
* usbnet: convert to netdev_tx_tStephen Hemminger2009-09-011-3/+3
* USB host CDC Phonet network interface driverRémi Denis-Courmont2009-07-211-0/+461