index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
usb
/
cdc_ncm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: cdc_ncm: Deal with too low values of dwNtbOutMaxSize
Tudor Ambarus
2023-05-18
1
-9
/
+15
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-29
1
-0
/
+1
|
\
|
*
net/cdc_ncm: Fix multicast RX support for CDC NCM devices with ZLP
Santiago Ruano Rincón
2022-11-23
1
-0
/
+1
*
|
net: usb: Use kstrtobool() instead of strtobool()
Christophe JAILLET
2022-11-03
1
-1
/
+2
|
/
*
net/cdc_ncm: Enable ZLP for DisplayLink ethernet devices
Dominik Czerwik
2022-07-21
1
-1
/
+24
*
Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2022-06-03
1
-2
/
+2
|
\
|
*
net: remove third argument of usb_maxpacket()
Vincent Mailhol
2022-04-23
1
-2
/
+2
*
|
net: cdc-ncm: Move spin_lock_bh() to spin_lock()
Yunbo Yu
2022-04-22
1
-4
/
+4
|
/
*
CDC-NCM: avoid overflow in sanity checking
Oliver Neukum
2022-02-15
1
-4
/
+4
*
net: cdc_ncm: Allow for dwNtbOutMaxSize to be unset or zero
Lee Jones
2021-12-03
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-18
1
-1
/
+1
|
\
|
*
net: cdc_ncm: switch to eth%d interface naming
Maciej Żenczykowski
2021-06-15
1
-1
/
+1
*
|
net: usb: Fix spelling mistakes
Zheng Yongjun
2021-06-01
1
-2
/
+2
*
|
net: cdc_ncm: use DEVICE_ATTR_RW macro
YueHaibing
2021-05-20
1
-12
/
+24
|
/
*
net: cdc_ncm: record speed in status method
Oliver Neukum
2021-04-06
1
-38
/
+17
*
usbnet: add _mii suffix to usbnet_set/get_link_ksettings
Oliver Neukum
2021-04-06
1
-2
/
+2
*
net: cdc_ncm: drop redundant driver-data assignment
Johan Hovold
2021-03-18
1
-1
/
+0
*
net: usb: cdc_ncm: emit dev_err on error paths
Grant Grundler
2021-03-08
1
-5
/
+5
*
net: usb: cdc_ncm: use new API for bh tasklet
Emil Renner Berthing
2021-02-03
1
-5
/
+7
*
net: usb: cdc_ncm: don't spew notifications
Grant Grundler
2021-01-20
1
-1
/
+11
*
net: cdc_ncm: correct overhead in delayed_ndp_size
Jouni K. Seppänen
2021-01-05
1
-2
/
+6
*
CDC-NCM: remove "connected" log message
Roland Dreier
2020-12-28
1
-3
/
+0
*
net: usb: switch to dev_get_tstats64 and remove usbnet_get_stats64 alias
Heiner Kallweit
2020-11-12
1
-1
/
+1
*
net: usb: fix spelling typo in cdc_ncm.c
Wang Qing
2020-11-07
1
-1
/
+1
*
net: cdc_ncm: hook into set_rx_mode to admit multicast traffic
Miguel Rodríguez Pérez
2020-07-17
1
-0
/
+3
*
net: cdc_ncm: add .ndo_set_rx_mode to cdc_ncm_netdev_ops
Miguel Rodríguez Pérez
2020-07-17
1
-0
/
+1
*
cdc_ncm: Fix the build warning
Alexander Bersenev
2020-03-15
1
-1
/
+1
*
cdc_ncm: Implement the 32-bit version of NCM Transfer Block
Alexander Bersenev
2020-03-11
1
-87
/
+324
*
net: cdc_ncm: Signedness bug in cdc_ncm_set_dgram_size()
Dan Carpenter
2019-11-13
1
-1
/
+1
*
CDC-NCM: handle incomplete transfer of MTU
Oliver Neukum
2019-11-07
1
-3
/
+3
*
cdc_ncm: fix divide-by-zero caused by invalid wMaxPacketSize
Bjørn Mork
2019-09-21
1
-1
/
+5
*
net: cdc_ncm: remove set but not used variable 'ctx'
YueHaibing
2018-10-12
1
-3
/
+0
*
net: cdc_ncm: use tasklet_init() for tasklet_struct init
Ben Dooks
2018-10-11
1
-2
/
+1
*
net/usb/drivers: Remove useless hrtimer_active check
Daniel Lezcano
2018-06-20
1
-2
/
+1
*
cdc_ncm: avoid padding beyond end of skb
Bjørn Mork
2018-06-08
1
-2
/
+2
*
drivers/net: Use octal not symbolic permissions
Joe Perches
2018-03-26
1
-6
/
+6
*
net: cdc_ncm: GetNtbFormat endian fix
Bjørn Mork
2017-11-15
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-09-01
1
-0
/
+7
|
\
|
*
cdc_ncm: flag the u-blox TOBY-L4 as wwan
Aleksander Morgado
2017-08-28
1
-0
/
+7
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-07-21
1
-0
/
+28
|
\
|
|
*
cdc_ncm: Set NTB format again after altsetting switch for Huawei devices
Enrico Mioso
2017-07-14
1
-0
/
+28
*
|
net: cdc_ncm: constify attribute_group structures.
Arvind Yadav
2017-07-18
1
-1
/
+1
|
/
*
net: cdc_ncm: Reduce memory use when kernel memory low
Jim Baxter
2017-07-03
1
-12
/
+42
*
net: replace more place to skb_put_[data:zero]
yuan linyu
2017-06-20
1
-2
/
+2
*
networking: add and use skb_put_u8()
Johannes Berg
2017-06-16
1
-1
/
+1
*
networking: make skb_put & friends return void pointers
Johannes Berg
2017-06-16
1
-1
/
+1
*
networking: introduce and use skb_put_data()
Johannes Berg
2017-06-16
1
-3
/
+3
*
networking: convert many more places to skb_put_zero()
Johannes Berg
2017-06-16
1
-2
/
+2
*
net: cdc_ncm: Fix TX zero padding
Jim Baxter
2017-05-08
1
-4
/
+7
*
net: usbnet: support 64bit stats
Greg Ungerer
2017-04-03
1
-0
/
+1
[next]