summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* bpf: Add MEM_UNINIT as a bpf_type_flagJoanne Koong2022-05-131-8/+10
* bpf: add bpf_map_lookup_percpu_elem for percpu mapFeng Zhou2022-05-112-0/+11
* bpf: Fix sparse warning for bpf_kptr_xchg_protoKumar Kartikeya Dwivedi2022-05-111-0/+1
* bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.Kui-Feng Lee2022-05-102-0/+10
* bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stackKui-Feng Lee2022-05-101-4/+13
* bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee2022-05-103-12/+26
* ftrace: Add ftrace_lookup_symbols functionJiri Olsa2022-05-101-0/+6
* kallsyms: Make kallsyms_on_each_symbol generally availableJiri Olsa2022-05-101-1/+6
* bpf: Add bpf_link iteratorDmitrii Dolgov2022-05-101-0/+1
* bpf: Add source ip in "struct bpf_tunnel_key"Kaixi Fan2022-05-101-0/+4
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-04-277-149/+134
|\
| * bpf: Compute map_btf_id during build timeMenglong Dong2022-04-261-2/+1
| * bpf: Make BTF type match stricter for release argumentsKumar Kartikeya Dwivedi2022-04-251-1/+2
| * bpf: Teach verifier about kptr_get kfunc helpersKumar Kartikeya Dwivedi2022-04-251-0/+2
| * bpf: Wire up freeing of referenced kptrKumar Kartikeya Dwivedi2022-04-252-0/+6
| * bpf: Populate pairs of btf_id and destructor kfunc in btfKumar Kartikeya Dwivedi2022-04-251-0/+17
| * bpf: Adapt copy_map_value for multiple offset caseKumar Kartikeya Dwivedi2022-04-251-26/+30
| * bpf: Prevent escaping of kptr loaded from mapsKumar Kartikeya Dwivedi2022-04-251-1/+9
| * bpf: Allow storing referenced kptr in mapKumar Kartikeya Dwivedi2022-04-252-0/+20
| * bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi2022-04-252-3/+5
| * bpf: Allow storing unreferenced kptr in mapKumar Kartikeya Dwivedi2022-04-252-1/+32
| * bpf: Use bpf_prog_run_array_cg_flags everywhereStanislav Fomichev2022-04-251-6/+2
| * net: Change skb_ensure_writable()'s write_len param to unsigned int typeLiu Jian2022-04-201-1/+1
| * bpf: Fix usage of trace RCU in local storage.KP Singh2022-04-191-2/+2
| * bpf: Move rcu lock management out of BPF_PROG_RUN routinesStanislav Fomichev2022-04-191-108/+7
* | net: atm: remove support for ZeitNet ZN122x ATM devicesJakub Kicinski2022-04-271-47/+0
* | net: generalize skb freeing deferral to per-cpu listsEric Dumazet2022-04-264-14/+8
* | devlink: introduce line card device info infrastructureJiri Pirko2022-04-251-2/+6
* | devlink: introduce line card info get messageJiri Pirko2022-04-252-1/+8
* | devlink: introduce line card devices supportJiri Pirko2022-04-252-0/+10
* | mptcp: dump infinite_map field in mptcp_dump_mpextGeliang Tang2022-04-231-2/+4
* | mptcp: infinite mapping sendingGeliang Tang2022-04-231-1/+2
* | qed: Remove IP services API.Guillaume Nault2022-04-221-29/+0
* | ipv4: Avoid using RTO_ONLINK with ip_route_connect().Guillaume Nault2022-04-221-12/+24
* | ipv6: Remove __ipv6_only_sock().Kuniyuki Iwashima2022-04-221-3/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-2215-25/+70
|\ \
| * \ Merge tag 'net-5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-04-213-6/+11
| |\ \
| | * | ipv6: make ip6_rt_gc_expire an atomic_tEric Dumazet2022-04-151-2/+2
| | * | net: Handle l3mdev in ip_tunnel_init_flowDavid Ahern2022-04-151-2/+9
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-04-151-2/+0
| | |\ \
| | | * | esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca2022-04-131-2/+0
| * | | | vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAPSong Liu2022-04-191-2/+2
| * | | | fs: fix acl translationChristian Brauner2022-04-191-0/+4
| * | | | Merge tag 'gpio-fixes-for-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-04-161-1/+7
| |\ \ \ \
| | * \ \ \ Merge tag 'intel-gpio-v5.18-2' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Bartosz Golaszewski2022-04-161-1/+7
| | |\ \ \ \
| | | * | | | gpiolib: acpi: Convert type for pin to be unsignedAndy Shevchenko2022-04-081-1/+7
| * | | | | | Merge tag 'random-5.18-rc3-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-04-161-1/+1
| |\ \ \ \ \ \
| | * | | | | | random: make random_get_entropy() return an unsigned longJason A. Donenfeld2022-04-131-1/+1
| * | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2022-04-162-5/+8
| |\ \ \ \ \ \ \
| | * | | | | | | scsi: iscsi: Fix NOP handling during conn recoveryMike Christie2022-04-111-1/+1