index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
usb
/
usbnet.c
Age
Commit message (
Expand
)
Author
2021-04-06
usbnet: add method for reporting speed without MII
Oliver Neukum
2021-04-06
usbnet: add _mii suffix to usbnet_set/get_link_ksettings
Oliver Neukum
2021-03-08
net: usb: log errors to dmesg/syslog
Grant Grundler
2021-01-26
net: usbnet: use new tasklet API
Emil Renner Berthing
2021-01-26
net: usbnet: initialize tasklet using tasklet_init
Emil Renner Berthing
2021-01-26
usbnet: fix the indentation of one code snippet
Dongliang Mu
2020-11-12
usbnet: switch to core handling of rx/tx byte/packet counters
Heiner Kallweit
2020-10-13
net: usbnet: use new function dev_fetch_sw_netstats
Heiner Kallweit
2020-10-10
net: usbnet: remove driver version
Heiner Kallweit
2020-10-03
usbnet: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-17
net: usbnet: export usbnet_set_rx_mode()
Bjørn Mork
2019-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
2019-11-26
net: usbnet: Fix -Wcast-function-type
Phong Tran
2019-09-21
usbnet: ignore endpoints with invalid wMaxPacketSize
Bjørn Mork
2019-09-19
usbnet: sanity checking of packet sizes and device mtu
Oliver Neukum
2019-07-30
net: Use skb_frag_off accessors
Jonathan Lemon
2019-07-22
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
2019-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-05-21
usbnet: fix kernel crash after disconnect
Kloetzke Jan
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
Thomas Gleixner
2018-10-02
net: usbnet: make driver_info const
Ben Dooks
2018-09-04
net: usbnet: mark expected switch fall-through
Gustavo A. R. Silva
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-03-07
net: usbnet: fix potential deadlock on 32bit hosts
Eric Dumazet
2018-01-22
usbnet: silence an unnecessary warning
Oliver Neukum
2017-12-07
usbnet: fix alignment for frames with no ethernet header
Bjørn Mork
2017-10-18
net/usb/usbnet: Convert timers to use timer_setup()
Kees Cook
2017-06-05
net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...
yuval.shaia@oracle.com
2017-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-06
usbnet: make sure no NULL pointer is passed through
Oliver Neukum
2017-04-06
net: usbnet: Remove unused driver_name variable
Florian Fainelli
2017-04-03
net: usbnet: support 64bit stats
Greg Ungerer
2017-03-21
net: usb: usb: remove old api ethtool_{get|set}_settings
Philippe Reynes
2017-03-21
net: usb: usbnet: add new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2016-10-20
net: use core MTU range checking in USB NIC drivers
Jarod Wilson
2016-08-13
net: usb: usbnet: don't print error when allocating urb fails
Wolfram Sang
2016-07-24
Merge tag 'usb-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2016-07-18
usbnet: move the CDC parser into USB core
Oliver Neukum
2016-06-30
usbnet: Stop RX Q on MTU change
Soohoon Lee
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
2016-05-03
usbnet: correct speed testing
Oliver Neukum
2016-03-07
usbnet: cleanup after bind() in probe()
Oliver Neukum
2015-12-04
usbnet: allow mini-drivers to consume L2 headers
Bjørn Mork
2015-11-10
usbnet: remove ifdefed out call to dma_supported
Christoph Hellwig
2015-09-15
CDC: common parser for extra headers
Oliver Neukum
2015-09-08
usbnet: Fix a race between usbnet_stop() and the BH
Eugene Shatokhin
2015-08-25
usbnet: Get EVENT_NO_RUNTIME_PM bit before it is cleared
Eugene Shatokhin
[next]