summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-11-01Merge tag 'net-next-6.7-followup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-11-01Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds
2023-10-31net: tcp: remove call to obsolete crypto_ahash_alignmask()Stephen Rothwell
2023-10-31Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-10-30Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2023-10-30Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.iov_iter' of gitolite.kernel.org:pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-28net: fill in MODULE_DESCRIPTION()s under net/802*Jakub Kicinski
2023-10-28net: fill in MODULE_DESCRIPTION()s under net/coreJakub Kicinski
2023-10-27net: bpf: Use sockopt_lock_sock() in ip_sock_set_tos()Yonghong Song
2023-10-27af_unix: Remove module remnants.Kuniyuki Iwashima
2023-10-27mptcp: define more local variables skGeliang Tang
2023-10-27mptcp: move sk assignment statement aheadGeliang Tang
2023-10-27mptcp: use mptcp_get_ext helperGeliang Tang
2023-10-27mptcp: use mptcp_check_fallback helperGeliang Tang
2023-10-27mptcp: drop useless ssk in pm_subflow_check_nextGeliang Tang
2023-10-27mptcp: userspace pm send RM_ADDR for ID 0Geliang Tang
2023-10-27net: selftests: use ethtool_sprintf()Jakub Kicinski
2023-10-27net: bridge: fill in MODULE_DESCRIPTION()Nikolay Aleksandrov
2023-10-27net: ipv6: stop checking crypto_ahash_alignmaskEric Biggers
2023-10-27net: ipv4: stop checking crypto_ahash_alignmaskEric Biggers
2023-10-27treewide: Add SPDX identifier to IETF ASN.1 modulesLukas Wunner
2023-10-27libceph: stop checking crypto_shash_alignmaskEric Biggers
2023-10-27rtnetlink: Add MDB get supportIdo Schimmel
2023-10-27bridge: mcast: Add MDB get supportIdo Schimmel
2023-10-27bridge: mcast: Rename MDB entry get functionIdo Schimmel
2023-10-27bridge: mcast: Factor out a helper for PG entry size calculationIdo Schimmel
2023-10-27bridge: mcast: Account for missing attributesIdo Schimmel
2023-10-27bridge: mcast: Dump MDB entries even when snooping is disabledIdo Schimmel
2023-10-27net/tcp: Add TCP_AO_REPAIRDmitry Safonov
2023-10-27net/tcp: Wire up l3index to TCP-AODmitry Safonov
2023-10-27net/tcp: Add static_key for TCP-AODmitry Safonov
2023-10-27net/tcp: Allow asynchronous delete for TCP-AO keys (MKTs)Dmitry Safonov
2023-10-27net/tcp: Add TCP-AO getsockopt()sDmitry Safonov
2023-10-27net/tcp: Add option for TCP-AO to (not) hash headerDmitry Safonov
2023-10-27net/tcp: Ignore specific ICMPs for TCP-AO connectionsDmitry Safonov
2023-10-27net/tcp: Add tcp_hash_fail() ratelimited logsDmitry Safonov
2023-10-27net/tcp: Add TCP-AO SNE supportDmitry Safonov
2023-10-27net/tcp: Add TCP-AO segments countersDmitry Safonov
2023-10-27net/tcp: Verify inbound TCP-AO signed segmentsDmitry Safonov
2023-10-27net/tcp: Sign SYN-ACK segments with TCP-AODmitry Safonov
2023-10-27net/tcp: Wire TCP-AO to request socketsDmitry Safonov
2023-10-27net/tcp: Add TCP-AO sign to twskDmitry Safonov
2023-10-27net/tcp: Add AO sign to RST packetsDmitry Safonov
2023-10-27net/tcp: Add tcp_parse_auth_options()Dmitry Safonov