aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/filter.c
AgeCommit message (Expand)Author
2020-10-01bpf: Fix clobbering of r2 in bpf_gen_ld_absDaniel Borkmann
2020-07-22sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen
2020-06-30net: place xmit recursion in softnet dataFlorian Westphal
2020-06-25net/filter: Permit reading NET in load_bytes_relative when MAC not setYiFei Zhu
2020-02-24bpf: Return -EBADRQC for invalid map type in __bpf_tx_xdp_mapLi RongQing
2020-01-27bpf: fix the check that forwarding is enabled in bpf_ipv6_fib_lookupAnton Protopopov
2020-01-12bpf: Clear skb->tstamp in bpf_redirect when necessaryLorenz Bauer
2019-09-21bpf: allow narrow loads of some sk_reuseport_md fields with offset > 0Ilya Leoshkevich
2019-07-28tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet
2019-07-03bpf: fix unconnected udp hooksDaniel Borkmann
2019-03-23bpf: only test gso type on gso packetsWillem de Bruijn
2019-03-23bpf: only adjust gso_size on bytestream protocolsWillem de Bruijn
2019-03-13bpf: sock recvbuff must be limited by rmem_max in bpf_setsockopt()Yafang Shao
2019-02-27bpf: bpf_setsockopt: reset sock dst on SO_MARK changesPeter Oskolkov
2019-02-27bpf: correctly set initial window on active Fast Open senderYuchung Cheng
2019-01-22bpf: in __bpf_redirect_no_mac pull mac only if presentWillem de Bruijn
2018-09-12bpf: use __GFP_COMP while allocating pageTushar Dave
2018-09-02bpf: Fix bpf_msg_pull_data()Tushar Dave
2018-08-29bpf: fix sg shift repair start offset in bpf_msg_pull_dataDaniel Borkmann
2018-08-29bpf: fix shift upon scatterlist ring wrap-around in bpf_msg_pull_dataDaniel Borkmann
2018-08-29bpf: fix msg->data/data_end after sg shift repair in bpf_msg_pull_dataDaniel Borkmann
2018-08-28bpf: fix several offset tests in bpf_msg_pull_dataDaniel Borkmann
2018-08-27bpf: fix build error with clangStefan Agner
2018-08-17bpf: fix redirect to map under tail callsDaniel Borkmann
2018-08-14net: filter: mark expected switch fall-throughGustavo A. R. Silva
2018-08-13bpf: Introduce bpf_skb_ancestor_cgroup_id helperAndrey Ignatov
2018-08-11bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selectionMartin KaFai Lau
2018-08-11bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau
2018-08-10bpf: Make redirect_info accessible from modulesToshiaki Makita
2018-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-08-03bpf: introduce the bpf_get_local_storage() helper functionRoman Gushchin
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-31bpf: Support bpf_get_socket_cookie in more prog typesAndrey Ignatov
2018-07-31bpf: add End.DT6 action to bpf_lwt_seg6_action helperMathieu Xhonneux
2018-07-28bpf: fix bpf_skb_load_bytes_relative pkt length checkDaniel Borkmann
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-11bpf: fix availability probing for seg6 helpersMathieu Xhonneux
2018-07-10bpf: fix ldx in ld_abs rewrite for large offsetsDaniel Borkmann
2018-07-07xdp: XDP_REDIRECT should check IFF_UP and MTUToshiaki Makita
2018-07-07bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skbJohn Fastabend
2018-07-07bpf: fix sk_skb programs without skb->dev assignedJohn Fastabend
2018-07-05net: core: filter: mark expected switch fall-throughGustavo A. R. Silva
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-06-29net: check tunnel option type in tunnel flagsPieter Jansen van Vuuren
2018-06-29bpf: Change bpf_fib_lookup to return lookup statusDavid Ahern
2018-06-15xdp: Fix handling of devmap in generic XDPToshiaki Makita
2018-06-03bpf: flowlabel in bpf_fib_lookup should be flowinfoDavid Ahern
2018-06-03bpf/xdp: non-map redirect can avoid calling ndo_xdp_flushJesper Dangaard Brouer
2018-06-03xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer
2018-06-03bpf: make sure to clear unused fields in tunnel/xfrm state fetchDaniel Borkmann