aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/filter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-22bpf: Add BPF_FUNC_jiffies64Martin KaFai Lau1-0/+2
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-10/+10
2020-01-16xdp: Use bulking for non-map XDP_REDIRECT and consolidate code pathsToke Høiland-Jørgensen1-71/+19
2020-01-15bpf: Sockmap/tls, msg_push_data may leave end mark in placeJohn Fastabend1-0/+1
2020-01-15bpf: 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-09sock: 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-27Merge 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-19xdp: Simplify __bpf_tx_xdp_map()Björn Töpel1-26/+7
2019-12-19xdp: Remove map_to_flush and map swap detectionBjörn Töpel1-24/+3
2019-12-19xdp: Make cpumap flush_list common for all map instancesBjörn Töpel1-1/+1
2019-12-19xdp: Make devmap flush_list common for all map instancesBjörn Töpel1-1/+1
2019-12-19xsk: Make xskmap flush_list common for all map instancesBjörn Töpel1-5/+4
2019-12-13bpf: Clear skb->tstamp in bpf_redirect when necessaryLorenz Bauer1-0/+1
2019-12-13bpf, 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-28net: skmsg: fix TLS 1.3 crash with full sk_msgJakub Kicinski1-4/+4
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-13/+16
2019-11-25Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-2/+2
2019-11-15bpf: Annotate context typesAlexei Starovoitov1-10/+0
2019-11-15bpf: 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-26Merge 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-09net: 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-27Merge 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-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-2/+86
2019-07-30bpf: 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-25bpf: Allow bpf_skb_event_output for a few prog typesAllan Zhang1-0/+6
2019-07-23bpf: fix access to skb_shared_info->gso_segsEric Dumazet1-3/+3
2019-07-18tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet1-1/+1
2019-07-15bpf: allow wide aligned loads for bpf_sock_addr user_ip6 and msg_src_ip6Stanislav Fomichev1-1/+11
2019-07-15bpf: rename bpf_ctx_wide_store_ok to bpf_ctx_wide_access_okStanislav Fomichev1-6/+6
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-07-08bpf: allow wide (u64) aligned stores for some fields of bpf_sock_addrStanislav Fomichev1-8/+14
2019-07-03bpf: add icsk_retransmits to bpf_tcp_sockStanislav Fomichev1-1/+19