summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-038-37/+131
|\
| * bpf: Replace bpf_lpm_trie_key 0-length array with flexible arrayKees Cook2024-02-291-1/+18
| * bpf: Clarify batch lookup/lookup_and_delete semanticsMartin Kelly2024-02-221-1/+5
| * bpf: Shrink size of struct bpf_map/bpf_array.Alexei Starovoitov2024-02-211-9/+3
| * bpf: simplify btf_get_prog_ctx_type() into btf_is_prog_ctx_type()Andrii Nakryiko2024-02-141-9/+8
| * bpf: remove check in __cgroup_bpf_run_filter_skbOliver Crumrine2024-02-141-1/+2
| * bpf: Create argument information for nullable arguments.Kui-Feng Lee2024-02-142-0/+23
| * bpf: Move __kfunc_param_match_suffix() to btf.c.Kui-Feng Lee2024-02-141-0/+4
| * bpf: add btf pointer to struct bpf_ctx_arg_aux.Kui-Feng Lee2024-02-141-0/+1
| * bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctlyYonghong Song2024-02-131-9/+12
| * bpf: Allow compiler to inline most of bpf_local_storage_lookup()Marco Elver2024-02-111-2/+28
| * bpf: Preserve boundaries and track scalars on narrowing fillMaxim Mikityanskiy2024-02-021-0/+9
| * bpf: btf: Add BTF_KFUNCS_START/END macro pairDaniel Xu2024-02-011-0/+11
| * bpf: btf: Support flags for BTF_SET8 setsDaniel Xu2024-01-311-4/+6
| * bpf: add __arg_trusted global func arg tagAndrii Nakryiko2024-01-301-0/+1
| * bpf: Remove unused field "mod" in struct bpf_trampolineMenglong Dong2024-01-291-1/+0
* | Simplify net_dbg_ratelimited() dummyGeert Uytterhoeven2024-03-011-4/+1
* | ipv6: annotate data-races around idev->cnf.ignore_routes_with_linkdownEric Dumazet2024-03-011-1/+1
* | ipv6: annotate data-races around cnf.forwardingEric Dumazet2024-03-011-3/+5
* | ipv6: annotate data-races around cnf.mtu6Eric Dumazet2024-03-011-1/+1
* | ipv6: add ipv6_devconf_read_txrx cacheline_groupEric Dumazet2024-03-011-4/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-2917-34/+49
|\ \
| * \ Merge tag 'net-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-02-295-11/+15
| |\ \
| | * | dpll: fix build failure due to rcu_dereference_check() on unknown typeEric Dumazet2024-02-291-4/+4
| | * | Merge tag 'nf-24-02-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-02-291-0/+1
| | |\ \
| | | * | netfilter: bridge: confirm multicast packets before passing them up the stackFlorian Westphal2024-02-291-0/+1
| | * | | uapi: in6: replace temporary label with rfc9486Justin Iurman2024-02-281-1/+1
| | * | | dpll: rely on rcu for netdev_dpll_pin()Eric Dumazet2024-02-272-10/+12
| | * | | net: mctp: take ownership of skb in mctp_local_outputJeremy Kerr2024-02-231-0/+1
| * | | | Merge tag 'mm-hotfixes-stable-2024-02-27-14-52' of git://git.kernel.org/pub/s...Linus Torvalds2024-02-281-0/+3
| |\ \ \ \
| | * | | | stackdepot: use variable size records for non-evictable entriesMarco Elver2024-02-241-0/+3
| * | | | | Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-02-252-0/+3
| |\ \ \ \ \
| | * | | | | procfs: make freeing proc_fs_info rcu-delayedAl Viro2024-02-251-0/+1
| | * | | | | nfs: fix UAF on pathwalk running into umountAl Viro2024-02-251-0/+2
| * | | | | | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-02-251-0/+1
| |\ \ \ \ \ \
| | * | | | | | Revert "get rid of DCACHE_GENOCIDE"Al Viro2024-02-101-0/+1
| | |/ / / / /
| * | | | | | Merge tag 'iommu-fixes-v6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-02-251-0/+3
| |\ \ \ \ \ \
| | * | | | | | iommu/sva: Restore SVA handle sharingJason Gunthorpe2024-02-231-0/+3
| * | | | | | | Merge tag 'cxl-fixes-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-02-252-18/+2
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'for-6.8/cxl-cper' into for-6.8/cxlDan Williams2024-02-2141-112/+224
| | |\ \ \ \ \ \ \
| | | * | | | | | | acpi/ghes: Remove CXL CPER notificationsDan Williams2024-02-211-18/+0
| | | |/ / / / / /
| | * | | | | | | x86/numa: Fix the address overlap check in numa_fill_memblks()Alison Schofield2024-02-171-0/+2
| * | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2024-02-241-4/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | scsi: core: Consult supported VPD page list prior to fetching pageMartin K. Petersen2024-02-151-4/+0
| | * | | | | | | | scsi: sd: usb_storage: uas: Access media prior to querying device propertiesMartin K. Petersen2024-02-141-0/+1
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Merge tag 'mm-hotfixes-stable-2024-02-22-15-02' of git://git.kernel.org/pub/s...Linus Torvalds2024-02-231-0/+5
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| | * | | | | | | mm/swap: fix race when skipping swapcacheKairui Song2024-02-201-0/+5
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge tag 'drm-fixes-2024-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2024-02-232-1/+14
| |\ \ \ \ \ \ \
| | * | | | | | | nouveau: add an ioctl to report vram usageDave Airlie2024-02-231-0/+7
| | * | | | | | | nouveau: add an ioctl to return vram bar size.Dave Airlie2024-02-231-0/+7