summaryrefslogtreecommitdiffstats
path: root/net/core/filter.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: fix return in bpf_skb_adjust_netKefeng Wang2017-07-131-1/+1
* bpf: add missing break in for the TCP_BPF_SNDCWND_CLAMP caseColin Ian King2017-07-051-0/+1
* bpf: simplify narrower ctx accessDaniel Borkmann2017-07-031-130/+109
* bpf: add bpf_skb_adjust_room helperDaniel Borkmann2017-07-031-5/+121
* bpf, net: add skb_mac_header_len helperDaniel Borkmann2017-07-031-2/+2
* bpf: fix to bpf_setsockopsLawrence Brakmo2017-07-021-2/+1
* bpf: Adds support for setting sndcwnd clampLawrence Brakmo2017-07-011-0/+7
* bpf: Adds support for setting initial cwndLawrence Brakmo2017-07-011-1/+17
* bpf: Add support for changing congestion controlLawrence Brakmo2017-07-011-1/+17
* bpf: Add setsockopt helper function to bpfLawrence Brakmo2017-07-011-1/+78
* bpf: BPF support for sock_opsLawrence Brakmo2017-07-011-0/+168
* net: store port/representator id in metadata_dstJakub Kicinski2017-06-251-0/+1
* bpf: possibly avoid extra masking for narrower load in verifierYonghong Song2017-06-231-39/+53
* bpf: permits narrower load from bpf program context fieldsYonghong Song2017-06-141-14/+42
* bpf: add bpf_set_hash helper for tc progsDaniel Borkmann2017-06-101-0/+20
* bpf: remove cg_skb_func_proto and use sk_filter_func_proto directlyDaniel Borkmann2017-06-101-7/+1
* bpf: track stack depth of classic bpf programsAlexei Starovoitov2017-05-311-14/+22
* bpf: add bpf_clone_redirect to bpf_helper_changes_pkt_dataDaniel Borkmann2017-05-251-0/+1
* bpf: restore skb->sk before pskb_trim() callEric Dumazet2017-04-301-1/+1
* bpf: add napi_id read access to __sk_buffDaniel Borkmann2017-04-211-0/+14
* bpf: remove reference to sock_filter_ext from kerneldoc commentTobias Klauser2017-04-201-1/+2
* Add uid and cookie bpf helper to cg_skb_func_protoChenbo Feng2017-04-171-6/+1
* bpf: pass sk to helper functionsWillem de Bruijn2017-04-111-1/+6
* bpf: remove struct bpf_prog_type_listJohannes Berg2017-04-111-68/+7
* bpf: introduce BPF_PROG_TEST_RUN commandAlexei Starovoitov2017-04-011-0/+5
* Add a eBPF helper function to retrieve socket uidChenbo Feng2017-03-231-0/+22
* Add a helper function to get socket cookie in eBPFChenbo Feng2017-03-231-0/+17
* net: convert sk_filter.refcnt from atomic_t to refcount_tReshetova, Elena2017-03-221-5/+12
* 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
|\
OpenPOWER on IntegriCloud