summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | s390/ctlreg: add local and system prefix to some functionsHeiko Carstens2023-09-191-2/+2
* | | | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-2/+1
|\ \ \ \
| * | | | kthread: add kthread_stop_putAndreas Gruenbacher2023-10-041-2/+1
* | | | | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-8/+12
|\ \ \ \ \
| * | | | | sunrpc: dynamically allocate the sunrpc_cred shrinkerQi Zheng2023-10-041-8/+12
| |/ / / /
* | | | | Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-11-0210-44/+35
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | net: ipv6: stop checking crypto_ahash_alignmaskEric Biggers2023-10-271-10/+7
| * | | | net: ipv4: stop checking crypto_ahash_alignmaskEric Biggers2023-10-271-10/+7
| * | | | treewide: Add SPDX identifier to IETF ASN.1 modulesLukas Wunner2023-10-271-0/+8
| * | | | libceph: stop checking crypto_shash_alignmaskEric Biggers2023-10-271-4/+0
| * | | | ipsec: Select CRYPTO_AEADHerbert Xu2023-10-011-0/+1
| * | | | ipsec: Stop using crypto_has_algHerbert Xu2023-09-201-12/+7
| * | | | SUNRPC: Do not include crypto/algapi.hHerbert Xu2023-09-152-3/+1
| * | | | mptcp: Do not include crypto/algapi.hHerbert Xu2023-09-151-1/+1
| * | | | ah: Do not include crypto/algapi.hHerbert Xu2023-09-152-2/+2
| * | | | Bluetooth: Do not include crypto/algapi.hHerbert Xu2023-09-151-2/+1
* | | | | Merge tag 'net-next-6.7-followup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-11-0126-237/+336
|\ \ \ \ \
| * | | | | net: tcp: remove call to obsolete crypto_ahash_alignmask()Stephen Rothwell2023-10-311-6/+0
| * | | | | Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-10-3016-231/+327
| |\ \ \ \ \
| | * | | | | xfrm: policy: fix layer 4 flowi decodingFlorian Westphal2023-10-271-6/+20
| | * | | | | xfrm Fix use after free in __xfrm6_udp_encap_rcv.Steffen Klassert2023-10-232-4/+8
| | * | | | | xfrm: policy: replace session decode with flow dissectorFlorian Westphal2023-10-061-158/+95
| | * | | | | xfrm: move mark and oif flowi decode into common codeFlorian Westphal2023-10-061-12/+12
| | * | | | | xfrm: pass struct net to xfrm_decode_session wrappersFlorian Westphal2023-10-069-16/+16
| | * | | | | xfrm: Support GRO for IPv6 ESP in UDP encapsulationSteffen Klassert2023-10-064-20/+87
| | * | | | | xfrm: Support GRO for IPv4 ESP in UDP encapsulationSteffen Klassert2023-10-063-19/+95
| | * | | | | xfrm: Use the XFRM_GRO to indicate a GRO call on inputSteffen Klassert2023-10-063-6/+4
| * | | | | | net: fill in MODULE_DESCRIPTION()s under net/802*Jakub Kicinski2023-10-287-0/+7
| * | | | | | net: fill in MODULE_DESCRIPTION()s under net/coreJakub Kicinski2023-10-282-0/+2
* | | | | | | Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds2023-11-012-45/+67
|\ \ \ \ \ \ \
| * | | | | | | net/socket: Break down __sys_getsockoptBreno Leitao2023-10-192-31/+41
| * | | | | | | net/socket: Break down __sys_setsockoptBreno Leitao2023-10-191-14/+25
| * | | | | | | bpf: Add sockptr support for setsockoptBreno Leitao2023-10-191-1/+1
| * | | | | | | bpf: Add sockptr support for getsockoptBreno Leitao2023-10-191-2/+3
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-10-31311-7916/+14438
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | net: bpf: Use sockopt_lock_sock() in ip_sock_set_tos()Yonghong Song2023-10-271-2/+2
| * | | | | | af_unix: Remove module remnants.Kuniyuki Iwashima2023-10-271-19/+4
| * | | | | | mptcp: define more local variables skGeliang Tang2023-10-271-11/+20
| * | | | | | mptcp: move sk assignment statement aheadGeliang Tang2023-10-271-5/+6
| * | | | | | mptcp: use mptcp_get_ext helperGeliang Tang2023-10-271-2/+2
| * | | | | | mptcp: use mptcp_check_fallback helperGeliang Tang2023-10-272-2/+2
| * | | | | | mptcp: drop useless ssk in pm_subflow_check_nextGeliang Tang2023-10-273-3/+3
| * | | | | | mptcp: userspace pm send RM_ADDR for ID 0Geliang Tang2023-10-271-0/+39
| * | | | | | net: selftests: use ethtool_sprintf()Jakub Kicinski2023-10-271-6/+3
| * | | | | | net: bridge: fill in MODULE_DESCRIPTION()Nikolay Aleksandrov2023-10-271-0/+1
| * | | | | | rtnetlink: Add MDB get supportIdo Schimmel2023-10-271-1/+88
| * | | | | | bridge: mcast: Add MDB get supportIdo Schimmel2023-10-273-0/+168
| * | | | | | bridge: mcast: Rename MDB entry get functionIdo Schimmel2023-10-274-8/+11
| * | | | | | bridge: mcast: Factor out a helper for PG entry size calculationIdo Schimmel2023-10-271-7/+13
| * | | | | | bridge: mcast: Account for missing attributesIdo Schimmel2023-10-271-4/+11