summaryrefslogtreecommitdiffstats
path: root/net/core/filter.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Fix bpf_xdp_event_outputMartin KaFai Lau2017-02-231-2/+2
* bpf: mark all registered map/prog types as __ro_after_initDaniel Borkmann2017-02-171-9/+9
* net: add LINUX_MIB_PFMEMALLOCDROP counterEric Dumazet2017-02-021-2/+3
* bpf: allow option for setting bpf_l4_csum_replace from scratchDaniel Borkmann2017-01-241-3/+4
* bpf: enable load bytes helper for filter/reuseport progsDaniel Borkmann2017-01-241-15/+26
* bpf: simplify __is_valid_access test on cbDaniel Borkmann2017-01-241-13/+2
* bpf: allow b/h/w/dw access for bpf's cb in ctxDaniel Borkmann2017-01-121-8/+33
* bpf: pass original insn directly to convert_ctx_accessDaniel Borkmann2017-01-121-65/+74
* bpf: rename ARG_PTR_TO_STACKAlexei Starovoitov2017-01-091-20/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-271-6/+0
|\
| * net: xdp: remove unused bfp_warn_invalid_xdp_buffer()Jason Wang2016-12-271-6/+0
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
|/
* net: xdp: add invalid buffer warningJohn Fastabend2016-12-171-0/+6
* bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau2016-12-081-2/+26
* bpf: remove type arg from __is_valid_{,xdp_}accessDaniel Borkmann2016-12-051-9/+6
* bpf: Add support for reading socket family, type, protocolDavid Ahern2016-12-021-0/+21
* bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern2016-12-021-0/+62
* bpf: BPF for lightweight tunnel infrastructureThomas Graf2016-12-021-0/+173
* bpf: reuse dev_is_mac_header_xmit for redirectDaniel Borkmann2016-11-271-10/+4
* net: filter: run cgroup eBPF ingress programsDaniel Mack2016-11-251-0/+4
* bpf: add new prog type for cgroup socket filteringDaniel Mack2016-11-251-0/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-8/+60
|\
| * bpf: Fix bpf_redirect to an ipip/ip6tnl devMartin KaFai Lau2016-11-121-8/+60
* | bpf: add helper for retrieving current numa node idDaniel Borkmann2016-10-221-0/+2
|/
* bpf: add helper to invalidate hashDaniel Borkmann2016-09-231-0/+18
* bpf: use bpf_get_smp_processor_id_proto instead of raw oneDaniel Borkmann2016-09-231-0/+2
* bpf: use skb_to_full_sk helper in bpf_skb_under_cgroupDaniel Borkmann2016-09-231-1/+1
* bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann2016-09-201-17/+117
* bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann2016-09-091-81/+48
* bpf: add own ctx rewriter on ifindex for clsact progsDaniel Borkmann2016-09-091-6/+31
* bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macrosDaniel Borkmann2016-09-091-8/+7
* bpf: minor cleanups in helpersDaniel Borkmann2016-09-091-4/+3
* bpf: get rid of cgroup helper related ifdefsDaniel Borkmann2016-08-181-5/+1
* bpf: enable event output helper also for xdp typesDaniel Borkmann2016-08-181-1/+41
* bpf: add bpf_skb_change_tail helperDaniel Borkmann2016-08-181-3/+97
* bpf: use skb_pkt_type_ok helper in bpf_skb_change_typeDaniel Borkmann2016-08-181-2/+2
* bpf: fix write helpers with regards to non-linear partsDaniel Borkmann2016-08-131-52/+18
* bpf: fix bpf_skb_in_cgroup helper namingDaniel Borkmann2016-08-121-5/+5
* bpf: fix checksum for vlan push/pop helperDaniel Borkmann2016-08-081-0/+12
* bpf: fix checksum fixups on bpf_skb_store_bytesDaniel Borkmann2016-08-081-2/+2
* bpf: also call skb_postpush_rcsum on xmit occasionsDaniel Borkmann2016-08-081-3/+10
* bpf, events: fix offset in skb copy handlerDaniel Borkmann2016-07-251-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-241-5/+5
|\
| * rose: limit sk_filter trim to payloadWillem de Bruijn2016-07-131-5/+5
* | bpf: add XDP prog type for early driver filterBrenden Blanco2016-07-191-0/+79
* | bpf: avoid stack copy and use skb ctx for event outputDaniel Borkmann2016-07-151-1/+42
* | bpf: add bpf_get_hash_recalc helperDaniel Borkmann2016-07-041-0/+19
* | cgroup: bpf: Add bpf_skb_in_cgroup_protoMartin KaFai Lau2016-07-011-0/+38
* | bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann2016-07-011-12/+1
* | bpf: add bpf_skb_change_type helperDaniel Borkmann2016-06-301-0/+24