summaryrefslogtreecommitdiff
path: root/net/core/filter.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-10/+10
2024-03-01ipv6: annotate data-races around cnf.forwardingEric Dumazet1-1/+1
2024-02-01bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu1-10/+10
2024-01-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-24/+131
2024-01-25xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOLMaciej Fijalkowski1-0/+2
2024-01-25xsk: fix usage of multi-buffer BPF helpers for ZC XDPMaciej Fijalkowski1-6/+36
2024-01-25bpf: Consistently use BPF token throughout BPF verifier logicAndrii Nakryiko1-2/+2
2024-01-25bpf: Take into account BPF token when fetching helper protosAndrii Nakryiko1-16/+16
2024-01-24bpf: tcp: Support arbitrary SYN Cookie.Kuniyuki Iwashima1-2/+109
2024-01-24net: filter: fix spelling mistakesRandy Dunlap1-4/+4
2023-12-19Revert BPF token-related functionalityAndrii Nakryiko1-18/+18
2023-12-19bpf: Use nla_ok() instead of checking nla_len directlyJakub Kicinski1-1/+1
2023-12-19Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-18/+18
2023-12-15net: Namespace-ify sysctl_optmem_maxEric Dumazet1-5/+7
2023-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+19
2023-12-07bpf: sockmap, updating the sg structure should also update currJohn Fastabend1-0/+19
2023-12-06bpf: consistently use BPF token throughout BPF verifier logicAndrii Nakryiko1-2/+2
2023-12-06bpf: take into account BPF token when fetching helper protosAndrii Nakryiko1-16/+16
2023-11-30tcp: Don't pass cookie to __cookie_v[46]_check().Kuniyuki Iwashima1-11/+4
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