summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2025-10-28Merge branch 'sctp-avoid-redundant-initialisation-in-sctp_accept-and-sctp_do_...Jakub Kicinski9-225/+118
2025-10-28sctp: Remove sctp_copy_sock() and sctp_copy_descendant().Kuniyuki Iwashima3-81/+1
2025-10-28sctp: Use sctp_clone_sock() in sctp_do_peeloff().Kuniyuki Iwashima2-21/+16
2025-10-28sctp: Remove sctp_pf.create_accept_sk().Kuniyuki Iwashima3-75/+0
2025-10-28sctp: Use sk_clone() in sctp_accept().Kuniyuki Iwashima2-40/+77
2025-10-28net: Add sk_clone().Kuniyuki Iwashima2-9/+22
2025-10-28sctp: Don't call sk->sk_prot->init() in sctp_v[46]_create_accept_sk().Kuniyuki Iwashima3-19/+24
2025-10-28sctp: Don't copy sk_sndbuf and sk_rcvbuf in sctp_sock_migrate().Kuniyuki Iwashima1-5/+2
2025-10-28sctp: Defer SCTP_DBG_OBJCNT_DEC() to sctp_destroy_sock().Kuniyuki Iwashima1-2/+3