summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | netlink: specs: devlink: add forgotten port function caps enum valuesJiri Pirko2023-11-011-1/+1
| * | net: sched: Fill in missing MODULE_DESCRIPTION for qdiscsVictor Nogueira2023-11-0123-0/+23
| * | net: sched: Fill in missing MODULE_DESCRIPTION for classifiersVictor Nogueira2023-11-015-0/+5
| * | net: sched: Fill in MODULE_DESCRIPTION for act_gateVictor Nogueira2023-11-011-0/+1
* | | Merge tag 'nfs-for-6.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2023-11-084-14/+18
|\ \ \
| * | | SUNRPC: Fix RPC client cleaned up the freed pipefs dentriesfelix2023-11-011-1/+4
| * | | SUNRPC: Add an IS_ERR() check back to where it wasDan Carpenter2023-11-011-0/+4
| * | | SUNRPC: SOFTCONN tasks should time out when on the sending listTrond Myklebust2023-10-221-2/+2
| * | | SUNRPC: Force close the socket when a hard error is reportedTrond Myklebust2023-10-221-9/+5
| * | | SUNRPC: Don't skip timeout checks in call_connect_status()Trond Myklebust2023-10-221-1/+2
| * | | SUNRPC: ECONNRESET might require a rebindTrond Myklebust2023-10-221-1/+1
* | | | Merge tag '9p-for-6.7-rc1' of https://github.com/martinetd/linuxLinus Torvalds2023-11-043-16/+28
|\ \ \ \
| * | | | 9p/net: fix possible memory leak in p9_check_errors()Hangyu Hua2023-10-271-2/+4
| * | | | 9p/net: xen: fix false positive printf format overflow warningDominique Martinet2023-10-271-8/+7
| * | | | 9p: v9fs_listxattr: fix %s null argument warningDominique Martinet2023-10-261-1/+1
| * | | | 9p/trans_fd: Annotate data-racy writes to file::f_flagsMarco Elver2023-10-261-3/+10
| * | | | 9p/trans_fd: avoid sending req to a cancelled connSishuai Gong2023-10-241-2/+6
| |/ / /
* | | | Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-11-031-2/+2
|\ \ \ \
| * | | | s390: use control register bit definesHeiko Carstens2023-09-191-1/+1
| * | | | 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