summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-23net: macb: update PCS driver to use neg_modeRussell King (Oracle)1-3/+5
2023-06-23net: dsa: mt7530: update PCS driver to use neg_modeRussell King (Oracle)1-1/+2
2023-06-23net: dsa: b53: update PCS driver to use neg_modeRussell King (Oracle)1-1/+2
2023-06-23net: sparx5: update PCS driver to use neg_modeRussell King (Oracle)2-4/+5
2023-06-23net: qca8k: update PCS driver to use neg_modeRussell King (Oracle)1-7/+6
2023-06-23net: prestera: update PCS driver to use neg_modeRussell King (Oracle)1-8/+3
2023-06-23net: mvpp2: update PCS driver to use neg_modeRussell King (Oracle)1-6/+8
2023-06-23net: mvneta: update PCS driver to use neg_modeRussell King (Oracle)1-3/+4
2023-06-23net: lan966x: update PCS driver to use neg_modeRussell King (Oracle)2-4/+4
2023-06-23net: pcs: lynx: update PCS driver to use neg_modeRussell King (Oracle)1-18/+18
2023-06-23net: pcs: lynxi: update PCS driver to use neg_modeRussell King (Oracle)1-23/+16
2023-06-23net: pcs: xpcs: update PCS driver to use neg_modeRussell King (Oracle)3-30/+31
2023-06-23net: phylink: pass neg_mode into phylink_mii_c22_pcs_config()Russell King (Oracle)5-18/+27
2023-06-23net: phylink: convert phylink_mii_c22_pcs_config() to neg_modeRussell King (Oracle)1-5/+4
2023-06-23net: phylink: add PCS negotiation modeRussell King (Oracle)2-17/+132
2023-06-23Merge branch 'fix-comment-typos-about-transmit'Jakub Kicinski3-3/+3
2023-06-23net/tls: fix comment typoYueh-Shun Li1-1/+1
2023-06-23tcp: fix comment typoYueh-Shun Li1-1/+1
2023-06-23i40e, xsk: fix comment typoYueh-Shun Li1-1/+1
2023-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski226-1156/+3201
2023-06-23Merge tag 'net-6.4-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds78-351/+1178
2023-06-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-11/+129
2023-06-23Merge tag 'powerpc-6.4-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+9
2023-06-23Merge tag 'pci-v6.4-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2023-06-23Merge tag 'mmc-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds15-27/+30
2023-06-23Merge tag 'platform-drivers-x86-v6.4-5' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-5/+5
2023-06-23Merge tag 'io_uring-6.4-2023-06-21' of git://git.kernel.dk/linuxLinus Torvalds2-11/+15
2023-06-23Merge tag 'cgroup-for-6.4-rc7-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-5/+23
2023-06-22Merge tag 'kvmarm-fixes-6.4-4' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini8-10/+110
2023-06-22KVM: Avoid illegal stage2 mapping on invalid memory slotGavin Shan1-1/+19
2023-06-22Merge tag 'nf-23-06-21' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni10-98/+446
2023-06-22revert "net: align SO_RCVMARK required privileges with SO_MARK"Maciej Żenczykowski1-6/+0
2023-06-22net: wwan: iosm: Convert single instance struct member to flexible arrayKees Cook2-10/+7
2023-06-22sch_netem: acquire qdisc lock in netem_change()Eric Dumazet1-2/+6
2023-06-22platform/x86/amd/pmf: Register notify handler only if SPS is enabledShyam Sundar S K1-5/+5
2023-06-22selftests: forwarding: Fix race condition in mirror installationDanielle Ratson2-0/+8
2023-06-22wifi: mac80211: report all unusable beacon framesBenjamin Berg1-1/+1
2023-06-22Merge branch 'mptcp-expose-more-info-and-small-improvements'Jakub Kicinski10-46/+356
2023-06-22mptcp: pass addr to mptcp_pm_alloc_anno_listGeliang Tang3-6/+6
2023-06-22mptcp: consolidate transition to TCP_CLOSE in mptcp_do_fastclose()Paolo Abeni1-5/+3
2023-06-22selftests: mptcp: join: skip check if MIB counter not supported (part 2)Matthieu Baerts1-16/+17
2023-06-22selftests: mptcp: add MPTCP_FULL_INFO testcasePaolo Abeni1-2/+91
2023-06-22mptcp: introduce MPTCP_FULL_INFO getsockoptPaolo Abeni2-2/+149
2023-06-22mptcp: add subflow unique idPaolo Abeni3-1/+12
2023-06-22selftests: mptcp: explicitly tests aggregate countersPaolo Abeni1-1/+26
2023-06-22mptcp: track some aggregate data countersPaolo Abeni5-8/+47
2023-06-22mptcp: move snd_una update earlier for fallback socketPaolo Abeni2-6/+6
2023-06-22Merge branch 'mptcp-fixes-for-6-4'Jakub Kicinski4-107/+76
2023-06-22mptcp: ensure listener is unhashed before updating the sk statusPaolo Abeni2-12/+20
2023-06-22mptcp: drop legacy code around RX EOFPaolo Abeni2-53/+1