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