aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/filter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-26bpf: fix wrong helper enablement in cgroup local storageDaniel Borkmann1-4/+0
2018-10-25bpf: make direct packet write unclone more robustDaniel Borkmann1-0/+11
2018-10-25bpf: disallow direct packet access for unpriv in cg_skbDaniel Borkmann1-0/+6
2018-10-20bpf: sk_msg program helper bpf_msg_push_dataJohn Fastabend1-0/+134
2018-10-19bpf: add cg_skb_is_valid_access for BPF_PROG_TYPE_CGROUP_SKBSong Liu1-1/+35
2018-10-19bpf: add queue and stack mapsMauricio Vasquez B1-0/+6
2018-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-200/+90
2018-10-15net: extend sk_pacing_rate to unsigned longEric Dumazet1-2/+2
2018-10-15bpf: Fix IPv6 dport byte-order in bpf_sk_lookupJoe Stringer1-2/+3
2018-10-15bpf: Allow sk_lookup with IPv6 moduleJoe Stringer1-5/+7
2018-10-15bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann1-193/+77
2018-10-13bpf: Fix dev pointer dereference from sk_skbJoe Stringer1-1/+4
2018-10-09bpf: fix building without CONFIG_INETArnd Bergmann1-2/+8
2018-10-04net: core: Fix build with CONFIG_IPV6=mJoe Stringer1-1/+1
2018-10-03bpf: Add helper to retrieve socket in BPFJoe Stringer1-0/+151
2018-10-03bpf: Add PTR_TO_SOCKET verifier typeJoe Stringer1-12/+18
2018-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-30/+109
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-09-14flow_dissector: implements flow dissector BPF hookPetar Penkov1-0/+70
2018-09-12bpf: use __GFP_COMP while allocating pageTushar Dave1-1/+2
2018-09-11net/core/filter: fix unused-variable warningAnders Roxell1-2/+3
2018-09-06xdp: split code for map vs non-map redirectJesper Dangaard Brouer1-22/+30
2018-09-06xdp: explicit inline __xdp_map_lookup_elemJesper Dangaard Brouer1-3/+3
2018-09-06xdp: unlikely instrumentation for xdp map redirectJesper Dangaard Brouer1-3/+3
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-27/+32
2018-09-02bpf: Fix bpf_msg_pull_data()Tushar Dave1-4/+3
2018-09-01bpf: add TCP_SAVE_SYN/TCP_SAVED_SYN options for bpf_(set|get)sockoptNikita V. Shirokov1-4/+21
2018-08-29bpf: fix sg shift repair start offset in bpf_msg_pull_dataDaniel Borkmann1-13/+13
2018-08-29bpf: fix shift upon scatterlist ring wrap-around in bpf_msg_pull_dataDaniel Borkmann1-1/+4
2018-08-29bpf: fix msg->data/data_end after sg shift repair in bpf_msg_pull_dataDaniel Borkmann1-3/+2
2018-08-28bpf: fix several offset tests in bpf_msg_pull_dataDaniel Borkmann1-5/+9
2018-08-27bpf: fix build error with clangStefan Agner1-1/+1
2018-08-17bpf: 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-20Merge 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-07xdp: XDP_REDIRECT should check IFF_UP and MTUToshiaki Makita1-2/+7
2018-07-07bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skbJohn Fastabend1-7/+91
2018-07-07bpf: fix sk_skb programs without skb->dev assignedJohn Fastabend1-1/+2