summaryrefslogtreecommitdiff
path: root/net/core/filter.c
AgeCommit message (Expand)Author
2023-04-21bpf: minimal support for programs hooked into netfilter frameworkFlorian Westphal
2023-04-17bpf: Set skb redirect and from_ingress info in __bpf_tx_skbDaniel Borkmann
2023-04-13Daniel Borkmann says:Jakub Kicinski
2023-04-04bpf: Teach verifier that certain helpers accept NULL pointer.Alexei Starovoitov
2023-04-04bpf: Remove unused arguments from btf_struct_access().Alexei Starovoitov
2023-04-04bpf: Invoke btf_struct_access() callback only for writes.Alexei Starovoitov
2023-03-21neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet
2023-03-20net: skbuff: rename __pkt_vlan_present_offset to __mono_tc_offsetJakub Kicinski
2023-03-15neighbour: annotate lockless accesses to n->nud_stateEric Dumazet
2023-03-03bpf: allow ctx writes using BPF_ST_MEM instructionEduard Zingerman
2023-03-02bpf: Make bpf_get_current_[ancestor_]cgroup_id() available for all program typesTejun Heo
2023-03-01bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwrJoanne Koong
2023-03-01bpf: Add xdp dynptrsJoanne Koong
2023-03-01bpf: Add skb dynptrsJoanne Koong
2023-02-17bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookupMartin KaFai Lau
2023-02-17bpf: bpf_fib_lookup should not return neigh in NUD_FAILED stateMartin KaFai Lau
2023-02-02bpf: devmap: check XDP features in __xdp_enqueue routineLorenzo Bianconi
2023-01-28bpf: Use ARG_CONST_SIZE_OR_ZERO for 3rd argument of bpf_tcp_raw_gen_syncookie...Ilya Leoshkevich
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-01-25bpf: Check the protocol of a sock to agree the calls to bpf_setsockopt().Kui-Feng Lee
2023-01-23bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloadedStanislav Fomichev
2023-01-18xdp: document xdp_do_flush() before napi_complete_done()Magnus Karlsson
2023-01-15bpf: Add ipip6 and ip6ip decap support for bpf_skb_adjust_room()Ziyang Xuan
2023-01-10bpf: Remove the unnecessary insn buffer comparisonHaiyue Wang
2023-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-12-20bpf: pull before calling skb_postpull_rcsum()Jakub Kicinski
2022-12-19bpf: Add flag BPF_F_NO_TUNNEL_KEY to bpf_skb_set_tunnel_key()Christian Ehrig
2022-12-05xfrm: interface: Add unstable helpers for setting/getting XFRM metadata from ...Eyal Birger
2022-12-04bpf: Add dummy type reference to nf_conn___init to fix type deduplicationToke Høiland-Jørgensen
2022-11-28Daniel Borkmann says:Jakub Kicinski
2022-11-21bpf: Move skb->len == 0 checks into __bpf_redirectStanislav Fomichev
2022-11-18bpf, docs: DEVMAPs and XDP_REDIRECTMaryam Tahhan
2022-11-16udp: Access &udp_table via net.Kuniyuki Iwashima
2022-11-15bpf: Expand map key argument of bpf_redirect_map to u64Toke Høiland-Jørgensen
2022-11-14bpf: Refactor btf_struct_accessKumar Kartikeya Dwivedi
2022-11-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2022-11-11net: remove skb->vlan_presentEric Dumazet
2022-11-11bpf: Add hwtstamp field for the sockops progMartin KaFai Lau
2022-11-03bpf: make sure skb->len != 0 when redirecting to a tunneling deviceStanislav Fomichev
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-09-29bpf: tcp: Stop bpf_setsockopt(TCP_CONGESTION) in init ops to recur itselfMartin KaFai Lau
2022-09-29bpf: Refactor bpf_setsockopt(TCP_CONGESTION) handling into another functionMartin KaFai Lau
2022-09-29bpf: Move the "cdg" tcp-cc check to the common sol_tcp_sockopt()Martin KaFai Lau
2022-09-20bpf: Rename nfct_bsa to nfct_btf_struct_accessDaniel Xu
2022-09-20tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima
2022-09-10bpf: Add support for writing to nf_conn:markDaniel Xu
2022-09-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni
2022-09-02bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt()Martin KaFai Lau
2022-09-02bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()Martin KaFai Lau
2022-09-02bpf: Change bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt()Martin KaFai Lau