summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-05selftests: mptcp: join: avoid declaring i if not usedMatthieu Baerts (NGI0)1-6/+3
2026-02-05selftests: mptcp: join chk_stale_nr: avoid dup statsMatthieu Baerts (NGI0)1-8/+2
2026-02-05selftests: mptcp: join: userspace: wait for new eventsMatthieu Baerts (NGI0)1-2/+7
2026-02-05selftests: mptcp: join: fix wait_mpj helperMatthieu Baerts (NGI0)1-16/+14
2026-02-05selftests: mptcp: join: wait for estab event instead of MPJMatthieu Baerts (NGI0)1-9/+10
2026-02-05selftests: mptcp: diag: sort all #includeMatthieu Baerts (NGI0)1-12/+15
2026-02-05mptcp: Change some dubious min_t(int, ...) to min()David Laight1-4/+5
2026-02-05mptcp: pm: align endpoint flags size with the NL specsMatthieu Baerts (NGI0)1-2/+2
2026-02-05trace: mptcp: add mptcp_rcvbuf_grow tracepointPaolo Abeni2-0/+83
2026-02-05mptcp: consolidate rcv space initPaolo Abeni3-18/+15
2026-02-05mptcp: fix receive space timestamp initializationPaolo Abeni2-4/+9
2026-02-05mptcp: do not account for OoO in mptcp_rcvbuf_grow()Paolo Abeni1-6/+0
2026-02-05vmw_vsock: bypass false-positive Wnonnull warning with gcc-16Arnd Bergmann1-1/+1
2026-02-05dt-bindings: net: renesas,rzv2h-gbeth: Document Renesas RZ/G3L RMII{tx,rx} cl...Biju Das1-2/+6
2026-02-05Merge branch 's32g-use-a-syscon-for-gpr'Jakub Kicinski2-6/+35
2026-02-05dt-bindings: net: nxp,s32-dwmac: Use the GPR sysconDan Carpenter1-0/+13
2026-02-05net: stmmac: s32: use a syscon for S32_PHY_INTF_SEL_RGMIIDan Carpenter1-6/+22
2026-02-05Merge branch 'stp-rstp-switch-support-for-pru-icssm-ethernet-driver'Jakub Kicinski10-23/+2291
2026-02-05net: ti: icssm-prueth: Add support for ICSSM RSTP switchRoger Quadros5-21/+820
2026-02-05net: ti: icssm-prueth: Add switchdev support for icssm_prueth driverRoger Quadros8-3/+744
2026-02-05net: ti: icssm-prueth: Add helper functions to configure and maintain FDBRoger Quadros6-1/+729
2026-02-04net: usb: sr9700: remove code to drive nonexistent multicast filterEthan Nelson-Moore3-28/+5
2026-02-04net: usb: introduce usbnet_mii_ioctl helper functionEthan Nelson-Moore8-42/+16
2026-02-04Merge branch 'net-ethernet-renesas-rcar_gen4_ptp-hide-private-data'Jakub Kicinski4-36/+57
2026-02-04net: ethernet: renesas: rcar_gen4_ptp: Hide private data from usersNiklas Söderlund2-10/+11
2026-02-04net: ethernet: renesas: rcar_gen4_ptp: Add helper to read timeNiklas Söderlund3-8/+13
2026-02-04net: ethernet: renesas: rcar_gen4_ptp: Add helper to get clock indexNiklas Söderlund4-2/+13
2026-02-04net: ethernet: renesas: rcar_gen4_ptp: Move address assignmentNiklas Söderlund4-16/+20
2026-02-04net: bridge: use sysfs_emit instead of sprintfDavid Corvaglia3-75/+73
2026-02-04bng_en: fix misleading error message for generic firmware versionAlok Tiwari1-1/+1
2026-02-04Merge branch 'net-stmmac-rk-cleanups-v3-mode-and-speed-for-most'Jakub Kicinski1-501/+347
2026-02-04net: stmmac: rk: convert px30Russell King (Oracle)1-34/+4
2026-02-04net: stmmac: rk: remove need for ->set_speed() methodRussell King (Oracle)1-125/+29
2026-02-04net: stmmac: rk: use rk_encode_wm16() for RMII clockRussell King (Oracle)1-158/+33
2026-02-04net: stmmac: rk: use rk_encode_wm16() for RMII speedRussell King (Oracle)1-38/+31
2026-02-04net: stmmac: rk: use rk_encode_wm16() for RGMII clocksRussell King (Oracle)1-64/+36
2026-02-04net: stmmac: rk: remove rk3528 RMII clock initialisationRussell King (Oracle)1-2/+1
2026-02-04net: stmmac: rk: convert rk3588 to rk_set_reg_speed()Russell King (Oracle)1-29/+34
2026-02-04net: stmmac: rk: move speed GRF register offset to private dataRussell King (Oracle)1-33/+81
2026-02-04net: stmmac: rk: convert rk3588 to mask-based interface mode configRussell King (Oracle)1-10/+35
2026-02-04net: stmmac: rk: convert to mask-based interface mode configurationRussell King (Oracle)1-101/+156
2026-02-03Merge branch 'accecn-protocol-case-handling-series'Paolo Abeni76-102/+1680
2026-02-03selftests/net: packetdrill: add TCP Accurate ECN casesChia-Yu Chang58-0/+1363
2026-02-03tcp: accecn: enable AccECNChia-Yu Chang1-1/+1
2026-02-03tcp: accecn: add tcpi_ecn_mode and tcpi_option2 in tcp_infoChia-Yu Chang3-14/+31
2026-02-03tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSISTChia-Yu Chang6-5/+26
2026-02-03tcp: accecn: fallback outgoing half link to non-AccECNChia-Yu Chang1-1/+3
2026-02-03tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaionChia-Yu Chang5-11/+38
2026-02-03tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACKChia-Yu Chang2-7/+17
2026-02-03tcp: add TCP_SYNACK_RETRANS synack_typeChia-Yu Chang2-1/+3