summaryrefslogtreecommitdiff
path: root/drivers/net/usb/cdc-phonet.c
AgeCommit message (Expand)Author
2021-10-13net: remove single-byte netdev->dev_addr writesJakub Kicinski
2021-07-27phonet: use siocdevprivateArnd Bergmann
2021-03-18net: cdc-phonet: fix data-interface release on probe failureJohan Hovold
2020-12-09net: usb: convert comma to semicolonZheng Yongjun
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-02-17net: usb: cdc-phonet: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner
2019-02-08net: usb: cdc-phonet: use struct_size() in alloc_netdev()Gustavo A. R. Silva
2018-06-30net: usb: Mark expected switch fall-throughsGustavo A. R. Silva
2018-06-22net: usb: cdc-phonet: use irqsave() in USB's complete callbackSebastian Andrzej Siewior
2017-08-08net: usb: cdc-phonet: constify usb_device_idArvind Yadav
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2016-10-20net: use core MTU range checking in USB NIC driversJarod Wilson
2015-09-15cdc-phonet: use common parserOliver Neukum
2014-11-12phonet: Replace calls to __skb_alloc_page with __dev_alloc_pageAlexander Duyck
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2013-09-20net: cdc-phonet: Staticize usbpn_probeSachin Kamat
2012-08-08cdc-phonet: Don't leak in usbpn_openJesper Juhl
2012-07-31netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman
2012-06-12usbnet:cdc-phonet: remove usb_get/put_dev in .probe and .disconnecttom.leiming@gmail.com
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp
2012-03-27cdc-phonet: fix skb truesize underestimationEric Dumazet
2012-03-25net: add a truesize parameter to skb_add_rx_frag()Eric Dumazet
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-11-22net: remove netdev_alloc_page and use __GFP_COLDEric Dumazet
2011-11-18USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan
2011-03-14NET: cdc-phonet, handle empty phonet headerJiri Slaby
2011-03-14NET: cdc-phonet, fix stop-queue handlingJiri Slaby
2010-07-05usbnet: remove direct access to urb->statusOliver Neukum
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches
2009-09-14cdc-phonet: remove noisy debug statementRémi Denis-Courmont
2009-09-11cdc-phonet: autoconfigure Phonet addressRémi Denis-Courmont
2009-09-01usbnet: convert to netdev_tx_tStephen Hemminger
2009-07-21USB host CDC Phonet network interface driverRémi Denis-Courmont