index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
tehuti
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-10-12
net: phy: microchip_t1s: configure collision detection based on PLCA mode
Parthiban Veerasooran
1
-3
/
+39
2024-10-12
net: phy: microchip_t1s: add support for Microchip's LAN867X Rev.C2
Parthiban Veerasooran
2
-7
/
+19
2024-10-12
net: phy: microchip_t1s: add support for Microchip's LAN867X Rev.C1
Parthiban Veerasooran
2
-2
/
+66
2024-10-12
net: phy: microchip_t1s: move LAN867X reset handling to a new function
Parthiban Veerasooran
1
-1
/
+12
2024-10-12
net: phy: microchip_t1s: add support for Microchip's LAN865X Rev.B1
Parthiban Veerasooran
2
-33
/
+33
2024-10-12
net: phy: microchip_t1s: update new initial settings for LAN865X Rev.B0
Parthiban Veerasooran
1
-36
/
+84
2024-10-12
net: phy: microchip_t1s: restructure cfg read/write functions arguments
Parthiban Veerasooran
1
-11
/
+16
2024-10-12
selftests: drv-net: add missing trailing backslash
Jakub Kicinski
1
-1
/
+1
2024-10-12
selftests: rtnetlink: update netdevsim ipsec output format
Hangbin Liu
1
-2
/
+2
2024-10-12
netdevsim: copy addresses for both in and out paths
Hangbin Liu
1
-6
/
+5
2024-10-12
netdevsim: print human readable IP address
Hangbin Liu
1
-4
/
+8
2024-10-12
net: dsa: mv88e6xxx: Fix uninitialised err value
Aryan Srivastava
1
-1
/
+1
2024-10-12
net: emaclite: Adopt clock support
Abin Joseph
1
-0
/
+7
2024-10-12
net: emaclite: Replace alloc_etherdev() with devm_alloc_etherdev()
Abin Joseph
1
-10
/
+4
2024-10-12
dt-bindings: net: emaclite: Add clock support
Abin Joseph
1
-0
/
+5
2024-10-12
net: do not acquire rtnl in fib_seq_sum()
Eric Dumazet
6
-7
/
+5
2024-10-12
ipmr: use READ_ONCE() to read net->ipv[46].ipmr_seq
Eric Dumazet
2
-10
/
+6
2024-10-12
ipv6: use READ_ONCE()/WRITE_ONCE() on fib6_table->fib_seq
Eric Dumazet
3
-12
/
+12
2024-10-12
ipv4: use READ_ONCE()/WRITE_ONCE() on net->ipv4.fib_seq
Eric Dumazet
4
-8
/
+8
2024-10-12
fib: rules: use READ_ONCE()/WRITE_ONCE() on ops->fib_rules_seq
Eric Dumazet
2
-7
/
+9
2024-10-11
tcp: move sysctl_tcp_l3mdev_accept to netns_ipv4_read_rx
Eric Dumazet
3
-5
/
+6
2024-10-11
net: phy: aquantia: poll status register
Aryan Srivastava
1
-3
/
+16
2024-10-11
eth: remove the DLink/Sundance (ST201) driver
Jakub Kicinski
6
-2014
/
+0
2024-10-11
tg3: Link queues to NAPIs
Joe Damato
1
-4
/
+35
2024-10-11
tg3: Link IRQs to NAPI instances
Joe Damato
1
-3
/
+5
2024-10-11
r8169: remove original workaround for RTL8125 broken rx issue
Heiner Kallweit
1
-4
/
+0
2024-10-11
r8169: don't apply UDP padding quirk on RTL8126A
Heiner Kallweit
1
-4
/
+10
2024-10-10
MAINTAINERS: Add headers and mailing list to UDP section
Simon Horman
1
-0
/
+4
2024-10-10
MAINTAINERS: consistently exclude wireless files from NETWORKING [GENERAL]
Simon Horman
1
-0
/
+11
2024-10-10
slip: make slhc_remember() more robust against malicious packets
Eric Dumazet
1
-23
/
+34
2024-10-10
net/smc: Address spelling errors
Simon Horman
4
-5
/
+5
2024-10-10
net/smc: fix lacks of icsk_syn_mss with IPPROTO_SMC
D. Wythe
1
-0
/
+11
2024-10-10
ppp: fix ppp_async_encode() illegal access
Eric Dumazet
1
-1
/
+1
2024-10-10
docs: netdev: document guidance on cleanup patches
Simon Horman
1
-0
/
+17
2024-10-10
iavf: add support to exchange qos capabilities
Sudheer Mogilappagari
3
-3
/
+150
2024-10-10
iavf: Add net_shaper_ops support
Sudheer Mogilappagari
5
-1
/
+182
2024-10-10
ice: Support VF queue rate limit and quanta size configuration
Wenjun Wu
10
-0
/
+395
2024-10-10
virtchnl: support queue rate limit and quanta size configuration
Wenjun Wu
1
-0
/
+119
2024-10-10
testing: net-drv: add basic shaper test
Paolo Abeni
7
-0
/
+510
2024-10-10
net-shapers: implement cap validation in the core
Paolo Abeni
1
-0
/
+101
2024-10-10
net: shaper: implement introspection support
Paolo Abeni
1
-3
/
+95
2024-10-10
netlink: spec: add shaper introspection support
Paolo Abeni
5
-0
/
+176
2024-10-10
net-shapers: implement shaper cleanup on queue deletion
Paolo Abeni
3
-0
/
+54
2024-10-10
net-shapers: implement delete support for NODE scope shaper
Paolo Abeni
1
-12
/
+74
2024-10-10
net-shapers: implement NL group operation
Paolo Abeni
1
-0
/
+350
2024-10-10
net-shapers: implement NL set and delete operations
Paolo Abeni
1
-3
/
+380
2024-10-10
net-shapers: implement NL get operation
Paolo Abeni
6
-7
/
+484
2024-10-10
netlink: spec: add shaper YAML spec
Paolo Abeni
9
-0
/
+579
2024-10-10
genetlink: extend info user-storage to match NL cb ctx
Paolo Abeni
9
-12
/
+17
2024-10-10
phonet: Handle error of rtnl_register_module().
Kuniyuki Iwashima
1
-17
/
+11
[next]