summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* bpf: Introduce helper bpf_find_vmaSong Liu2021-11-072-0/+21
* Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-022-3/+12
|\
| * vmlinux.lds.h: Have ORC lookup cover entire _etext - _stextKristen Carlson Accardi2021-10-271-1/+2
| * x86/boot/compressed: Avoid duplicate malloc() implementationsKees Cook2021-10-271-2/+10
* | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-02142-1403/+3983
|\ \
| * | Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski2021-11-012-24/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-012-4/+4
| |\ \
| | * | cls_flower: Fix inability to match GRE/IPIP packetsYoshiki Komachi2021-10-291-0/+1
| | * | sctp: subtract sctphdr len in sctp_transport_pl_hlenXin Long2021-10-291-1/+2
| | * | sctp: reset probe_timer in sctp_transport_pl_updateXin Long2021-10-291-3/+1
| * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-0110-22/+174
| |\ \ \
| | * | | bpf: Add alignment padding for "map_extra" + consolidate holesJoanne Koong2021-11-012-3/+4
| | * | | bpf: Add dummy BPF STRUCT_OPS for test purposeHou Tao2021-11-011-0/+16
| | * | | bpf: Factor out helpers for ctx access checkingHou Tao2021-11-011-0/+23
| | * | | bpf: Factor out a helper to prepare trampoline for struct_ops progHou Tao2021-11-011-0/+4
| | * | | skmsg: Lose offset info in sk_psock_skb_ingressLiu Jian2021-11-011-2/+16
| | * | | bpf: Add bpf_kallsyms_lookup_name helperKumar Kartikeya Dwivedi2021-10-282-0/+17
| | * | | bpf: Add bloom filter map implementationJoanne Koong2021-10-283-0/+11
| | * | | bpf: Use u64_stats_t in struct bpf_prog_statsEric Dumazet2021-10-271-5/+5
| | * | | bpf: Avoid races in __bpf_prog_run() for 32bit archesEric Dumazet2021-10-271-2/+3
| | * | | bpf: Add verified_insns to bpf_prog_info and fdinfoDave Marchevsky2021-10-212-0/+2
| | * | | bpf: Add bpf_skc_to_unix_sock() helperHengqi Chen2021-10-212-0/+8
| | * | | bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAGYonghong Song2021-10-181-4/+4
| | * | | bpf: Support writable context for bare tracepointHou Tao2021-10-081-4/+15
| | * | | bpf: selftests: Add selftests for module kfunc supportKumar Kartikeya Dwivedi2021-10-051-0/+1
| | * | | bpf: Enable TCP congestion control kfunc from modulesKumar Kartikeya Dwivedi2021-10-051-0/+2
| | * | | bpf: btf: Introduce helpers for dynamic BTF set registrationKumar Kartikeya Dwivedi2021-10-052-0/+37
| | * | | bpf: Introduce BPF support for kernel module function callsKumar Kartikeya Dwivedi2021-10-052-3/+7
| * | | | net: ndisc: introduce ndisc_evict_nocarrier sysctl parameterJames Prestwood2021-11-012-0/+2
| * | | | net: arp: introduce arp_evict_nocarrier sysctl parameterJames Prestwood2021-11-013-0/+4
| * | | | net: avoid double accounting for pure zerocopy skbsTalal Ahmad2021-11-012-3/+24
| * | | | tcp: rename sk_wmem_free_skbTalal Ahmad2021-11-012-8/+8
| * | | | amt: add mld report message handlerTaehee Yoo2021-11-011-0/+1
| * | | | amt: add multicast(IGMP) report message handlerTaehee Yoo2021-11-011-1/+103
| * | | | amt: add data plane of amt interfaceTaehee Yoo2021-11-011-0/+47
| * | | | amt: add control plane of amt interfaceTaehee Yoo2021-11-012-0/+297
| * | | | ethtool: don't drop the rtnl_lock half way thru the ioctlJakub Kicinski2021-11-011-4/+4
| * | | | devlink: expose get/put functionsJakub Kicinski2021-11-011-0/+12
| * | | | net: dsa: populate supported_interfaces memberMarek BehĂșn2021-11-011-0/+2
| * | | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2021-11-011-21/+20
| |\ \ \ \
| | * | | | virtchnl: Use the BIT() macro for capability/offload flagsBrett Creeley2021-10-291-20/+20
| | * | | | virtchnl: Remove unused VIRTCHNL_VF_OFFLOAD_RSVD defineBrett Creeley2021-10-291-1/+0
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-11-014-9/+20
| |\ \ \ \ \
| | * | | | | netfilter: nft_payload: support for inner header matching / manglingPablo Neira Ayuso2021-11-012-0/+4
| | * | | | | netfilter: nf_tables: convert pktinfo->tprot_set to flags fieldPablo Neira Ayuso2021-11-013-8/+13
| | * | | | | netfilter: nft_meta: add NFT_META_IFTYPEPablo Neira Ayuso2021-11-011-1/+3
| * | | | | | net/mlx5: Allow skipping counter refresh on creationPaul Blakey2021-10-291-0/+4
| | |/ / / / | |/| | | |
| * | | | | mctp: Pass flow data & flow release events to driversJeremy Kerr2021-10-292-0/+22
| * | | | | mctp: Add flow extension to skbJeremy Kerr2021-10-292-0/+10
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-2810-21/+35
| |\ \ \ \ \ | | | |_|/ / | | |/| | |