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.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
/
asix_common.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-31
1
-2
/
+2
*
net: asix: change the type of asix_set_sw/hw_mii to static
Zhengchao Shao
2022-07-05
1
-19
/
+21
*
net: asix: fix "can't send until first packet is send" issue
Oleksij Rempel
2022-06-27
1
-0
/
+1
*
net: asix: remove code duplicates in asix_mdio_read/write and asix_mdio_read/...
Oleksij Rempel
2022-02-24
1
-55
/
+19
*
net: asix: add proper error handling of usb read errors
Pavel Skripkin
2022-02-07
1
-6
/
+13
*
asix: fix wrong return value in asix_check_host_enable()
Pavel Skripkin
2021-12-22
1
-2
/
+4
*
asix: fix uninit-value in asix_mdio_read()
Pavel Skripkin
2021-12-22
1
-1
/
+1
*
net: usb: use eth_hw_addr_set()
Jakub Kicinski
2021-10-02
1
-1
/
+1
*
net: asix: fix uninit value bugs
Pavel Skripkin
2021-08-18
1
-40
/
+30
*
net: usb: asix: add error handling for asix_mdio_* functions
Oleksij Rempel
2021-06-07
1
-14
/
+28
*
net: usb: asix: ax88772: add phylib support
Oleksij Rempel
2021-06-07
1
-0
/
+37
*
net: usb: asix: refactor asix_read_phy_addr() and handle errors on return
Oleksij Rempel
2021-06-07
1
-15
/
+16
*
net: usb: Fix uninit-was-stored issue in asix_read_phy_addr()
Himadri Pandya
2020-08-27
1
-1
/
+1
*
net: usb: Merge cpu_to_le32s + memcpy to put_unaligned_le32
Chuhong Yuan
2019-07-22
1
-5
/
+4
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
Thomas Gleixner
2019-05-21
1
-13
/
+1
*
asix: Check for supported Wake-on-LAN modes
Florian Fainelli
2018-09-29
1
-0
/
+3
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
1
-4
/
+4
*
net: Remove useless function skb_header_release
Gao Feng
2017-09-22
1
-1
/
+1
*
asix: Fix small memory leak in ax88772_unbind()
Dean Jenkins
2017-08-07
1
-0
/
+15
*
asix: Ensure asix_rx_fixup_info members are all reset
Dean Jenkins
2017-08-07
1
-9
/
+25
*
asix: Add rx->ax_skb = NULL after usbnet_skb_return()
Dean Jenkins
2017-08-07
1
-1
/
+3
*
net: manual clean code which call skb_put_[data:zero]
yuan linyu
2017-06-20
1
-3
/
+2
*
networking: introduce and use skb_put_data()
Johannes Berg
2017-06-16
1
-2
/
+2
*
net: asix: Avoid looping when the device does not respond
Guenter Roeck
2016-10-14
1
-4
/
+4
*
net: asix: Avoid looping when the device is disconnected
Robert Foss
2016-08-31
1
-12
/
+44
*
net: asix: Add in_pm parameter
Robert Foss
2016-08-31
1
-43
/
+137
*
asix: Fix offset calculation in asix_rx_fixup() causing slow transmissions
John Stultz
2016-05-17
1
-1
/
+1
*
asix: silence log message from oversize packet
stephen hemminger
2015-12-18
1
-1
/
+1
*
drivers/net: get rid of unnecessary initializations in .get_drvinfo()
Ivan Vecera
2015-10-16
1
-1
/
+0
*
asix: Continue processing URB if no RX netdev buffer
Dean Jenkins
2015-10-05
1
-12
/
+19
*
asix: On RX avoid creating bad Ethernet frames
Dean Jenkins
2015-10-05
1
-0
/
+28
*
asix: Simplify asix_rx_fixup_internal() netdev alloc
Dean Jenkins
2015-10-05
1
-9
/
+7
*
asix: Tidy-up 32-bit header word synchronisation
Dean Jenkins
2015-10-05
1
-15
/
+13
*
asix: Rename remaining and size for clarity
Dean Jenkins
2015-10-05
1
-20
/
+21
*
usbnet: Fix tx_bytes statistic running backward in cdc_ncm
Ben Hutchings
2015-03-29
1
-1
/
+1
*
usbnet: Fix tx_packets stat for FLAG_MULTI_FRAME drivers
Ben Hutchings
2015-03-29
1
-0
/
+2
*
usb: Fix FSF address in file headers
Jeff Kirsher
2013-12-06
1
-2
/
+1
*
asix: fix BUG in receive path when lowering MTU
holger@eitzenberger.org
2013-05-03
1
-0
/
+3
*
net: asix: handle packets crossing URB boundaries
Lucas Stach
2013-01-18
1
-25
/
+65
*
ethtool: fix drvinfo strings set in drivers
Jiri Pirko
2013-01-06
1
-2
/
+2
*
usbnet: asix: apply introduced usb command APIs
Ming Lei
2012-10-26
1
-104
/
+13
*
asix: Add support for programming the EEPROM
Christian Riesch
2012-07-19
1
-0
/
+81
*
asix: Rework reading from EEPROM
Christian Riesch
2012-07-19
1
-17
/
+22
*
asix: Add a new driver for the AX88172A
Christian Riesch
2012-07-16
1
-2
/
+10
*
asix: Factor out common code
Christian Riesch
2012-07-16
1
-1173
/
+30
*
asix: Rename asix.c to asix_devices.c
Christian Riesch
2012-07-16
1
-0
/
+1680