summaryrefslogtreecommitdiff
path: root/net/core/filter.c
AgeCommit message (Expand)Author
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
2018-06-03bpf: add bpf_skb_cgroup_id helperDaniel Borkmann
2018-05-30bpf: Change bpf_fib_lookup to return -EAFNOSUPPORT for unsupported address fa...David Ahern
2018-05-29bpf: Verify flags in bpf_fib_lookupDavid Ahern
2018-05-29bpf: hide the unused 'off' variableYueHaibing
2018-05-28bpf: Hooks for sys_sendmsgAndrey Ignatov
2018-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-05-24xdp: change ndo_xdp_xmit API to support bulkingJesper Dangaard Brouer
2018-05-24xdp: add tracepoint for devmap like cpumap haveJesper Dangaard Brouer
2018-05-24bpf: devmap introduce dev_map_enqueueJesper Dangaard Brouer
2018-05-24ipv6: sr: Add seg6local action End.BPFMathieu Xhonneux
2018-05-24bpf: Split lwt inout verifier structuresMathieu Xhonneux
2018-05-24bpf: Add IPv6 Segment Routing helpersMathieu Xhonneux
2018-05-22bpf: Add mtu checking to FIB forwarding helperDavid Ahern
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-18bpf: allow sk_msg programs to read sock fieldsJohn Fastabend
2018-05-17bpf: fix truncated jump targets on heavy expansionsDaniel Borkmann
2018-05-15bpf: sockmap, add hash map supportJohn Fastabend
2018-05-15bpf: sockmap, refactor sockmap routines to work with hashmapJohn Fastabend
2018-05-11bpf: Provide helper to do forwarding lookups in kernel FIB tableDavid Ahern
2018-05-09bpf: xdp: allow offloads to store into rx_queue_indexJakub Kicinski
2018-05-03bpf: add skb_load_bytes_relative helperDaniel Borkmann
2018-05-03bpf: implement ld_abs/ld_ind in native bpfDaniel Borkmann
2018-05-03bpf: migrate ebpf ld_abs/ld_ind tests to test_verifierDaniel Borkmann