summaryrefslogtreecommitdiff
path: root/net/core/filter.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-01bpf: add TCP_SAVE_SYN/TCP_SAVED_SYN options for bpf_(set|get)sockoptNikita V. Shirokov1-4/+21
2018-08-18bpf: fix redirect to map under tail callsDaniel Borkmann1-38/+30
2018-08-14net: filter: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-08-13bpf: Introduce bpf_skb_ancestor_cgroup_id helperAndrey Ignatov1-0/+28
2018-08-11bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selectionMartin KaFai Lau1-35/+52
2018-08-11bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau1-1/+268
2018-08-10bpf: Make redirect_info accessible from modulesToshiaki Makita1-18/+11
2018-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-30/+109
2018-08-03bpf: introduce the bpf_get_local_storage() helper functionRoman Gushchin1-1/+22
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+7
2018-07-31bpf: Support bpf_get_socket_cookie in more prog typesAndrey Ignatov1-0/+28
2018-07-31bpf: add End.DT6 action to bpf_lwt_seg6_action helperMathieu Xhonneux1-29/+59
2018-07-28bpf: fix bpf_skb_load_bytes_relative pkt length checkDaniel Borkmann1-5/+7
2018-07-21Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-28/+121
2018-07-11bpf: fix availability probing for seg6 helpersMathieu Xhonneux1-15/+8
2018-07-10bpf: fix ldx in ld_abs rewrite for large offsetsDaniel Borkmann1-3/+13
2018-07-08xdp: XDP_REDIRECT should check IFF_UP and MTUToshiaki Makita1-2/+7
2018-07-08bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skbJohn Fastabend1-7/+91
2018-07-08bpf: fix sk_skb programs without skb->dev assignedJohn Fastabend1-1/+2
2018-07-05net: core: filter: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-32/+54
2018-06-29net: check tunnel option type in tunnel flagsPieter Jansen van Vuuren1-1/+1
2018-06-29bpf: Change bpf_fib_lookup to return lookup statusDavid Ahern1-32/+54
2018-06-16xdp: Fix handling of devmap in generic XDPToshiaki Makita1-17/+4
2018-06-04bpf: flowlabel in bpf_fib_lookup should be flowinfoDavid Ahern1-1/+1
2018-06-03bpf/xdp: non-map redirect can avoid calling ndo_xdp_flushJesper Dangaard Brouer1-2/+1
2018-06-03xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer1-1/+1
2018-06-03bpf: make sure to clear unused fields in tunnel/xfrm state fetchDaniel Borkmann1-0/+6
2018-06-03bpf: add bpf_skb_cgroup_id helperDaniel Borkmann1-2/+27
2018-05-31bpf: Change bpf_fib_lookup to return -EAFNOSUPPORT for unsupported address fa...David Ahern1-2/+2
2018-05-29bpf: Verify flags in bpf_fib_lookupDavid Ahern1-0/+6
2018-05-29bpf: hide the unused 'off' variableYueHaibing1-0/+2
2018-05-28bpf: Hooks for sys_sendmsgAndrey Ignatov1-0/+39
2018-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-81/+491
2018-05-25xdp: change ndo_xdp_xmit API to support bulkingJesper Dangaard Brouer1-4/+4
2018-05-25xdp: add tracepoint for devmap like cpumap haveJesper Dangaard Brouer1-1/+1
2018-05-25bpf: devmap introduce dev_map_enqueueJesper Dangaard Brouer1-13/+2
2018-05-24ipv6: sr: Add seg6local action End.BPFMathieu Xhonneux1-0/+25
2018-05-24bpf: Split lwt inout verifier structuresMathieu Xhonneux1-31/+52
2018-05-24bpf: Add IPv6 Segment Routing helpersMathieu Xhonneux1-23/+262
2018-05-22bpf: Add mtu checking to FIB forwarding helperDavid Ahern1-7/+35
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+9
2018-05-18bpf: allow sk_msg programs to read sock fieldsJohn Fastabend1-3/+111
2018-05-18bpf: fix truncated jump targets on heavy expansionsDaniel Borkmann1-2/+9
2018-05-15bpf: sockmap, add hash map supportJohn Fastabend1-0/+58
2018-05-15bpf: sockmap, refactor sockmap routines to work with hashmapJohn Fastabend1-23/+8
2018-05-11bpf: Provide helper to do forwarding lookups in kernel FIB tableDavid Ahern1-0/+267
2018-05-09bpf: xdp: allow offloads to store into rx_queue_indexJakub Kicinski1-1/+8
2018-05-04bpf: add skb_load_bytes_relative helperDaniel Borkmann1-0/+45
2018-05-04bpf: implement ld_abs/ld_ind in native bpfDaniel Borkmann1-11/+225