summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2023-06-22net: txgbe: remove unused buffer in txgbe_calc_eeprom_checksumZhengchao Shao-21/+11
2023-06-22Merge branch 'add-and-use-helper-for-pcs-negotiation-modes'Jakub Kicinski-143/+262
2023-06-22net: macb: update PCS driver to use neg_modeRussell King (Oracle)-3/+5
2023-06-22net: dsa: mt7530: update PCS driver to use neg_modeRussell King (Oracle)-1/+2
2023-06-22net: dsa: b53: update PCS driver to use neg_modeRussell King (Oracle)-1/+2
2023-06-22net: sparx5: update PCS driver to use neg_modeRussell King (Oracle)-4/+5
2023-06-22net: qca8k: update PCS driver to use neg_modeRussell King (Oracle)-7/+6
2023-06-22net: prestera: update PCS driver to use neg_modeRussell King (Oracle)-8/+3
2023-06-22net: mvpp2: update PCS driver to use neg_modeRussell King (Oracle)-6/+8
2023-06-22net: mvneta: update PCS driver to use neg_modeRussell King (Oracle)-3/+4
2023-06-22net: lan966x: update PCS driver to use neg_modeRussell King (Oracle)-4/+4
2023-06-22net: pcs: lynx: update PCS driver to use neg_modeRussell King (Oracle)-18/+18
2023-06-22net: pcs: lynxi: update PCS driver to use neg_modeRussell King (Oracle)-23/+16
2023-06-22net: pcs: xpcs: update PCS driver to use neg_modeRussell King (Oracle)-30/+31
2023-06-22net: phylink: pass neg_mode into phylink_mii_c22_pcs_config()Russell King (Oracle)-18/+27
2023-06-22net: phylink: convert phylink_mii_c22_pcs_config() to neg_modeRussell King (Oracle)-5/+4
2023-06-22net: phylink: add PCS negotiation modeRussell King (Oracle)-17/+132
2023-06-22Merge branch 'fix-comment-typos-about-transmit'Jakub Kicinski-3/+3
2023-06-22net/tls: fix comment typoYueh-Shun Li-1/+1
2023-06-22tcp: fix comment typoYueh-Shun Li-1/+1
2023-06-22i40e, xsk: fix comment typoYueh-Shun Li-1/+1
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1156/+3201
2023-06-22Merge tag 'net-6.4-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-351/+1178
2023-06-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-11/+129
2023-06-22Merge tag 'powerpc-6.4-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-1/+9
2023-06-22Merge tag 'pci-v6.4-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2023-06-22Merge tag 'mmc-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds-27/+30
2023-06-22Merge tag 'platform-drivers-x86-v6.4-5' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-5/+5
2023-06-22Merge tag 'io_uring-6.4-2023-06-21' of git://git.kernel.dk/linuxLinus Torvalds-11/+15
2023-06-22Merge tag 'cgroup-for-6.4-rc7-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-5/+23
2023-06-22Merge tag 'kvmarm-fixes-6.4-4' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini-10/+110
2023-06-22KVM: Avoid illegal stage2 mapping on invalid memory slotGavin Shan-1/+19
2023-06-22Merge tag 'nf-23-06-21' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni-98/+446
2023-06-22revert "net: align SO_RCVMARK required privileges with SO_MARK"Maciej Żenczykowski-6/+0
2023-06-22net: wwan: iosm: Convert single instance struct member to flexible arrayKees Cook-10/+7
2023-06-22sch_netem: acquire qdisc lock in netem_change()Eric Dumazet-2/+6
2023-06-22platform/x86/amd/pmf: Register notify handler only if SPS is enabledShyam Sundar S K-5/+5
2023-06-22selftests: forwarding: Fix race condition in mirror installationDanielle Ratson-0/+8
2023-06-21wifi: mac80211: report all unusable beacon framesBenjamin Berg-1/+1
2023-06-21Merge branch 'mptcp-expose-more-info-and-small-improvements'Jakub Kicinski-46/+356
2023-06-21mptcp: pass addr to mptcp_pm_alloc_anno_listGeliang Tang-6/+6
2023-06-21mptcp: consolidate transition to TCP_CLOSE in mptcp_do_fastclose()Paolo Abeni-5/+3
2023-06-21selftests: mptcp: join: skip check if MIB counter not supported (part 2)Matthieu Baerts-16/+17
2023-06-21selftests: mptcp: add MPTCP_FULL_INFO testcasePaolo Abeni-2/+91
2023-06-21mptcp: introduce MPTCP_FULL_INFO getsockoptPaolo Abeni-2/+149
2023-06-21mptcp: add subflow unique idPaolo Abeni-1/+12
2023-06-21selftests: mptcp: explicitly tests aggregate countersPaolo Abeni-1/+26
2023-06-21mptcp: track some aggregate data countersPaolo Abeni-8/+47
2023-06-21mptcp: move snd_una update earlier for fallback socketPaolo Abeni-6/+6
2023-06-21Merge branch 'mptcp-fixes-for-6-4'Jakub Kicinski-107/+76