aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/filter.c
AgeCommit message (Expand)Author
2020-08-13sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen
2020-07-13net/filter: Permit reading NET in load_bytes_relative when MAC not setYiFei Zhu
2020-06-08bpf, sockmap: msg_pop_data can incorrecty set an sge lengthJohn Fastabend
2020-05-21tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet
2020-05-21tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet
2020-05-15bpf: Return -EBADRQC for invalid map type in __bpf_tx_xdp_mapLi RongQing
2020-04-12net: bpf: Don't leak time wait and request socketsLorenz Bauer
2020-04-12bpf: Sockmap/tls, msg_push_data may leave end mark in placeJohn Fastabend
2020-04-12bpf: Sockmap, skmsg helper overestimates push, pull, and pop boundsJohn Fastabend
2020-03-20bpf: Clear skb->tstamp in bpf_redirect when necessaryLorenz Bauer
2020-01-19net: skmsg: fix TLS 1.3 crash with full sk_msgJakub Kicinski
2020-01-19net: sockmap: use bitmap for copy infoJakub Kicinski
2019-09-21bpf: allow narrow loads of some sk_reuseport_md fields with offset > 0Ilya Leoshkevich
2019-08-25bpf: fix access to skb_shared_info->gso_segsEric Dumazet
2019-07-28tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-06-06bpf: fix unconnected udp hooksDaniel Borkmann
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-21bpf: Check sk_fullsock() before returning from bpf_sk_lookup()Martin KaFai Lau
2019-05-21bpf: fix out-of-bounds read in __bpf_skc_lookupLorenz Bauer
2019-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-04-27bpf: Introduce bpf sk local storageMartin KaFai Lau
2019-04-26ipv6: Initialize fib6_result in bpf_ipv6_fib_lookupDavid Ahern
2019-04-24bpf: update skb->protocol in bpf_skb_net_growWillem de Bruijn
2019-04-23flow_dissector: switch kernel context to struct bpf_flow_dissectorStanislav Fomichev
2019-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-04-17ipv6: Add fib6_type and fib6_flags to fib6_resultDavid Ahern
2019-04-17ipv6: Pass fib6_result to fib lookupsDavid Ahern
2019-04-17ipv6: Pass fib6_result to ip6_mtu_from_fib6 and fib6_mtuDavid Ahern
2019-04-17ipv6: Rename fib6_multipath_select and pass fib6_resultDavid Ahern
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-16bpf: allow clearing all sock_ops callback flagsViet Hoang Tran
2019-04-16bpf: reserve flags in bpf_skb_net_shrinkWillem de Bruijn
2019-04-12bpf: Check address length before reading address familyTetsuo Handa
2019-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-04-11bpf: add layer 2 encap support to bpf_skb_adjust_roomAlan Maguire
2019-04-08bpf: Handle ipv6 gateway in bpf_ipv4_fib_lookupDavid Ahern
2019-04-08net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern
2019-04-08ipv6: Add neighbor helpers that use the ipv6 stubDavid Ahern
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-03ipv4: Add fib_nh_common to fib_resultDavid Ahern
2019-04-03flow_dissector: allow access only to a subset of __sk_buff fieldsStanislav Fomichev
2019-04-01net: place xmit recursion in softnet dataFlorian Westphal
2019-03-29ipv6: Move ipv6 stubs to a separate header fileDavid Ahern
2019-03-29ipv6: Rename fib6_nh entriesDavid Ahern
2019-03-29ipv4: Rename fib_nh entriesDavid Ahern
2019-03-29ipv6: Move gateway checks to a fib6_nh settingDavid Ahern
2019-03-24bpf: silence uninitialized var warning in bpf_skb_net_growWillem de Bruijn
2019-03-22bpf: make bpf_skb_ecn_set_ce callable from BPF_PROG_TYPE_SCHED_ACTPeter Oskolkov
2019-03-22bpf: add bpf_skb_adjust_room encap flagsWillem de Bruijn