summaryrefslogtreecommitdiff
path: root/net/core/filter.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-07bpf: sockmap, updating the sg structure should also update currJohn Fastabend1-0/+19
2023-11-20bpf, netkit: Add indirect call wrapper for fetching peer devDaniel Borkmann1-5/+13
2023-11-20bpf: Fix dev's rx stats for bpf_redirect_peer trafficPeilin Ye1-0/+1
2023-11-02bpf: Add __bpf_kfunc_{start,end}_defs macrosDave Marchevsky1-9/+4
2023-10-17net, bpf: Add a warning if NAPI cb missed xdp_do_flush().Sebastian Andrzej Siewior1-0/+16
2023-10-12bpf: Implement cgroup sockaddr hooks for unix socketsDaan De Meyer1-2/+12
2023-10-12bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpfDaan De Meyer1-1/+34
2023-10-10bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis1-1/+17
2023-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+0
2023-08-08net: core: remove unnecessary frame_sz check in bpf_xdp_adjust_tail()Andrew Kanner1-6/+0
2023-07-25bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assignLorenz Bauer1-2/+0
2023-07-25bpf: reject unhashed sockets in bpf_sk_assignLorenz Bauer1-0/+2
2023-07-19bpf: Add fd-based tcx multi-prog infra with link supportDaniel Borkmann1-2/+2
2023-07-19xsk: add support for AF_XDP multi-buffer on Rx pathTirthendu Sarkar1-6/+1
2023-06-22bpf: Fix bpf socket lookup from tc/xdp to respect socket VRF bindingsGilad Sever1-30/+39
2023-06-22bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via TC hookpointGilad Sever1-6/+18
2023-06-22bpf: Factor out socket lookup functions for the TC hookpoint.Gilad Sever1-3/+60
2023-06-05bpf/xdp: optimize bpf_xdp_pointer to avoid reading sinfoJesper Dangaard Brouer1-3/+4
2023-06-01bpf: Add table ID to bpf_fib_lookup BPF helperLouis DeLosSantos1-1/+13
2023-05-20bpf: Add bpf_sock_destroy kfuncAditi Ghag1-0/+63
2023-05-03bpf: Emit struct bpf_tcp_sock type in vmlinux BTFYonghong Song1-0/+2
2023-04-21bpf: minimal support for programs hooked into netfilter frameworkFlorian Westphal1-0/+1
2023-04-17bpf: Set skb redirect and from_ingress info in __bpf_tx_skbDaniel Borkmann1-0/+1
2023-04-14Daniel Borkmann says:Jakub Kicinski1-19/+10
2023-04-05bpf: Teach verifier that certain helpers accept NULL pointer.Alexei Starovoitov1-1/+1
2023-04-05bpf: Remove unused arguments from btf_struct_access().Alexei Starovoitov1-8/+5
2023-04-05bpf: Invoke btf_struct_access() callback only for writes.Alexei Starovoitov1-6/+0
2023-03-22neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet1-6/+10
2023-03-21net: skbuff: rename __pkt_vlan_present_offset to __mono_tc_offsetJakub Kicinski1-4/+4
2023-03-15neighbour: annotate lockless accesses to n->nud_stateEric Dumazet1-2/+2
2023-03-04bpf: allow ctx writes using BPF_ST_MEM instructionEduard Zingerman1-35/+44
2023-03-03bpf: Make bpf_get_current_[ancestor_]cgroup_id() available for all program typesTejun Heo1-6/+0
2023-03-01bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwrJoanne Koong1-3/+3
2023-03-01bpf: Add xdp dynptrsJoanne Koong1-2/+35
2023-03-01bpf: Add skb dynptrsJoanne Koong1-0/+67
2023-02-18bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookupMartin KaFai Lau1-13/+26
2023-02-17bpf: bpf_fib_lookup should not return neigh in NUD_FAILED stateMartin KaFai Lau1-2/+2
2023-02-03bpf: devmap: check XDP features in __xdp_enqueue routineLorenzo Bianconi1-8/+5
2023-01-28bpf: Use ARG_CONST_SIZE_OR_ZERO for 3rd argument of bpf_tcp_raw_gen_syncookie...Ilya Leoshkevich1-2/+2
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-9/+32
2023-01-26bpf: Check the protocol of a sock to agree the calls to bpf_setsockopt().Kui-Feng Lee1-1/+1
2023-01-23bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloadedStanislav Fomichev1-1/+1
2023-01-18xdp: document xdp_do_flush() before napi_complete_done()Magnus Karlsson1-3/+7
2023-01-15bpf: Add ipip6 and ip6ip decap support for bpf_skb_adjust_room()Ziyang Xuan1-1/+30
2023-01-11bpf: Remove the unnecessary insn buffer comparisonHaiyue Wang1-6/+0
2023-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+5
2022-12-21bpf: pull before calling skb_postpull_rcsum()Jakub Kicinski1-2/+5
2022-12-20bpf: Add flag BPF_F_NO_TUNNEL_KEY to bpf_skb_set_tunnel_key()Christian Ehrig1-1/+4
2022-12-06xfrm: interface: Add unstable helpers for setting/getting XFRM metadata from ...Eyal Birger1-0/+9
2022-12-05bpf: Add dummy type reference to nf_conn___init to fix type deduplicationToke Høiland-Jørgensen1-0/+14