aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/filter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-20bpf: skmsg, replace comments with BUILD bugJohn Fastabend1-0/+3
2018-12-20bpf: sk_msg, improve offset chk in _is_valid_accessJohn Fastabend1-7/+14
2018-12-19bpf: sockmap, metadata support for reporting size of msgJohn Fastabend1-0/+6
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+16
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+14
2018-12-03bpf: allow BPF read access to qdisc pkt_lenPetar Penkov1-0/+16
2018-11-30bpf: Support sk lookup in netns with id 0Joe Stringer1-5/+6
2018-11-30bpf: fix pointer offsets in context for 32 bitDaniel Borkmann1-8/+8
2018-11-28bpf: helper to pop data from messagesJohn Fastabend1-0/+171
2018-11-26bpf: Avoid unnecessary instruction in convert_bpf_ld_abs()David Miller1-1/+2
2018-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-22/+184
2018-11-22bpf: add skb->tstamp r/w access from tc clsact and cg skb progsVlad Dumitrescu1-0/+29
2018-11-16net: remove VLAN_TAG_PRESENTMichał Mirosław1-6/+0
2018-11-16net/bpf: split VLAN_PRESENT bit handling from VLAN_TCIMichał Mirosław1-19/+21
2018-11-16bpf: Support socket lookup in CGROUP_SOCK_ADDR progsAndrey Ignatov1-0/+45
2018-11-16bpf: Fix IPv6 dport byte order in bpf_sk_lookup_udpAndrey Ignatov1-3/+2
2018-11-09bpf: Extend the sk_lookup() helper to XDP hookpoint.Nitin Hande1-19/+86
2018-11-09bpf: add perf event notificaton support for sock_opsSowmini Varadhan1-0/+22
2018-11-09bpf: Fix IPv6 dport byte order in bpf_sk_lookup_udpAndrey Ignatov1-3/+2
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