summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-05-23bpf: Add bpf_dynptr_read and bpf_dynptr_writeJoanne Koong
2022-05-23bpf: Dynptr support for ring buffersJoanne Koong
2022-05-23bpf: Add bpf_dynptr_from_mem for local dynptrsJoanne Koong
2022-05-23bpf: Add verifier support for dynptrsJoanne Koong
2022-05-23bpf: Introduce bpf_arch_text_invalidate for bpf_prog_packSong Liu
2022-05-20selftests/bpf: Add missing trampoline program type to trampoline_count testYuntao Wang
2022-05-20bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang
2022-05-13bpf: Add MEM_UNINIT as a bpf_type_flagJoanne Koong
2022-05-11bpf: add bpf_map_lookup_percpu_elem for percpu mapFeng Zhou
2022-05-11bpf: Fix sparse warning for bpf_kptr_xchg_protoKumar Kartikeya Dwivedi
2022-05-10bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.Kui-Feng Lee
2022-05-10bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stackKui-Feng Lee
2022-05-10bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee
2022-05-10ftrace: Add ftrace_lookup_symbols functionJiri Olsa
2022-05-10kallsyms: Make kallsyms_on_each_symbol generally availableJiri Olsa
2022-05-10bpf: Add bpf_link iteratorDmitrii Dolgov
2022-05-10bpf: Add source ip in "struct bpf_tunnel_key"Kaixi Fan
2022-04-27Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-04-27net: atm: remove support for ZeitNet ZN122x ATM devicesJakub Kicinski
2022-04-26net: generalize skb freeing deferral to per-cpu listsEric Dumazet
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong
2022-04-25bpf: Make BTF type match stricter for release argumentsKumar Kartikeya Dwivedi
2022-04-25bpf: Teach verifier about kptr_get kfunc helpersKumar Kartikeya Dwivedi
2022-04-25bpf: Wire up freeing of referenced kptrKumar Kartikeya Dwivedi
2022-04-25bpf: Populate pairs of btf_id and destructor kfunc in btfKumar Kartikeya Dwivedi
2022-04-25bpf: Adapt copy_map_value for multiple offset caseKumar Kartikeya Dwivedi
2022-04-25bpf: Prevent escaping of kptr loaded from mapsKumar Kartikeya Dwivedi
2022-04-25bpf: Allow storing referenced kptr in mapKumar Kartikeya Dwivedi
2022-04-25bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi
2022-04-25bpf: Allow storing unreferenced kptr in mapKumar Kartikeya Dwivedi
2022-04-25bpf: Use bpf_prog_run_array_cg_flags everywhereStanislav Fomichev
2022-04-25devlink: introduce line card device info infrastructureJiri Pirko
2022-04-25devlink: introduce line card info get messageJiri Pirko
2022-04-25devlink: introduce line card devices supportJiri Pirko
2022-04-23mptcp: dump infinite_map field in mptcp_dump_mpextGeliang Tang
2022-04-23mptcp: infinite mapping sendingGeliang Tang
2022-04-22qed: Remove IP services API.Guillaume Nault
2022-04-22ipv4: Avoid using RTO_ONLINK with ip_route_connect().Guillaume Nault
2022-04-22ipv6: Remove __ipv6_only_sock().Kuniyuki Iwashima
2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-04-21Merge tag 'net-5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-04-20net: Change skb_ensure_writable()'s write_len param to unsigned int typeLiu Jian
2022-04-20Merge tag 'linux-can-next-for-5.19-20220419' of git://git.kernel.org/pub/scm/...David S. Miller
2022-04-20net/sched: flower: Add number of vlan tags filterBoris Sukholitko
2022-04-20flow_dissector: Add number of vlan tags dissectorBoris Sukholitko
2022-04-19bpf: Fix usage of trace RCU in local storage.KP Singh
2022-04-19vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAPSong Liu
2022-04-19fs: fix acl translationChristian Brauner
2022-04-19bpf: Move rcu lock management out of BPF_PROG_RUN routinesStanislav Fomichev
2022-04-19can: rx-offload: rename can_rx_offload_queue_sorted() -> can_rx_offload_queue...Marc Kleine-Budde