summaryrefslogtreecommitdiff
path: root/drivers/net/usb
AgeCommit message (Expand)AuthorFilesLines
2020-08-21usb: hso: check for return value in hso_serial_common_create()Rustam Kovhaev1-1/+4
2020-08-21net: lan78xx: replace bogus endpoint lookupJohan Hovold1-86/+30
2020-08-21net: lan78xx: fix transfer-buffer memory leakJohan Hovold1-0/+1
2020-08-21net: lan78xx: add missing endpoint sanity checkJohan Hovold1-0/+5
2020-07-31ax88172a: fix ax88172a_unbind() failuresGeorge Kennedy1-0/+1
2020-07-22smsc95xx: avoid memory leak in smsc95xx_bindAndre Edich1-1/+2
2020-07-22smsc95xx: check return value of smsc95xx_resetAndre Edich1-0/+6
2020-06-30net: usb: ax88179_178a: fix packet alignment paddingJeremy Kerr1-5/+6
2020-03-20r8152: check disconnect status after long sleepYou-Sheng Yang1-0/+6
2020-02-05r8152: get default setting of WOL before initializingHayes Wang1-4/+5
2020-01-29net: usb: lan78xx: Add .ndo_features_checkJames Hughes1-0/+15
2020-01-23net: usb: lan78xx: limit size of local TSO packetsEric Dumazet1-0/+1
2020-01-23r8152: add missing endpoint sanity checkJohan Hovold1-0/+3
2020-01-12net: usb: lan78xx: fix possible skb leakEric Dumazet1-6/+3
2020-01-12net: usb: lan78xx: Fix error message format specifierCristian Birsan1-1/+1
2020-01-04net: usb: lan78xx: Fix suspend/resume PHY register access errorCristian Birsan1-0/+1
2019-11-25net: cdc_ncm: Signedness bug in cdc_ncm_set_dgram_size()Dan Carpenter1-1/+1
2019-11-25net: lan78xx: Bail out if lan78xx_get_endpoints failsStefan Wahren1-0/+5
2019-11-25ax88172a: fix information leak on short answersOliver Neukum1-1/+1
2019-11-12CDC-NCM: handle incomplete transfer of MTUOliver Neukum1-3/+3
2019-11-06net: usb: sr9800: fix uninitialized local variableValentin Vidic1-1/+1
2019-10-07hso: fix NULL-deref on tty openJohan Hovold1-4/+8
2019-10-05usbnet: sanity checking of packet sizes and device mtuOliver Neukum1-0/+3
2019-10-05usbnet: ignore endpoints with invalid wMaxPacketSizeBjørn Mork1-0/+5
2019-10-05cdc_ncm: fix divide-by-zero caused by invalid wMaxPacketSizeBjørn Mork1-1/+5
2019-09-21r8152: Set memory to all 0xFFs on failed reg readsPrashant Malani1-1/+4
2019-09-21cdc_ether: fix rndis support for Mediatek based smartphonesBjørn Mork1-3/+10
2019-09-10net: kalmia: fix memory leaksWenwen Wang1-3/+3
2019-09-10cx82310_eth: fix a memory leak bugWenwen Wang1-1/+2
2019-09-06net: usb: qmi_wwan: Add the BroadMobi BM818 cardBob Ham1-0/+1
2019-08-25net: usb: pegasus: fix improper read if get_registers() failDenis Kirjanov1-1/+1
2019-06-22usbnet: ipheth: fix racing conditionBernd Eckstein1-1/+2
2019-06-11net: cdc_ncm: GetNtbFormat endian fixBjørn Mork1-2/+2
2019-06-11usbnet: fix kernel crash after disconnectKloetzke Jan1-0/+6
2019-05-16usbnet: ipheth: fix potential null pointer dereference in ipheth_carrier_setGustavo A. R. Silva1-1/+4
2019-05-16usbnet: ipheth: prevent TX queue timeouts when device not readyAlexander Kappner1-9/+21
2019-04-27qmi_wwan: add Olicard 600Bjørn Mork1-0/+1
2019-02-20kaweth: use skb_cow_head() to deal with cloned skbsEric Dumazet1-12/+6
2019-02-20ch9200: use skb_cow_head() to deal with cloned skbsEric Dumazet1-7/+2
2019-02-20smsc95xx: Use skb_cow_head to deal with cloned skbsJames Hughes1-6/+6
2019-01-13USB: hso: Fix OOB memory access in hso_probe/hso_get_config_dataHui Peng1-2/+16
2018-12-13usbnet: ipheth: fix potential recvmsg bug and recvmsg bug 2Bernd Eckstein1-6/+4
2018-11-10smsc95xx: Check for Wake-on-LAN modesFlorian Fainelli1-0/+3
2018-11-10smsc75xx: Check for Wake-on-LAN modesFlorian Fainelli1-0/+3
2018-11-10r8152: Check for supported Wake-on-LAN ModesFlorian Fainelli1-0/+3
2018-11-10sr9800: Check for supported Wake-on-LAN modesFlorian Fainelli1-0/+3
2018-11-10lan78xx: Check for supported Wake-on-LAN modesFlorian Fainelli1-13/+4
2018-11-10ax88179_178a: Check for supported Wake-on-LAN modesFlorian Fainelli1-0/+3
2018-11-10asix: Check for supported Wake-on-LAN modesFlorian Fainelli1-0/+3
2018-10-20net/usb: cancel pending work when unbinding smsc75xxYu Zhao1-0/+1