summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-01-21net: xdp: add xdp_update_skb_shared_info utility routineLorenzo Bianconi
2022-01-21xdp: introduce flags field in xdp_buff/xdp_frameLorenzo Bianconi
2022-01-21net: skbuff: add size metadata to skb_shared_info for xdpLorenzo Bianconi
2022-01-20bpf: support BPF_PROG_QUERY for progs attached to sockmapDi Zhu
2022-01-19bpf: Add cgroup helpers bpf_{get,set}_retval to get/set syscall return valueYiFei Zhu
2022-01-19bpf: Move getsockopt retval to struct bpf_cg_run_ctxYiFei Zhu
2022-01-19bpf: Make BPF_PROG_RUN_ARRAY return -err instead of allow booleanYiFei Zhu
2022-01-19uapi/bpf: Add missing description and returns for helper documentationUsama Arif
2022-01-18net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPFKumar Kartikeya Dwivedi
2022-01-18bpf: Add reference tracking support to kfuncKumar Kartikeya Dwivedi
2022-01-18bpf: Introduce mem, size argument pair support for kfuncKumar Kartikeya Dwivedi
2022-01-18bpf: Remove check_kfunc_call callback and old kfunc BTF ID APIKumar Kartikeya Dwivedi
2022-01-18bpf: Populate kfunc BTF ID sets in struct btfKumar Kartikeya Dwivedi
2022-01-10Merge tag 'devprop-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-01-10Merge tag 'pm-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2022-01-10Merge tag 'acpi-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2022-01-10Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-01-10Merge tag 'media/v5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2022-01-10Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-01-10Merge tag 'slab-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2022-01-10Merge branch 'random-5.17-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-01-10Merge tag 'edac_updates_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-01-10Merge tag 'core_entry_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-01-10Merge tag 'x86_sgx_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-01-10Merge tag 'x86_sev_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-01-10Merge branches 'pm-opp', 'pm-devfreq' and 'powercap'Rafael J. Wysocki
2022-01-10Merge branches 'pm-cpuidle', 'pm-core' and 'pm-sleep'Rafael J. Wysocki
2022-01-10Merge branch 'pm-cpufreq'Rafael J. Wysocki
2022-01-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2022-01-10Merge tag 'asm-generic-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-01-10Merge tag 'newsoc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2022-01-10Merge tag 'dt-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2022-01-10Merge tag 'drivers-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds
2022-01-10Merge tag 'soc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2022-01-10Merge branches 'acpi-x86', 'acpi-pmic' and 'acpi-dptf'Rafael J. Wysocki
2022-01-10Merge branches 'acpi-ec' and 'acpi-processor'Rafael J. Wysocki
2022-01-10Merge branches 'acpi-scan', 'acpi-pm', 'acpi-power' and 'acpi-pci'Rafael J. Wysocki
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-09net: skb: use kfree_skb_reason() in __udp4_lib_rcv()Menglong Dong
2022-01-09net: skb: use kfree_skb_reason() in tcp_v4_rcv()Menglong Dong
2022-01-09net: skb: introduce kfree_skb_reason()Menglong Dong
2022-01-09net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski
2022-01-09netfilter: nft_bitwise: track register operationsPablo Neira Ayuso
2022-01-09netfilter: nf_tables: add register tracking infrastructurePablo Neira Ayuso
2022-01-09netfilter: nf_tables: add NFT_REG32_NUMPablo Neira Ayuso
2022-01-09netfilter: nf_tables: add rule blob layoutPablo Neira Ayuso
2022-01-09netfilter: egress: avoid a lockdep splatFlorian Westphal
2022-01-09netfilter: conntrack: avoid useless indirection during conntrack destructionFlorian Westphal
2022-01-09netfilter: make function op structures constFlorian Westphal