summaryrefslogtreecommitdiff
path: root/net/core/filter.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-13bpf: Add bpf_xdp_output() helperEelco Chaudron1-1/+15
2020-03-04bpf: Add gso_size to __sk_buffWillem de Bruijn1-14/+30
2020-02-24net: Remove unneeded export of a couple of xdp generic functionsDavid Ahern1-1/+0
2020-02-22net: Generate reuseport group ID on group creationJakub Sitnicki1-11/+1
2020-02-22bpf: Allow selecting reuseport socket from a SOCKMAP/SOCKHASHJakub Sitnicki1-5/+10
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada1-1/+1
2020-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-73/+23
2020-01-23bpf: Add BPF_FUNC_jiffies64Martin KaFai Lau1-0/+2
2020-01-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-10/+10
2020-01-17xdp: Use bulking for non-map XDP_REDIRECT and consolidate code pathsToke Høiland-Jørgensen1-71/+19
2020-01-16bpf: Sockmap/tls, msg_push_data may leave end mark in placeJohn Fastabend1-0/+1
2020-01-16bpf: Sockmap, skmsg helper overestimates push, pull, and pop boundsJohn Fastabend1-5/+5
2020-01-14bpf: Return -EBADRQC for invalid map type in __bpf_tx_xdp_mapLi RongQing1-1/+1
2020-01-10net: bpf: Don't leak time wait and request socketsLorenz Bauer1-5/+4
2020-01-10sock: Make sk_protocol a 16-bit valueMat Martineau1-38/+22
2020-01-09bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau1-1/+1
2019-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-52/+19
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+1
2019-12-20xdp: Simplify __bpf_tx_xdp_map()Björn Töpel1-26/+7
2019-12-20xdp: Remove map_to_flush and map swap detectionBjörn Töpel1-24/+3
2019-12-20xdp: Make cpumap flush_list common for all map instancesBjörn Töpel1-1/+1
2019-12-20xdp: Make devmap flush_list common for all map instancesBjörn Töpel1-1/+1
2019-12-20xsk: Make xskmap flush_list common for all map instancesBjörn Töpel1-5/+4
2019-12-14bpf: Clear skb->tstamp in bpf_redirect when necessaryLorenz Bauer1-0/+1
2019-12-14bpf, xdp: Start using the BPF dispatcher for XDPBjörn Töpel1-0/+8
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-70/+70
2019-11-29net: skmsg: fix TLS 1.3 crash with full sk_msgJakub Kicinski1-4/+4
2019-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-13/+16
2019-11-26Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-2/+2
2019-11-16bpf: Annotate context typesAlexei Starovoitov1-10/+0
2019-11-16bpf: Fix race in btf_resolve_helper_id()Alexei Starovoitov1-1/+1
2019-11-12cgroup: use cgrp->kn->id as the cgroup IDTejun Heo1-2/+2
2019-11-12kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo1-2/+2
2019-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+14
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+5
2019-10-17bpf: Check types of arguments passed into helpersAlexei Starovoitov1-1/+14
2019-10-13tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet1-1/+2
2019-10-13tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet1-1/+2
2019-10-10net: annotate sk->sk_rcvlowat lockless readsEric Dumazet1-1/+1
2019-10-07net: sockmap: use bitmap for copy infoJakub Kicinski1-2/+2
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2019-08-31bpf: fix error check in bpf_tcp_gen_syncookiePetar Penkov1-1/+1
2019-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+4
2019-08-24bpf: allow narrow loads of some sk_reuseport_md fields with offset > 0Ilya Leoshkevich1-4/+4
2019-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-2/+86
2019-07-31bpf: add bpf_tcp_gen_syncookie helperPetar Penkov1-0/+73
2019-07-29xdp: Add devmap_hash map type for looking up devices by hashed indexToke Høiland-Jørgensen1-2/+7
2019-07-26bpf: Allow bpf_skb_event_output for a few prog typesAllan Zhang1-0/+6
2019-07-24bpf: fix access to skb_shared_info->gso_segsEric Dumazet1-3/+3
2019-07-19tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet1-1/+1