summaryrefslogtreecommitdiffstats
path: root/net/core/flow_dissector.c
Commit message (Expand)AuthorAgeFilesLines
* net/flow_dissector: add connection tracking dissectionPaul Blakey2019-07-091-0/+44
* flow_dissector: add support for ingress ifindex dissectionJiri Pirko2019-06-191-0/+16
* flow_dissector: remove unused FLOW_DISSECTOR_F_STOP_AT_L3 flagStanislav Fomichev2019-06-031-9/+1Star
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* flow_dissector: disable preemption around BPF callsEric Dumazet2019-05-131-0/+2
* bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_typeStanislav Fomichev2019-04-251-0/+39
* flow_dissector: handle no-skb use caseStanislav Fomichev2019-04-231-27/+25Star
* net: plumb network namespace into __skb_flow_dissectStanislav Fomichev2019-04-231-10/+17
* flow_dissector: switch kernel context to struct bpf_flow_dissectorStanislav Fomichev2019-04-231-25/+20Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-051-1/+3
|\
| * flow_dissector: fix clamping of BPF flow_keys for non-zero nhoffStanislav Fomichev2019-04-031-1/+2
| * net/flow_dissector: pass flow_keys->n_proto to BPF programsStanislav Fomichev2019-04-031-0/+1
* | net/core: Document __skb_flow_dissect() flags argumentBart Van Assche2019-03-271-0/+2
|/
* net/flow_dissector: move bpf case into __skb_flow_bpf_dissectStanislav Fomichev2019-01-291-38/+54
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-1/+5
|\
| * net/flow_dissector: correctly cap nhoff and thoff in case of BPFStanislav Fomichev2018-12-071-1/+4
| * selftests/bpf: use thoff instead of nhoff in BPF flow dissectorStanislav Fomichev2018-12-071-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-121-2/+2
|\|
| * flow_dissector: do not dissect l4 ports for fragments배석진2018-11-101-2/+2
* | net/vlan: include the shift in skb_vlan_tag_get_prio()Michał Mirosław2018-11-081-2/+1Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-09-261-0/+140
|\
| * flow_dissector: lookup netns by skb->sk if skb->dev is NULLWillem de Bruijn2018-09-251-3/+9
| * flow_dissector: implements flow dissector BPF hookPetar Penkov2018-09-141-0/+134
* | net: core: Use FIELD_SIZEOF directly instead of reimplementing its functionzhong jiang2018-09-201-5/+5
|/
* flow_dissector: allow dissection of tunnel options from metadataSimon Horman2018-08-071-1/+18
* flow_dissector: Dissect tos and ttl from the tunnel infoOr Gerlitz2018-07-201-1/+13
* net/flow_dissector: Add support for QinQ dissectionJianbo Liu2018-07-071-15/+17
* net/flow_dissector: Save vlan ethertype from headersJianbo Liu2018-07-071-0/+2
* ipv6: omit traffic class when calculating flow hashMichal Kubecek2018-06-041-1/+1
* Revert "ipv6: omit traffic class when calculating flow hash"David S. Miller2018-06-041-1/+1
* ipv6: omit traffic class when calculating flow hashMichal Kubecek2018-06-041-1/+1
* flow_dissector: do not rely on implicit castsPaolo Abeni2018-05-081-1/+1
* net: core: rework basic flow dissection helperPaolo Abeni2018-05-081-8/+9
* net: Remove unused get_hash_from_flow functionsDavid Ahern2018-03-041-16/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-201-2/+1Star
|\
| * flow_dissector: properly cap thoff fieldEric Dumazet2018-01-181-2/+1Star
* | flow_dissector: Parse batman-adv unicast headersSven Eckelmann2017-12-211-0/+57
* | flow_dissector: dissect tunnel info outside __skb_flow_dissect()Simon Horman2017-12-051-7/+5Star
|/
* tipc: improve link resiliency when rps is activatedJon Maloy2017-11-111-15/+15
* flow_dissector: dissect tunnel infoSimon Horman2017-10-021-0/+100
* flow_dissector: Add limit for number of headers to dissectTom Herbert2017-09-051-3/+22
* flow_dissector: Cleanup control flowTom Herbert2017-09-051-78/+145
* dsa: fix flow disector null pointerCraig Gallek2017-08-161-1/+1
* net: core: fix compile error inside flow_dissector due to new dsa callbackJohn Crispin2017-08-101-0/+2
* net-next: dsa: fix flow dissectionJohn Crispin2017-08-101-0/+12
* flow_dissector: remove unused functionsWANG Cong2017-08-021-45/+0Star
* net/flow_dissector: add support for dissection of misc ip header fieldsOr Gerlitz2017-06-051-0/+40
* net: flow_dissector: add support for dissection of tcp flagsJiri Pirko2017-05-241-0/+29
* flow_dissector: add mpls support (v2)Benjamin LaHaise2017-04-241-3/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-061-1/+1
|\