aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function/f_ncm.c
AgeCommit message (Expand)Author
2024-03-05usb: gadget: ncm: Fix handling of zero block length packetsKrishna Kurapati
2024-02-19usb: gadget: ncm: Avoid dropping datagrams of properly parsed NTBsKrishna Kurapati
2024-01-27usb: gadget: ncm: Fix endianness of wMaxSegmentSize variable in ecm_descKrishna Kurapati
2024-01-04usb: gadget: ncm: Add support to update wMaxSegmentSize via configfsKrishna Kurapati
2023-10-21usb: gadget: f_ncm: Always set current gadget in ncm_bind()Hardik Gajjar
2023-10-02usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap callKrishna Kurapati
2023-08-22usb: gadget: remove max support speed info in bind operationLinyu Yuan
2023-08-22usb: gadget: add a inline function gether_bitrate()Linyu Yuan
2023-08-22usb: gadget: use working speed to calcaulate network bitrate and qlenLinyu Yuan
2023-01-17usb: gadget: f_ncm: fix potential NULL ptr deref in ncm_bitrate()Maciej Żenczykowski
2022-08-31usb: gadget: f_ncm: noop - remove INIT_NDP{16,32}_OPTS macrosMaciej Żenczykowski
2021-07-21usb: gadget: f_ncm: ncm_wrap_ntb - move var definitions into if statementMaciej Żenczykowski
2021-07-21usb: gadget: f_ncm: remove spurious if statementMaciej Żenczykowski
2021-07-21usb: gadget: f_ncm: remove check for NULL skb_tx_data in timer functionMaciej Żenczykowski
2021-07-21usb: gadget: f_ncm: remove spurious boolean timer_stoppingMaciej Żenczykowski
2021-07-21usb: gadget: f_ncm: remove timer_force_tx fieldMaciej Żenczykowski
2021-06-09usb: f_ncm: only first packet of aggregate needs to start timerMaciej Żenczykowski
2021-06-09USB: f_ncm: ncm_bitrate (speed) is unsignedMaciej Żenczykowski
2020-10-02usb: gadget: f_ncm: allow using NCM in SuperSpeed Plus gadgets.Lorenzo Colitti
2020-10-02usb: gadget: f_ncm: set SuperSpeed bulk descriptor bMaxBurst to 15Lorenzo Colitti
2020-10-02usb: gadget: f_ncm: fix ncm_bitrate for SuperSpeed and above.Lorenzo Colitti
2020-10-02USB: gadget: f_ncm: Fix NDP16 datagram validationBryan O'Donoghue
2020-08-25USB: gadget: f_ncm: add bounds checks to ncm_unwrap_ntb()Brooke Basile
2020-01-15usb: gadget: f_ncm: Use atomic_t to track in-flight requestBryan O'Donoghue
2019-05-03usb: gadget: f_ncm: Add OS descriptor supportRomain Izard
2019-05-03usb: gadget: f_ncm: Fix NTP-32 supportRomain Izard
2018-01-16usb/gadget/NCM: Replace tasklet with softirq hrtimerThomas Gleixner
2017-11-14Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds
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-10-19usb: gadget: make config_item_type structures constBhumika Goyal
2017-08-18usb: gadget: f_ncm/u_ether: Move 'SKB reserve' quirk setup to u_etherDmitry Osipenko
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg
2017-03-30drivers: add explicit interrupt.h includesFlorian Westphal
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner
2016-11-03usb: gadget: NCM: differentiate consumed packets from dropped packetsTorsten Polle
2016-11-03usb: gadget: NCM: link socket buffers to the device for tx packetsTorsten Polle
2016-08-31usb: gadget: f_ncm: add support for no_skb_reserveYoshihiro Shimoda
2016-08-25usb: gadget: f_ncm: add SuperSpeed descriptors for CDC NCMJussi Kivilinna
2016-03-04usb: gadget: Update usb_assign_descriptors for SuperSpeedPlusJohn Youn
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-10-13usb-gadget/ether: use per-attribute show and store methodsChristoph Hellwig
2015-09-27usb: gadget: f_ncm: eliminate abuse of ep->driver dataRobert Baldyga
2015-09-27usb: gadget: f_ncm: obtain cdev from function instead of driver_dataRobert Baldyga
2015-07-30usb: gadget: f_ecm/f_ncm: check quirk instead of UDC nameRobert Baldyga
2014-11-03usb: gadget: function: Added usb_assign_descriptors failure checkPavitrakumar Managutte
2014-10-23usb: gadget: function: Remove redundant usb_free_all_descriptorsPavitrakumar Managutte