summaryrefslogtreecommitdiffstats
path: root/net/core/filter.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-081-0/+2
|\ \ \ | |/ / |/| / | |/
| * bpf: sock recvbuff must be limited by rmem_max in bpf_setsockopt()Yafang Shao2019-01-231-0/+2
* | bpf: introduce bpf_spin_lockAlexei Starovoitov2019-02-011-3/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-01-281-0/+22
|\ \ | |/ |/|
| * bpf: add BPF_PROG_TEST_RUN support for flow dissectorStanislav Fomichev2019-01-291-0/+1
| * bpf: allow BPF programs access skb_shared_info->gso_segs fieldEric Dumazet2019-01-241-0/+21
* | bpf: in __bpf_redirect_no_mac pull mac only if presentWillem de Bruijn2019-01-201-10/+11
* | bpf: fix SO_MAX_PACING_RATE to support TCP internal pacingYuchung Cheng2019-01-181-0/+4
* | bpf: bpf_setsockopt: reset sock dst on SO_MARK changesPeter Oskolkov2019-01-181-1/+4
* | bpf: Correctly annotate implicit fall through in bpf_base_func_protoMathieu Malaterre2019-01-171-1/+1
|/
* bpf: correctly set initial window on active Fast Open senderYuchung Cheng2019-01-091-1/+1
* bpf: skmsg, replace comments with BUILD bugJohn Fastabend2018-12-201-0/+3
* bpf: sk_msg, improve offset chk in _is_valid_accessJohn Fastabend2018-12-201-7/+14
* bpf: sockmap, metadata support for reporting size of msgJohn Fastabend2018-12-191-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-101-0/+16
|\
| * bpf: allow BPF read access to qdisc pkt_lenPetar Penkov2018-12-031-0/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-091-13/+14
|\ \ | |/ |/|
| * bpf: Support sk lookup in netns with id 0Joe Stringer2018-11-301-5/+6
| * bpf: fix pointer offsets in context for 32 bitDaniel Borkmann2018-11-301-8/+8
| * bpf: Fix IPv6 dport byte order in bpf_sk_lookup_udpAndrey Ignatov2018-11-091-3/+2
* | bpf: helper to pop data from messagesJohn Fastabend2018-11-281-0/+171
* | bpf: Avoid unnecessary instruction in convert_bpf_ld_abs()David Miller2018-11-261-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-261-22/+184
|\ \
| * | bpf: add skb->tstamp r/w access from tc clsact and cg skb progsVlad Dumitrescu2018-11-221-0/+29
| * | bpf: Support socket lookup in CGROUP_SOCK_ADDR progsAndrey Ignatov2018-11-161-0/+45
| * | bpf: Fix IPv6 dport byte order in bpf_sk_lookup_udpAndrey Ignatov2018-11-161-3/+2
| * | bpf: Extend the sk_lookup() helper to XDP hookpoint.Nitin Hande2018-11-091-19/+86
| * | bpf: add perf event notificaton support for sock_opsSowmini Varadhan2018-11-091-0/+22
| |/
* | net: remove VLAN_TAG_PRESENTMichał Mirosław2018-11-161-6/+0
* | net/bpf: split VLAN_PRESENT bit handling from VLAN_TCIMichał Mirosław2018-11-161-19/+21
|/
* bpf: fix wrong helper enablement in cgroup local storageDaniel Borkmann2018-10-261-4/+0
* bpf: make direct packet write unclone more robustDaniel Borkmann2018-10-251-0/+11
* bpf: disallow direct packet access for unpriv in cg_skbDaniel Borkmann2018-10-251-0/+6
* bpf: sk_msg program helper bpf_msg_push_dataJohn Fastabend2018-10-201-0/+134
* bpf: add cg_skb_is_valid_access for BPF_PROG_TYPE_CGROUP_SKBSong Liu2018-10-191-1/+35
* bpf: add queue and stack mapsMauricio Vasquez B2018-10-191-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-151-200/+90
|\
| * bpf: Fix IPv6 dport byte-order in bpf_sk_lookupJoe Stringer2018-10-151-2/+3
| * bpf: Allow sk_lookup with IPv6 moduleJoe Stringer2018-10-151-5/+7
| * bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann2018-10-151-193/+77
| * bpf: Fix dev pointer dereference from sk_skbJoe Stringer2018-10-131-1/+4
* | net: extend sk_pacing_rate to unsigned longEric Dumazet2018-10-151-2/+2
|/
* bpf: fix building without CONFIG_INETArnd Bergmann2018-10-091-2/+8
* net: core: Fix build with CONFIG_IPV6=mJoe Stringer2018-10-041-1/+1
* bpf: Add helper to retrieve socket in BPFJoe Stringer2018-10-031-0/+151
* bpf: Add PTR_TO_SOCKET verifier typeJoe Stringer2018-10-031-12/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-09-251-30/+109
|\
| * flow_dissector: implements flow dissector BPF hookPetar Penkov2018-09-141-0/+70
| * net/core/filter: fix unused-variable warningAnders Roxell2018-09-111-2/+3
| * xdp: split code for map vs non-map redirectJesper Dangaard Brouer2018-09-061-22/+30
OpenPOWER on IntegriCloud