aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-21bpf: Add bpf_user_ringbuf_drain() helperDavid Vernet2-2/+47
2022-09-21bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map typeDavid Vernet2-0/+2
2022-09-20bpf: Move nf_conn extern declarations to filter.hDaniel Xu2-7/+6
2022-09-20bpf: Rename nfct_bsa to nfct_btf_struct_accessDaniel Xu1-4/+4
2022-09-20bpf: Remove unused btf_struct_access stubDaniel Xu1-12/+0
2022-09-16bpf: Move bpf_dispatcher function out of ftrace locationsJiri Olsa1-0/+7
2022-09-16ftrace: Add HAVE_DYNAMIC_FTRACE_NO_PATCHABLEPeter Zijlstra (Intel)1-1/+10
2022-09-16bpf: Use bpf_capable() instead of CAP_SYS_ADMIN for blinding decisionYauheni Kaliuta1-1/+1
2022-09-15bpf: Add verifier check for BPF_PTR_POISON retval and argDave Marchevsky1-0/+3
2022-09-10bpf: Add verifier support for custom callback return rangeDave Marchevsky1-0/+1
2022-09-10bpf: Add support for writing to nf_conn:markDaniel Xu1-0/+23
2022-09-10bpf: Add stub for btf_struct_access()Daniel Xu1-0/+9
2022-09-07bpf: Add helper macro bpf_for_each_reg_in_vstateKumar Kartikeya Dwivedi1-0/+21
2022-09-07bpf: Add zero_map_value to zero map value with special fieldsKumar Kartikeya Dwivedi1-0/+19
2022-09-07bpf: Add copy_map_value_long to copy to remote percpu memoryKumar Kartikeya Dwivedi1-19/+33
2022-09-07bpf/verifier: allow kfunc to return an allocated memBenjamin Tissoires3-1/+20
2022-09-07bpf: split btf_check_subprog_arg_match in twoBenjamin Tissoires1-0/+2
2022-09-06bpf: Update descriptions for helpers bpf_get_func_arg[_cnt]()Yonghong Song1-4/+5
2022-09-06bpf: Allow struct argument in trampoline based programsYonghong Song1-0/+4
2022-09-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni17-28/+206
2022-09-05bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.Alexei Starovoitov1-0/+2
2022-09-05bpf: Add percpu allocation support to bpf_mem_alloc.Alexei Starovoitov1-1/+1
2022-09-05bpf: Introduce any context BPF specific memory allocator.Alexei Starovoitov1-0/+26
2022-09-05net: phy: Add 1000BASE-KX interface modeSean Anderson1-0/+4
2022-09-05soc: fsl: qbman: Add CGR update functionSean Anderson1-0/+9
2022-09-05net: pcs: add new PCS driver for altera TSE PCSMaxime Chevallier1-0/+17
2022-09-04Merge tag 'wireless-next-2022-09-03' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextDavid S. Miller1-0/+11
2022-09-03wifi: nl80211: add MLD address to assoc BSS entriesJohannes Berg1-0/+2
2022-09-03wifi: nl80211: Add POWERED_ADDR_CHANGE featureJames Prestwood1-0/+9
2022-09-03net/ipv4: Use __DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-14/+6
2022-09-02bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt()Martin KaFai Lau2-0/+4
2022-09-02bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()Martin KaFai Lau1-0/+2
2022-09-02bpf: Change bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt()Martin KaFai Lau1-0/+2
2022-09-02bpf: Change bpf_getsockopt(SOL_SOCKET) to reuse sk_getsockopt()Martin KaFai Lau1-0/+2
2022-09-02bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argumentMartin KaFai Lau2-3/+3
2022-09-02bpf: net: Change do_ip_getsockopt() to take the sockptr_t argumentMartin KaFai Lau2-5/+5
2022-09-02bpf: net: Change sk_getsockopt() to take the sockptr_t argumentMartin KaFai Lau2-2/+6
2022-09-02net: ieee802154: Fix compilation error when CONFIG_IEEE802154_NL802154_EXPERIMENTAL is disabledGal Pressman1-4/+2
2022-09-02bpf: Support getting tunnel flagsShmulik Ladkani1-1/+9
2022-09-02bpf, tnums: Warn against the usage of tnum_in(tnum_range(), ...)Shung-Hsi Yu1-2/+18
2022-09-02net: remove netif_tx_napi_add()Jakub Kicinski1-2/+0
2022-09-02net: bql: add more documentationEric Dumazet1-6/+26
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski24-33/+106
2022-09-01Merge tag 'net-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds4-9/+13
2022-08-31tcp: make global challenge ack rate limitation per net-ns and default disabledEric Dumazet1-0/+2
2022-08-31net: sched: gred/red: remove unused variables in struct red_statsZhengchao Shao1-1/+0
2022-08-31mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuseJann Horn1-2/+5
2022-08-31Merge tag 'fscache-fixes-20220831' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-2/+2
2022-08-31Merge tag 'lsm-pr-20220829' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsmLinus Torvalds3-0/+9
2022-08-31fscache: fix misdocumented parameterKhalid Masum1-2/+2