summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | SUNRPC: clnt.c: Remove misleading commentSiddh Raman Pant2024-09-231-5/+0
| * | | | | | SUNRPC: Fix -Wformat-truncation warningKunwu Chan2024-09-231-1/+1
| * | | | | | Merge tag 'nfsd-6.12' into linux-next-with-localioAnna Schumaker2024-09-236-78/+85
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-09-241-17/+6
|\ \ \ \ \ \ \
| * | | | | | | bpf: switch maps to CLASS(fd, ...)Al Viro2024-08-131-17/+6
| * | | | | | | Merge remote-tracking branch 'vfs/stable-struct_fd'Andrii Nakryiko2024-08-134-12/+12
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge tag 'nfsd-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2024-09-236-78/+85
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | sunrpc: xprtrdma: Use ERR_CAST() to returnYan Zhen2024-09-201-1/+1
| * | | | | | | | svcrdma: Handle device removal outside of the CM event handlerChuck Lever2024-09-201-1/+15
| * | | | | | | | sunrpc: allow svc threads to fail initialisation cleanlyNeilBrown2024-09-201-0/+10
| * | | | | | | | sunrpc: merge svc_rqst_alloc() into svc_prepare_thread()NeilBrown2024-09-201-18/+7
| * | | | | | | | sunrpc: don't take ->sv_lock when updating ->sv_nrthreads.NeilBrown2024-09-201-6/+0
| * | | | | | | | sunrpc: change sp_nrthreads from atomic_t to unsigned int.NeilBrown2024-09-201-20/+11
| * | | | | | | | sunrpc: document locking rules for svc_exit_thread()NeilBrown2024-09-201-0/+14
| * | | | | | | | SUNRPC: make various functions static, or not exported.NeilBrown2024-09-015-34/+29
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-232-10/+10
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | struct fd: representation changeAl Viro2024-08-121-1/+1
| * | | | | | | introduce fd_file(), convert all accessors to it.Al Viro2024-08-122-9/+9
* | | | | | | | Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds2024-09-214-68/+58
|\ \ \ \ \ \ \ \
| * | | | | | | | bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of errorDaniel Borkmann2024-09-131-21/+23
| * | | | | | | | bpf: Fix helper writes to read-only mapsDaniel Borkmann2024-09-131-2/+4
| * | | | | | | | bpf: use type_may_be_null() helper for nullable-param checkShung-Hsi Yu2024-09-051-1/+1
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov2024-08-2250-228/+579
| |\ \ \ \ \ \ \ \
| * | | | | | | | | bpf: Use kmemdup_array instead of kmemdup for multiple allocationYu Jiaoliang2024-08-221-2/+2
| | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | xsk: Try to make xdp_umem_reg extension a bit more future-proofStanislav Fomichev2024-07-301-11/+12
| * | | | | | | | bpf: Fail verification for sign-extension of packet data/data_end/data_metaYonghong Song2024-07-291-5/+16
| * | | | | | | | bpf: Check unsupported ops from the bpf_struct_ops's cfi_stubsMartin KaFai Lau2024-07-291-26/+0
* | | | | | | | | Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds2024-09-181-2/+3
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'slab/for-6.12/kmem_cache_args' into slab/for-nextVlastimil Babka2024-09-131-1/+1
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'vfs.file' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/v...Vlastimil Babka2024-09-101-1/+1
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
| * / | | | | | | | | memcg: add charging of already allocated slab objectsShakeel Butt2024-09-101-2/+3
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-09-171-1/+1
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'linus' into timers/coreThomas Gleixner2024-09-1087-725/+1360
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| * | | | | | | | | | treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen2024-09-081-1/+1
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'irq-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-171-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | softirq: Remove unused 'action' parameter from action callbackCaleb Sander Mateos2024-08-201-2/+2
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-09-161-1/+1
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | / / | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | file: reclaim 24 bytes from f_ownerChristian Brauner2024-08-281-1/+1
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-09-156-17/+32
|\ \ \ \ \ \ \ \
| * | | | | | | | netfilter: nft_socket: Fix a NULL vs IS_ERR() bug in nft_socket_cgroup_subtre...Dan Carpenter2024-09-151-2/+2
| * | | | | | | | Merge tag 'linux-can-fixes-for-6.11-20240912' of git://git.kernel.org/pub/scm...Jakub Kicinski2024-09-131-1/+3
| |\ \ \ \ \ \ \ \
| | * | | | | | | | can: bcm: Clear bo->bcm_proc_read after remove_proc_entry().Kuniyuki Iwashima2024-09-121-1/+3
| * | | | | | | | | ipv6: avoid possible NULL deref in rt6_uncached_list_flush_dev()Eric Dumazet2024-09-131-1/+1
| * | | | | | | | | net: tipc: avoid possible garbage valueSu Hui2024-09-131-1/+1
| * | | | | | | | | net: ipv6: rpl_iptunnel: Fix memory leak in rpl_inputJustin Iurman2024-09-131-5/+7
| * | | | | | | | | xsk: fix batch alloc API on non-coherent systemsMaciej Fijalkowski2024-09-131-7/+18
* | | | | | | | | | net: ethtool: phy: Don't set the context dev pointer for unfiltered DUMPMaxime Chevallier2024-09-131-2/+0
* | | | | | | | | | net: fib_rules: Enable DSCP selector usageIdo Schimmel2024-09-131-1/+2
* | | | | | | | | | ipv6: fib_rules: Add DSCP selector supportIdo Schimmel2024-09-131-3/+40
* | | | | | | | | | ipv4: fib_rules: Add DSCP selector supportIdo Schimmel2024-09-131-4/+50