summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-10-30Merge branch 'icmp-add-rfc-5837-support'Jakub Kicinski10-3/+796
2025-10-30selftests: traceroute: Add ICMP extensions testsIdo Schimmel1-0/+313
2025-10-30ipv6: icmp: Add RFC 5837 supportIdo Schimmel5-2/+232
2025-10-30ipv4: icmp: Add RFC 5837 supportIdo Schimmel5-1/+251
2025-10-30net: sched: Don't use WARN_ON_ONCE() for -ENOMEM in tcf_classify().Kuniyuki Iwashima1-1/+1
2025-10-30selftest: net: fix socklen_t type mismatch in sctp_collision testAnkit Khushwaha1-1/+2
2025-10-30Merge branch 'net-stmmac-hwif-c-cleanups'Jakub Kicinski2-71/+98
2025-10-30net: stmmac: reorganise stmmac_hwif_init()Russell King (Oracle)1-34/+38
2025-10-30net: stmmac: use != rather than ^ for comparing dev_idRussell King (Oracle)1-1/+1
2025-10-30net: stmmac: provide function to lookup hwifRussell King (Oracle)1-12/+28
2025-10-30net: stmmac: use FIELD_GET() for version registerRussell King (Oracle)2-4/+7
2025-10-30net: stmmac: move stmmac_get_*id() into stmmac_get_version()Russell King (Oracle)1-15/+6
2025-10-30net: stmmac: consolidate version reading and validationRussell King (Oracle)1-18/+11
2025-10-30net: stmmac: simplify stmmac_get_version()Russell King (Oracle)1-9/+13
2025-10-30net: stmmac: move version handling into own functionRussell King (Oracle)1-13/+29
2025-10-30net: ipv4: Remove extern udp_v4_early_demux()/tcp_v4_early_demux() in .c filesWang Liang1-2/+2
2025-10-29net: phy: motorcomm: Add support for PHY LEDs on YT8531Tianling Shen1-0/+3
2025-10-29net: phy: realtek: Add RTL8224 cable testing supportIssam Hamdi1-0/+187
2025-10-29Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski5-91/+110
2025-10-29net: tcp_lp: fix kernel-doc warnings and update outdated reference linksRakuram Eswaran1-2/+5
2025-10-29sctp: Constify struct sctp_sched_opsChristophe JAILLET7-19/+19
2025-10-29net: netmem: remove NET_IOV_MAX from net_iov_type enumBobby Eshleman1-4/+0
2025-10-29net: rps: softnet_data reorg to make enqueue_to_backlog() fastEric Dumazet1-1/+10
2025-10-29net: optimize enqueue_to_backlog() for the fast pathEric Dumazet1-8/+10
2025-10-29tools: ynl: rework the string representation of NlErrorJakub Kicinski1-1/+10
2025-10-29tools: ynl: fix indent issues in the main Python libJakub Kicinski1-14/+14
2025-10-28Merge branch 'net-stmmac-add-support-for-coarse-timestamping'Paolo Abeni5-23/+176
2025-10-28net: stmmac: Add a devlink attribute to control timestamping modeMaxime Chevallier5-3/+148
2025-10-28net: stmmac: Move subsecond increment configuration in dedicated helperMaxime Chevallier1-20/+28
2025-10-28Merge branch 'net-macb-eyeq5-support'Paolo Abeni3-19/+91
2025-10-28net: macb: Add "mobileye,eyeq5-gem" compatibleThéo Lebrun1-0/+38
2025-10-28net: macb: rename bp->sgmii_phy field to bp->phyThéo Lebrun2-14/+14
2025-10-28net: macb: add no LSO capability (MACB_CAPS_NO_LSO)Théo Lebrun2-2/+6
2025-10-28net: macb: match skb_reserve(skb, NET_IP_ALIGN) with HW alignmentThéo Lebrun2-3/+23
2025-10-28dt-bindings: net: cdns,macb: add Mobileye EyeQ5 ethernet interfaceThéo Lebrun1-0/+10
2025-10-28dibs: Use subsys_initcall()Alexandra Winter1-1/+1
2025-10-28dibs: Remove reset of static vars in dibs_init()Alexandra Winter1-3/+0
2025-10-28Merge branch 'net-mlx5-add-balance-id-support-for-lag-multiplane-groups'Paolo Abeni17-66/+112
2025-10-28net/mlx5: Add balance ID support for LAG multiplane groupsMark Bloch3-1/+10
2025-10-28net/mlx5: Refactor HCA cap 2 settingMark Bloch1-6/+12
2025-10-28net/mlx5: Refactor PTP clock devcom pairingMark Bloch1-10/+9
2025-10-28net/mlx5: Add software system image GUID infrastructureMark Bloch14-40/+80
2025-10-28net/mlx5: Use common mlx5_same_hw_devs functionMark Bloch2-10/+2
2025-10-28Merge branch 'implement-more-features-for-txgbe-devices'Paolo Abeni9-19/+338
2025-10-28net: txgbe: support RSC offloadJiawen Wu6-17/+224
2025-10-28net: txgbe: support TX head write-back modeJiawen Wu7-2/+81
2025-10-28net: txgbe: support RX desc merge modeJiawen Wu6-0/+33
2025-10-28dt-bindings: net: phy: vsc8531: Convert to DT schemaLad Prabhakar3-74/+132
2025-10-28tcp: remove one ktime_get() from recvmsg() fast pathEric Dumazet2-3/+11
2025-10-28net/sched: Remove unused typedef psched_tdiff_tYue Haibing1-1/+0