summaryrefslogtreecommitdiff
path: root/net/core/filter.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-03bpf: bpf_fib_lookup should not return neigh in NUD_FAILED stateMartin KaFai Lau1-2/+2
2023-01-14bpf: pull before calling skb_postpull_rcsum()Jakub Kicinski1-2/+5
2023-01-14bpf: make sure skb->len != 0 when redirecting to a tunneling deviceStanislav Fomichev1-0/+4
2023-01-14bpf: Move skb->len == 0 checks into __bpf_redirectStanislav Fomichev1-1/+6
2022-08-31net: Fix data-races around sysctl_optmem_max.Kuniyuki Iwashima1-4/+5
2022-08-31net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima1-2/+2
2022-08-03bpf: Add PROG_TEST_RUN support for sk_lookup programsLorenz Bauer1-0/+1
2022-07-29tcp: Fix data-races around sysctl_tcp_syncookies.Kuniyuki Iwashima1-2/+2
2022-07-21seg6: bpf: fix skb checksum in bpf_push_seg6_encap()Andrea Mayer1-1/+0
2022-06-29bpf: Fix request_sock leak in sk lookup helpersJon Maxwell1-6/+28
2022-06-06bpf: Enlarge offset check value to INT_MAX in bpf_skb_{load,store}_bytesLiu Jian1-2/+2
2022-04-13bpf: Support dual-stack sockets in bpf_tcp_check_syncookieMaxim Mikityanskiy1-4/+13
2022-04-13bpf: Make dst_port field in struct bpf_sock 16-bit wideJakub Sitnicki1-1/+9
2022-03-02bpf: Do not try bpf_msg_push_data with len 0Felix Maurer1-0/+3
2022-01-27bpf: Do not WARN in bpf_warn_invalid_xdp_action()Paolo Abeni1-3/+3
2022-01-27bpf: Fix SO_RCVBUF/SO_SNDBUF handling in _bpf_setsockopt().Kuniyuki Iwashima1-0/+2
2021-11-18bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and collidingJohn Fastabend1-0/+21
2021-07-14bpf: Do not change gso_size during bpf_skb_change_proto()Maciej Żenczykowski1-4/+0
2021-06-03bpf: Set mac_len in bpf_skb_change_headJussi Maki1-0/+1
2021-04-07bpf: Remove MTU check in __bpf_skb_max_lenJesper Dangaard Brouer1-8/+4
2021-03-04bpf: Fix bpf_fib_lookup helper MTU check for SKB ctxJesper Dangaard Brouer1-3/+10
2020-10-22net: Properly typecast int values to set sk_max_pacing_rateKe Li1-1/+2
2020-10-22bpf: Fix bpf_redirect_neigh helper api to support supplying nexthopToke Høiland-Jørgensen1-59/+99
2020-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-8/+99
2020-10-11bpf: Always return target ifindex in bpf_fib_lookupToke Høiland-Jørgensen1-1/+2
2020-10-11bpf: Add redirect_peer helperDaniel Borkmann1-7/+47
2020-10-09bpf: Add tcp_notsent_lowat bpf setsockoptNikita V. Shirokov1-0/+4
2020-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2020-10-03bpf, sockmap: Add skb_adjust_room to pop bytes off ingress payloadJohn Fastabend1-0/+46
2020-10-01bpf: Fix "unresolved symbol" build error with resolve_btfidsYonghong Song1-0/+6
2020-09-30bpf: Add redirect_neigh helper as redirect drop-inDaniel Borkmann1-15/+261
2020-09-30bpf, net: Rework cookie generator as per-cpu oneDaniel Borkmann1-5/+5
2020-09-30bpf: Add classid helper only based on skb->skDaniel Borkmann1-0/+21
2020-09-25bpf: Change bpf_sk_assign to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau1-2/+2
2020-09-25bpf: Change bpf_tcp_*_syncookie to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau1-4/+4
2020-09-25bpf: Change bpf_sk_release and bpf_sk_*cgroup_id to accept ARG_PTR_TO_BTF_ID_...Martin KaFai Lau1-16/+14
2020-09-25bpf: Enable bpf_skc_to_* sock casting helper to networking prog typeMartin KaFai Lau1-20/+49
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-36/+13
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-9/+10
2020-09-22bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer1-22/+9
2020-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-9/+9
2020-09-16bpf: Bpf_skc_to_* casting helpers require a NULL check on skMartin KaFai Lau1-7/+7
2020-09-15ipv4: Initialize flowi4_multipath_hash in data pathDavid Ahern1-0/+1
2020-09-11tcp: simplify _bpf_setsockopt(): Remove flags argumentNeal Cardwell1-7/+3
2020-09-11tcp: simplify tcp_set_congestion_control(): Always reinitializeNeal Cardwell1-2/+1
2020-09-11tcp: Simplify EBPF TCP_CONGESTION to always init CCNeal Cardwell1-6/+1
2020-09-08bpf: Fix clobbering of r2 in bpf_gen_ld_absDaniel Borkmann1-2/+2
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-08-25tcp: bpf: Optionally store mac header in TCP_SAVE_SYNMartin KaFai Lau1-5/+22
2020-08-25bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau1-0/+365