Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | SUNRPC: clnt.c: Remove misleading comment | Siddh Raman Pant | 2024-09-23 | 1 | -5/+0 | |
| * | | | | | | SUNRPC: Fix -Wformat-truncation warning | Kunwu Chan | 2024-09-23 | 1 | -1/+1 | |
| * | | | | | | Merge tag 'nfsd-6.12' into linux-next-with-localio | Anna Schumaker | 2024-09-23 | 6 | -78/+85 | |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2024-09-24 | 1 | -17/+6 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | bpf: switch maps to CLASS(fd, ...) | Al Viro | 2024-08-13 | 1 | -17/+6 | |
| * | | | | | | | Merge remote-tracking branch 'vfs/stable-struct_fd' | Andrii Nakryiko | 2024-08-13 | 4 | -12/+12 | |
| |\ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ | Merge tag 'nfsd-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 2024-09-23 | 6 | -78/+85 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | sunrpc: xprtrdma: Use ERR_CAST() to return | Yan Zhen | 2024-09-20 | 1 | -1/+1 | |
| * | | | | | | | | svcrdma: Handle device removal outside of the CM event handler | Chuck Lever | 2024-09-20 | 1 | -1/+15 | |
| * | | | | | | | | sunrpc: allow svc threads to fail initialisation cleanly | NeilBrown | 2024-09-20 | 1 | -0/+10 | |
| * | | | | | | | | sunrpc: merge svc_rqst_alloc() into svc_prepare_thread() | NeilBrown | 2024-09-20 | 1 | -18/+7 | |
| * | | | | | | | | sunrpc: don't take ->sv_lock when updating ->sv_nrthreads. | NeilBrown | 2024-09-20 | 1 | -6/+0 | |
| * | | | | | | | | sunrpc: change sp_nrthreads from atomic_t to unsigned int. | NeilBrown | 2024-09-20 | 1 | -20/+11 | |
| * | | | | | | | | sunrpc: document locking rules for svc_exit_thread() | NeilBrown | 2024-09-20 | 1 | -0/+14 | |
| * | | | | | | | | SUNRPC: make various functions static, or not exported. | NeilBrown | 2024-09-01 | 5 | -34/+29 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2024-09-23 | 2 | -10/+10 | |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | struct fd: representation change | Al Viro | 2024-08-12 | 1 | -1/+1 | |
| * | | | | | | | introduce fd_file(), convert all accessors to it. | Al Viro | 2024-08-12 | 2 | -9/+9 | |
* | | | | | | | | Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp... | Linus Torvalds | 2024-09-21 | 4 | -68/+58 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of error | Daniel Borkmann | 2024-09-13 | 1 | -21/+23 | |
| * | | | | | | | | bpf: Fix helper writes to read-only maps | Daniel Borkmann | 2024-09-13 | 1 | -2/+4 | |
| * | | | | | | | | bpf: use type_may_be_null() helper for nullable-param check | Shung-Hsi Yu | 2024-09-05 | 1 | -1/+1 | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Alexei Starovoitov | 2024-08-22 | 50 | -228/+579 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | bpf: Use kmemdup_array instead of kmemdup for multiple allocation | Yu Jiaoliang | 2024-08-22 | 1 | -2/+2 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | xsk: Try to make xdp_umem_reg extension a bit more future-proof | Stanislav Fomichev | 2024-07-30 | 1 | -11/+12 | |
| * | | | | | | | | bpf: Fail verification for sign-extension of packet data/data_end/data_meta | Yonghong Song | 2024-07-29 | 1 | -5/+16 | |
| * | | | | | | | | bpf: Check unsupported ops from the bpf_struct_ops's cfi_stubs | Martin KaFai Lau | 2024-07-29 | 1 | -26/+0 | |
* | | | | | | | | | Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb... | Linus Torvalds | 2024-09-18 | 1 | -2/+3 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'slab/for-6.12/kmem_cache_args' into slab/for-next | Vlastimil Babka | 2024-09-13 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ | Merge branch 'vfs.file' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/v... | Vlastimil Babka | 2024-09-10 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | | | ||||||
| * / | | | | | | | | | memcg: add charging of already allocated slab objects | Shakeel Butt | 2024-09-10 | 1 | -2/+3 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2024-09-17 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'linus' into timers/core | Thomas Gleixner | 2024-09-10 | 87 | -725/+1360 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | treewide: Fix wrong singular form of jiffies in comments | Anna-Maria Behnsen | 2024-09-08 | 1 | -1/+1 | |
| | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'irq-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2024-09-17 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | softirq: Remove unused 'action' parameter from action callback | Caleb Sander Mateos | 2024-08-20 | 1 | -2/+2 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 2024-09-16 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | / / | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| * | | | | | | | | file: reclaim 24 bytes from f_owner | Christian Brauner | 2024-08-28 | 1 | -1/+1 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2024-09-15 | 6 | -17/+32 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | netfilter: nft_socket: Fix a NULL vs IS_ERR() bug in nft_socket_cgroup_subtre... | Dan Carpenter | 2024-09-15 | 1 | -2/+2 | |
| * | | | | | | | | Merge tag 'linux-can-fixes-for-6.11-20240912' of git://git.kernel.org/pub/scm... | Jakub Kicinski | 2024-09-13 | 1 | -1/+3 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | can: bcm: Clear bo->bcm_proc_read after remove_proc_entry(). | Kuniyuki Iwashima | 2024-09-12 | 1 | -1/+3 | |
| * | | | | | | | | | ipv6: avoid possible NULL deref in rt6_uncached_list_flush_dev() | Eric Dumazet | 2024-09-13 | 1 | -1/+1 | |
| * | | | | | | | | | net: tipc: avoid possible garbage value | Su Hui | 2024-09-13 | 1 | -1/+1 | |
| * | | | | | | | | | net: ipv6: rpl_iptunnel: Fix memory leak in rpl_input | Justin Iurman | 2024-09-13 | 1 | -5/+7 | |
| * | | | | | | | | | xsk: fix batch alloc API on non-coherent systems | Maciej Fijalkowski | 2024-09-13 | 1 | -7/+18 | |
* | | | | | | | | | | net: ethtool: phy: Don't set the context dev pointer for unfiltered DUMP | Maxime Chevallier | 2024-09-13 | 1 | -2/+0 | |
* | | | | | | | | | | net: fib_rules: Enable DSCP selector usage | Ido Schimmel | 2024-09-13 | 1 | -1/+2 | |
* | | | | | | | | | | ipv6: fib_rules: Add DSCP selector support | Ido Schimmel | 2024-09-13 | 1 | -3/+40 | |
* | | | | | | | | | | ipv4: fib_rules: Add DSCP selector support | Ido Schimmel | 2024-09-13 | 1 | -4/+50 |