summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-11-08netfilter: add missing module descriptionsFlorian Westphal
2023-11-06tcp: Fix SYN option room calculation for TCP-AO.Kuniyuki Iwashima
2023-11-06net, sched: Fix SKB_NOT_DROPPED_YET splat under debug configJamal Hadi Salim
2023-11-03netlink: fill in missing MODULE_DESCRIPTION()Jakub Kicinski
2023-11-03tcp: fix fastopen code vs usec TSEric Dumazet
2023-11-02dccp/tcp: Call security_inet_conn_request() after setting IPv6 addresses.Kuniyuki Iwashima
2023-11-02dccp: Call security_inet_conn_request() after setting IPv4 addresses.Kuniyuki Iwashima
2023-11-02net: page_pool: add missing free_percpu when page_pool_init failJian Shen
2023-11-01rxrpc: Fix two connection reaping bugsDavid Howells
2023-11-01net/tcp_sigpool: Fix some off by one bugsDan Carpenter
2023-11-01tipc: Change nla_policy for bearer-related names to NLA_NUL_STRINGShigeru Yoshida
2023-11-01hsr: Prevent use after free in prp_create_tagged_frame()Dan Carpenter
2023-11-01llc: verify mac len before reading mac headerWillem de Bruijn
2023-11-01netlink: specs: devlink: add forgotten port function caps enum valuesJiri Pirko
2023-11-01net: sched: Fill in missing MODULE_DESCRIPTION for qdiscsVictor Nogueira
2023-11-01net: sched: Fill in missing MODULE_DESCRIPTION for classifiersVictor Nogueira
2023-11-01net: sched: Fill in MODULE_DESCRIPTION for act_gateVictor Nogueira
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-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