index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
marvell
/
mv643xx_eth.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2022-11-10
net: mv643xx_eth: disable napi when init rxq or txq failed in mv643xx_eth_open()
Zhengchao Shao
1
-0
/
+1
2022-11-07
net: mv643xx_eth: support MII/GMII/RGMII modes for Kirkwood
David Yang
1
-7
/
+42
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
1
-1
/
+1
2022-08-31
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-4
/
+4
2022-07-02
net: add skb_[inner_]tcp_all_headers helpers
Eric Dumazet
1
-1
/
+1
2022-05-06
net: make drivers set the TSO limit not the GSO limit
Jakub Kicinski
1
-1
/
+1
2022-04-05
net: ethernet: mv643xx: Fix over zealous checking of_get_mac_address()
Andrew Lunn
1
-1
/
+1
2022-03-16
net: mv643xx_eth: undo some opreations in mv643xx_eth_probe
Minghao Chi
1
-2
/
+4
2022-03-11
net: mv643xx_eth: use platform_get_irq() instead of platform_get_resource()
Minghao Chi
1
-5
/
+5
2022-03-03
net: marvell: Use min() instead of doing it manually
Haowen Bai
1
-1
/
+1
2022-02-24
net: mv643xx_eth: process retval from of_get_mac_address
Mauri Sandberg
1
-10
/
+14
2021-11-22
net: annotate accesses to dev->gso_max_segs
Eric Dumazet
1
-1
/
+1
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
1
-2
/
+6
2021-10-19
ethernet: mv643xx: use eth_hw_addr_set()
Jakub Kicinski
1
-3
/
+7
2021-10-14
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
1
-1
/
+1
2021-10-02
ethernet: use eth_hw_addr_set()
Jakub Kicinski
1
-2
/
+2
2021-08-24
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
1
-4
/
+8
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-1
/
+1
2021-04-13
of: net: pass the dst buffer to of_get_mac_address()
Michael Walle
1
-4
/
+1
2021-03-29
net: marvell: Fix the trailing format of some block comments
Yangyang Li
1
-2
/
+4
2021-03-18
net: marvell: Remove reference to CONFIG_MV64X60
Christophe Leroy
1
-1
/
+1
2020-06-18
net: tso: cache transport header length
Eric Dumazet
1
-3
/
+2
2020-05-05
net: mv643xx_eth: Remove unused inline function sum16_as_be
YueHaibing
1
-5
/
+0
2020-03-14
net: mv643xx_eth: reject unsupported coalescing params
Jakub Kicinski
1
-0
/
+1
2019-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+2
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-1
/
+1
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
1
-2
/
+2
2019-11-04
net: of_get_phy_mode: Change API to solve int/unit warnings
Andrew Lunn
1
-3
/
+4
2019-07-30
net: Use skb_frag_off accessors
Jonathan Lemon
1
-1
/
+1
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
Thomas Gleixner
1
-13
/
+1
2019-05-10
net: ethernet: fix similar warning reported by kbuild test robot
Petr Štetiar
1
-1
/
+1
2019-05-07
net: ethernet: support of_get_mac_address new ERR_PTR error
Petr Štetiar
1
-1
/
+1
2019-02-17
net: mv643xx_eth: disable clk on error path in mv643xx_eth_shared_probe()
Alexey Khoroshilov
1
-1
/
+6
2018-11-11
net: ethernet: Convert phydev advertize and supported from u32 to link mode
Andrew Lunn
1
-13
/
+8
2018-08-29
net: ethernet: Convert to using %pOFn instead of device_node.name
Rob Herring
1
-3
/
+3
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-7
/
+6
2017-08-24
net: mv643xx_eth: Be drop monitor friendly
Florian Fainelli
1
-2
/
+2
2017-08-23
net: define the TSO header size in net/tso.h
Antoine Ténart
1
-2
/
+0
2017-07-31
mv643xx_eth: fix of_irq_to_resource() error check
Sergei Shtylyov
1
-1
/
+1
2017-06-13
net: phy: Make phy_ethtool_ksettings_get return void
yuval.shaia@oracle.com
1
-3
/
+2
2017-02-07
net: mv643xx_eth: Do not clobber PHY link outside of state machine
Florian Fainelli
1
-3
/
+1
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
1
-1
/
+1
2016-12-17
net: mv643xx_eth: fix build failure
Sudip Mukherjee
1
-1
/
+1
2016-11-15
net: mv643xx_eth: Utilize phy_ethtool_nway_reset
Florian Fainelli
1
-9
/
+1
2016-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2016-11-01
net: mv643xx_eth: ensure coalesce settings survive read-modify-write
Russell King
1
-0
/
+2
2016-10-31
mv643xx_eth: Properly resolve merge conflict.
David S. Miller
1
-2
/
+0
2016-10-31
mv643xx_eth: Fix merge error.
David S. Miller
1
-3
/
+0
2016-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+22
[next]