summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function/u_ether.c
AgeCommit message (Expand)Author
2023-10-08usb: gadget: u_ether: Replace netif_stop_queue with netif_device_detachHardik Gajjar
2023-08-22usb: gadget: use working speed to calcaulate network bitrate and qlenLinyu Yuan
2023-05-13usb: gadget: u_ether: Fix host MAC address caseKonrad Gräfe
2023-03-29usb: gadget: f_ecm: Add suspend/resume and remote wakeup supportElson Roy Serrao
2023-02-15usb: gadget: u_ether: Don't warn in gether_setup_name_default()Jon Hunter
2023-02-15usb: gadget: u_ether: Convert prints to device printsJon Hunter
2023-02-09Revert "usb: gadget: u_ether: Do not make UDC parent of the net device"Paul Cercueil
2022-11-09usb: gadget: u_ether: Do not make UDC parent of the net deviceSascha Hauer
2022-08-19usb: move from strlcpy with unused retval to strscpyWolfram Sang
2022-06-24usb: gadget: u_ether: Remove duplicated include in u_ether.cYang Li
2022-06-10usb: gadget: u_ether: fix regression in setting fixed MAC addressMarian Postevca
2021-12-13usb: gadget: u_ether: fix race in setting MAC address in setup phaseMarian Postevca
2021-10-20usb: gadget: u_ether: use eth_hw_addr_set()Jakub Kicinski
2021-07-21usb: gadget: u_ether: fix a potential null pointer dereferenceMaciej Żenczykowski
2021-01-15usb: gadget: u_ether: support configuring interface names.Lorenzo Colitti
2020-12-28usb: gadget: u_ether: Fix MTU size mismatch with RX packet sizeManish Narani
2020-10-02usb: gadget: u_ether: enable qmult on SuperSpeed Plus as wellLorenzo Colitti
2020-07-10usb: gadget: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-09usb: gadget: function: u_ether: Downgrade kerneldoc headers which to not make...Lee Jones
2019-06-20usb: Replace snprintf with scnprintf in gether_get_ifnameDaniel M German
2019-06-18usb: gadget: ether: Fix race between gether_disconnect and rx_submitKiruthika Varadarajan
2018-12-13net: dev: Add extack argument to dev_set_mac_address()Petr Machata
2018-11-28usb: gadget: u_ether: fix unsafe list iterationMarek Szyprowski
2018-05-15USB: Gadget Ethernet: Re-enable Jumbo frames.John Greb
2017-11-07USB: gadget: function: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-08-18usb: gadget: f_ncm/u_ether: Move 'SKB reserve' quirk setup to u_etherDmitry Osipenko
2017-04-11usb: gadget: u_ether: conditionally align transfer sizeFelipe Balbi
2017-04-11usb: gadget: u_ether: use better list accessorsFelipe Balbi
2017-01-24usb: gadget: ether: Add \n to each attribute of ethernet functionsKrzysztof Opasiak
2016-12-13Merge tag 'usb-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2016-11-18Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-03usb: gadget: NCM: differentiate consumed packets from dropped packetsTorsten Polle
2016-11-03usb: gadget: u_ether: link socket buffers to the device for received packetsTorsten Polle
2016-11-01usb: gadget: u_ether: remove interrupt throttlingFelipe Balbi
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-20net: use core MTU range checking in misc driversJarod Wilson
2016-10-17usb: gadget: function: u_ether: don't starve tx request queueFelipe Balbi
2016-09-19Revert "usb: gadget: NCM: Protect dev->port_usb using dev->lock"Greg Kroah-Hartman
2016-09-09usb: gadget: NCM: Protect dev->port_usb using dev->lockHarish Jenny K N
2016-09-09usb: gadget: u_ether: fix another dereference after null checkHarish Jenny K N
2016-08-31usb: gadget: u_ether: add a flag to avoid skb_reserve() callingYoshihiro Shimoda
2016-08-11usb: gadget: u_ether: fix dereference after null check coverify warningPeter Chen
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2015-12-16usb: gadget: ether: Allow changing the MTUMike Looijmans
2015-09-27usb: gadget: u_ether: eliminate abuse of ep->driver dataRobert Baldyga
2015-09-27usb: gadget: ether: Allow jumbo framesMike Looijmans
2015-01-19usb: gadget: ethernet: re-use %pM specifier to print MACAndy Shevchenko
2014-08-19Revert "usb: gadget: u_ether: synchronize with transmit when stopping queue"Li RongQing