summaryrefslogtreecommitdiff
path: root/net/core/filter.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-14bpf: Avoid splat in pskb_pull_reasonFlorian Westphal1-0/+5
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-10/+32
2024-05-01inet: introduce dst_rtable() helperEric Dumazet1-2/+1
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-3/+12
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet1-1/+1
2024-04-22xdp: use flags field to disambiguate broadcast redirectToke Høiland-Jørgensen1-10/+32
2024-04-01ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin1-12/+14
2024-03-29bpf: Add a check for struct bpf_fib_lookup sizeAnton Protopopov1-0/+3
2024-03-29bpf: Add support for passing mark with bpf_fib_lookupAnton Protopopov1-3/+9
2024-03-20bpf: Allow helper bpf_get_[ns_]current_pid_tgid() for all prog typesYonghong Song1-2/+0
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