summaryrefslogtreecommitdiffstats
path: root/net/core/filter.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-70/+70
* net: skmsg: fix TLS 1.3 crash with full sk_msgJakub Kicinski2019-11-281-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-11-251-13/+16
|\
| * bpf: Annotate context typesAlexei Starovoitov2019-11-151-10/+0
| * bpf: Fix race in btf_resolve_helper_id()Alexei Starovoitov2019-11-151-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-10-261-1/+14
| |\
| | * bpf: Check types of arguments passed into helpersAlexei Starovoitov2019-10-171-1/+14
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-201-3/+5
| |\ \ | | |/ | |/|
| * | net: sockmap: use bitmap for copy infoJakub Kicinski2019-10-071-2/+2
* | | Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-11-251-2/+2
|\ \ \ | |_|/ |/| |
| * | cgroup: use cgrp->kn->id as the cgroup IDTejun Heo2019-11-121-2/+2
| * | kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo2019-11-121-2/+2
| |/
* | tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet2019-10-131-1/+2
* | tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet2019-10-131-1/+2
* | net: annotate sk->sk_rcvlowat lockless readsEric Dumazet2019-10-091-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-061-1/+1
|\
| * bpf: fix error check in bpf_tcp_gen_syncookiePetar Penkov2019-08-311-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-271-4/+4
|\ \ | |/ |/|
| * bpf: allow narrow loads of some sk_reuseport_md fields with offset > 0Ilya Leoshkevich2019-08-241-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2019-08-131-2/+86
|\ \ | |/ |/|
| * bpf: add bpf_tcp_gen_syncookie helperPetar Penkov2019-07-301-0/+73
| * xdp: Add devmap_hash map type for looking up devices by hashed indexToke Høiland-Jørgensen2019-07-291-2/+7
| * bpf: Allow bpf_skb_event_output for a few prog typesAllan Zhang2019-07-251-0/+6
* | bpf: fix access to skb_shared_info->gso_segsEric Dumazet2019-07-231-3/+3
|/
* tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet2019-07-181-1/+1
* bpf: allow wide aligned loads for bpf_sock_addr user_ip6 and msg_src_ip6Stanislav Fomichev2019-07-151-1/+11
* bpf: rename bpf_ctx_wide_store_ok to bpf_ctx_wide_access_okStanislav Fomichev2019-07-151-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-081-1/+1
|\
| * bpf: fix the check that forwarding is enabled in bpf_ipv6_fib_lookupAnton Protopopov2019-06-171-1/+1
* | bpf: allow wide (u64) aligned stores for some fields of bpf_sock_addrStanislav Fomichev2019-07-081-8/+14
* | bpf: add icsk_retransmits to bpf_tcp_sockStanislav Fomichev2019-07-031-1/+19
* | bpf: add dsack_dups/delivered{, _ce} to bpf_tcp_sockStanislav Fomichev2019-07-031-1/+10
* | bpf: split shared bpf_tcp_sock and bpf_sock_ops implementationStanislav Fomichev2019-07-031-54/+126
* | bpf_xdp_redirect_map: Perform map lookup in eBPF helperToke Høiland-Jørgensen2019-06-291-14/+18
* | devmap: Rename ifindex member in bpf_redirect_infoToke Høiland-Jørgensen2019-06-291-13/+13
* | devmap/cpumap: Use flush list instead of bitmapToke Høiland-Jørgensen2019-06-291-2/+0
* | bpf: implement getsockopt and setsockopt hooksStanislav Fomichev2019-06-271-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-201-0/+86
|\ \
| * | bpf: export bpf_sock for BPF_PROG_TYPE_SOCK_OPS prog typeStanislav Fomichev2019-06-151-0/+26
| * | bpf: export bpf_sock for BPF_PROG_TYPE_CGROUP_SOCK_ADDR prog typeStanislav Fomichev2019-06-151-0/+16
| * | bpf: Allow bpf_map_lookup_elem() on an xskmapJonathan Lemon2019-06-101-0/+40
| * | bpf: allow CGROUP_SKB programs to use bpf_skb_cgroup_id() helperRoman Gushchin2019-06-071-0/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-3/+23
|\ \ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-071-3/+23
| |\ \
| | * | bpf: fix unconnected udp hooksDaniel Borkmann2019-06-061-0/+2
| | * | bpf: Check sk_fullsock() before returning from bpf_sk_lookup()Martin KaFai Lau2019-05-211-2/+14
| | * | bpf: fix out-of-bounds read in __bpf_skc_lookupLorenz Bauer2019-05-211-1/+7
| | |/
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1
|\| |
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
| |/
* / ipv4: Use accessors for fib_info nexthop dataDavid Ahern2019-06-041-1/+2
|/