summaryrefslogtreecommitdiffstats
path: root/net/core/filter.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Make redirect_info accessible from modulesToshiaki Makita2018-08-101-18/+11Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-071-30/+109
|\
| * bpf: introduce the bpf_get_local_storage() helper functionRoman Gushchin2018-08-031-1/+22
| * bpf: Support bpf_get_socket_cookie in more prog typesAndrey Ignatov2018-07-311-0/+28
| * bpf: add End.DT6 action to bpf_lwt_seg6_action helperMathieu Xhonneux2018-07-311-29/+59
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-021-5/+7
|\ \ | |/ |/|
| * bpf: fix bpf_skb_load_bytes_relative pkt length checkDaniel Borkmann2018-07-281-5/+7
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-211-28/+121
|\|
| * bpf: fix availability probing for seg6 helpersMathieu Xhonneux2018-07-111-15/+8Star
| * bpf: fix ldx in ld_abs rewrite for large offsetsDaniel Borkmann2018-07-101-3/+13
| * xdp: XDP_REDIRECT should check IFF_UP and MTUToshiaki Makita2018-07-081-2/+7
| * bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skbJohn Fastabend2018-07-081-7/+91
| * bpf: fix sk_skb programs without skb->dev assignedJohn Fastabend2018-07-081-1/+2
* | net: core: filter: mark expected switch fall-throughGustavo A. R. Silva2018-07-051-0/+1
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-031-32/+54
|\|
| * bpf: Change bpf_fib_lookup to return lookup statusDavid Ahern2018-06-291-32/+54
* | net: check tunnel option type in tunnel flagsPieter Jansen van Vuuren2018-06-291-1/+1
|/
* xdp: Fix handling of devmap in generic XDPToshiaki Makita2018-06-151-17/+4Star
* bpf: flowlabel in bpf_fib_lookup should be flowinfoDavid Ahern2018-06-041-1/+1
* bpf/xdp: non-map redirect can avoid calling ndo_xdp_flushJesper Dangaard Brouer2018-06-031-2/+1Star
* xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer2018-06-031-1/+1
* bpf: make sure to clear unused fields in tunnel/xfrm state fetchDaniel Borkmann2018-06-031-0/+6
* bpf: add bpf_skb_cgroup_id helperDaniel Borkmann2018-06-031-2/+27
* bpf: Change bpf_fib_lookup to return -EAFNOSUPPORT for unsupported address fa...David Ahern2018-05-301-2/+2
* bpf: Verify flags in bpf_fib_lookupDavid Ahern2018-05-291-0/+6
* bpf: hide the unused 'off' variableYueHaibing2018-05-291-0/+2
* bpf: Hooks for sys_sendmsgAndrey Ignatov2018-05-281-0/+39
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-251-81/+491
|\
| * xdp: change ndo_xdp_xmit API to support bulkingJesper Dangaard Brouer2018-05-251-4/+4
| * xdp: add tracepoint for devmap like cpumap haveJesper Dangaard Brouer2018-05-251-1/+1
| * bpf: devmap introduce dev_map_enqueueJesper Dangaard Brouer2018-05-251-13/+2Star
| * ipv6: sr: Add seg6local action End.BPFMathieu Xhonneux2018-05-241-0/+25
| * bpf: Split lwt inout verifier structuresMathieu Xhonneux2018-05-241-31/+52
| * bpf: Add IPv6 Segment Routing helpersMathieu Xhonneux2018-05-241-23/+262
| * bpf: Add mtu checking to FIB forwarding helperDavid Ahern2018-05-221-7/+35
| * bpf: allow sk_msg programs to read sock fieldsJohn Fastabend2018-05-181-3/+111
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-2/+9
|\ \ | |/ |/|
| * bpf: fix truncated jump targets on heavy expansionsDaniel Borkmann2018-05-181-2/+9
* | bpf: sockmap, add hash map supportJohn Fastabend2018-05-151-0/+58
* | bpf: sockmap, refactor sockmap routines to work with hashmapJohn Fastabend2018-05-151-23/+8Star
* | bpf: Provide helper to do forwarding lookups in kernel FIB tableDavid Ahern2018-05-111-0/+267
* | bpf: xdp: allow offloads to store into rx_queue_indexJakub Kicinski2018-05-091-1/+8
* | bpf: add skb_load_bytes_relative helperDaniel Borkmann2018-05-041-0/+45
* | bpf: implement ld_abs/ld_ind in native bpfDaniel Borkmann2018-05-041-11/+225
* | bpf: migrate ebpf ld_abs/ld_ind tests to test_verifierDaniel Borkmann2018-05-041-4/+2Star
* | bpf: prefix cbpf internal helpers with bpf_Daniel Borkmann2018-05-041-9/+9
* | xsk: wire up XDP_SKB side of AF_XDPBjörn Töpel2018-05-041-3/+14
* | xsk: wire up XDP_DRV side of AF_XDPBjörn Töpel2018-05-041-3/+20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-04-271-0/+48
|\ \
| * | bpf: add helper for getting xfrm statesEyal Birger2018-04-241-0/+48