summaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-12net: broadcom: remove select MII from brcmstb Ethernet driversJustin Chen1-3/+0
2024-10-12net: phy: microchip_t1s: configure collision detection based on PLCA modeParthiban Veerasooran1-3/+39
2024-10-12net: phy: microchip_t1s: add support for Microchip's LAN867X Rev.C2Parthiban Veerasooran2-7/+19
2024-10-12net: phy: microchip_t1s: add support for Microchip's LAN867X Rev.C1Parthiban Veerasooran2-2/+66
2024-10-12net: phy: microchip_t1s: move LAN867X reset handling to a new functionParthiban Veerasooran1-1/+12
2024-10-12net: phy: microchip_t1s: add support for Microchip's LAN865X Rev.B1Parthiban Veerasooran2-33/+33
2024-10-12net: phy: microchip_t1s: update new initial settings for LAN865X Rev.B0Parthiban Veerasooran1-36/+84
2024-10-12net: phy: microchip_t1s: restructure cfg read/write functions argumentsParthiban Veerasooran1-11/+16
2024-10-12selftests: drv-net: add missing trailing backslashJakub Kicinski1-1/+1
2024-10-12selftests: rtnetlink: update netdevsim ipsec output formatHangbin Liu1-2/+2
2024-10-12netdevsim: copy addresses for both in and out pathsHangbin Liu1-6/+5
2024-10-12netdevsim: print human readable IP addressHangbin Liu1-4/+8
2024-10-12net: dsa: mv88e6xxx: Fix uninitialised err valueAryan Srivastava1-1/+1
2024-10-12net: emaclite: Adopt clock supportAbin Joseph1-0/+7
2024-10-12net: emaclite: Replace alloc_etherdev() with devm_alloc_etherdev()Abin Joseph1-10/+4
2024-10-12dt-bindings: net: emaclite: Add clock supportAbin Joseph1-0/+5
2024-10-12net: do not acquire rtnl in fib_seq_sum()Eric Dumazet6-7/+5
2024-10-12ipmr: use READ_ONCE() to read net->ipv[46].ipmr_seqEric Dumazet2-10/+6
2024-10-12ipv6: use READ_ONCE()/WRITE_ONCE() on fib6_table->fib_seqEric Dumazet3-12/+12
2024-10-12ipv4: use READ_ONCE()/WRITE_ONCE() on net->ipv4.fib_seqEric Dumazet4-8/+8
2024-10-12fib: rules: use READ_ONCE()/WRITE_ONCE() on ops->fib_rules_seqEric Dumazet2-7/+9
2024-10-11tcp: move sysctl_tcp_l3mdev_accept to netns_ipv4_read_rxEric Dumazet3-5/+6
2024-10-11net: phy: aquantia: poll status registerAryan Srivastava1-3/+16
2024-10-11eth: remove the DLink/Sundance (ST201) driverJakub Kicinski6-2014/+0
2024-10-11tg3: Link queues to NAPIsJoe Damato1-4/+35
2024-10-11tg3: Link IRQs to NAPI instancesJoe Damato1-3/+5
2024-10-11r8169: remove original workaround for RTL8125 broken rx issueHeiner Kallweit1-4/+0
2024-10-11r8169: don't apply UDP padding quirk on RTL8126AHeiner Kallweit1-4/+10
2024-10-10MAINTAINERS: Add headers and mailing list to UDP sectionSimon Horman1-0/+4
2024-10-10MAINTAINERS: consistently exclude wireless files from NETWORKING [GENERAL]Simon Horman1-0/+11
2024-10-10slip: make slhc_remember() more robust against malicious packetsEric Dumazet1-23/+34
2024-10-10net/smc: Address spelling errorsSimon Horman4-5/+5
2024-10-10net/smc: fix lacks of icsk_syn_mss with IPPROTO_SMCD. Wythe1-0/+11
2024-10-10ppp: fix ppp_async_encode() illegal accessEric Dumazet1-1/+1
2024-10-10docs: netdev: document guidance on cleanup patchesSimon Horman1-0/+17
2024-10-10iavf: add support to exchange qos capabilitiesSudheer Mogilappagari3-3/+150
2024-10-10iavf: Add net_shaper_ops supportSudheer Mogilappagari5-1/+182
2024-10-10ice: Support VF queue rate limit and quanta size configurationWenjun Wu10-0/+395
2024-10-10virtchnl: support queue rate limit and quanta size configurationWenjun Wu1-0/+119
2024-10-10testing: net-drv: add basic shaper testPaolo Abeni7-0/+510
2024-10-10net-shapers: implement cap validation in the corePaolo Abeni1-0/+101
2024-10-10net: shaper: implement introspection supportPaolo Abeni1-3/+95
2024-10-10netlink: spec: add shaper introspection supportPaolo Abeni5-0/+176
2024-10-10net-shapers: implement shaper cleanup on queue deletionPaolo Abeni3-0/+54
2024-10-10net-shapers: implement delete support for NODE scope shaperPaolo Abeni1-12/+74
2024-10-10net-shapers: implement NL group operationPaolo Abeni1-0/+350
2024-10-10net-shapers: implement NL set and delete operationsPaolo Abeni1-3/+380
2024-10-10net-shapers: implement NL get operationPaolo Abeni6-7/+484
2024-10-10netlink: spec: add shaper YAML specPaolo Abeni9-0/+579
2024-10-10genetlink: extend info user-storage to match NL cb ctxPaolo Abeni9-12/+17