aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/flow_dissector.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-08-24flow_dissector: Fix potential use-after-free on BPF_PROG_DETACHJakub Sitnicki1-1/+1
2019-07-25bpf/flow_dissector: support ipv6 flow_label and BPF_FLOW_DISSECTOR_F_STOP_AT_FLOW_LABELStanislav Fomichev1-0/+9
2019-07-25bpf/flow_dissector: pass input flags to BPF flow dissector programStanislav Fomichev1-2/+10
2019-07-09net/flow_dissector: add connection tracking dissectionPaul Blakey1-0/+44
2019-06-19flow_dissector: add support for ingress ifindex dissectionJiri Pirko1-0/+16
2019-06-03flow_dissector: remove unused FLOW_DISSECTOR_F_STOP_AT_L3 flagStanislav Fomichev1-9/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-13flow_dissector: disable preemption around BPF callsEric Dumazet1-0/+2
2019-04-25bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_typeStanislav Fomichev1-0/+39
2019-04-23flow_dissector: handle no-skb use caseStanislav Fomichev1-27/+25
2019-04-23net: plumb network namespace into __skb_flow_dissectStanislav Fomichev1-10/+17
2019-04-23flow_dissector: switch kernel context to struct bpf_flow_dissectorStanislav Fomichev1-25/+20
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2019-04-03flow_dissector: fix clamping of BPF flow_keys for non-zero nhoffStanislav Fomichev1-1/+2
2019-04-03net/flow_dissector: pass flow_keys->n_proto to BPF programsStanislav Fomichev1-0/+1
2019-03-27net/core: Document __skb_flow_dissect() flags argumentBart Van Assche1-0/+2
2019-01-29net/flow_dissector: move bpf case into __skb_flow_bpf_dissectStanislav Fomichev1-38/+54
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2018-12-07net/flow_dissector: correctly cap nhoff and thoff in case of BPFStanislav Fomichev1-1/+4
2018-12-07selftests/bpf: use thoff instead of nhoff in BPF flow dissectorStanislav Fomichev1-0/+1
2018-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-11-09flow_dissector: do not dissect l4 ports for fragments배석진1-2/+2
2018-11-07net/vlan: include the shift in skb_vlan_tag_get_prio()Michał Mirosław1-2/+1
2018-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+140
2018-09-25flow_dissector: lookup netns by skb->sk if skb->dev is NULLWillem de Bruijn1-3/+9
2018-09-19net: core: Use FIELD_SIZEOF directly instead of reimplementing its functionzhong jiang1-5/+5
2018-09-14flow_dissector: implements flow dissector BPF hookPetar Penkov1-0/+134
2018-08-07flow_dissector: allow dissection of tunnel options from metadataSimon Horman1-1/+18
2018-07-19flow_dissector: Dissect tos and ttl from the tunnel infoOr Gerlitz1-1/+13
2018-07-07net/flow_dissector: Add support for QinQ dissectionJianbo Liu1-15/+17
2018-07-07net/flow_dissector: Save vlan ethertype from headersJianbo Liu1-0/+2
2018-06-04ipv6: omit traffic class when calculating flow hashMichal Kubecek1-1/+1
2018-06-04Revert "ipv6: omit traffic class when calculating flow hash"David S. Miller1-1/+1
2018-06-04ipv6: omit traffic class when calculating flow hashMichal Kubecek1-1/+1
2018-05-08flow_dissector: do not rely on implicit castsPaolo Abeni1-1/+1
2018-05-08net: core: rework basic flow dissection helperPaolo Abeni1-8/+9
2018-03-04net: Remove unused get_hash_from_flow functionsDavid Ahern1-16/+0
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2018-01-18flow_dissector: properly cap thoff fieldEric Dumazet1-2/+1
2017-12-21flow_dissector: Parse batman-adv unicast headersSven Eckelmann1-0/+57
2017-12-05flow_dissector: dissect tunnel info outside __skb_flow_dissect()Simon Horman1-7/+5
2017-11-11tipc: improve link resiliency when rps is activatedJon Maloy1-15/+15
2017-10-02flow_dissector: dissect tunnel infoSimon Horman1-0/+100
2017-09-05flow_dissector: Add limit for number of headers to dissectTom Herbert1-3/+22
2017-09-05flow_dissector: Cleanup control flowTom Herbert1-78/+145
2017-08-15dsa: fix flow disector null pointerCraig Gallek1-1/+1
2017-08-10net: core: fix compile error inside flow_dissector due to new dsa callbackJohn Crispin1-0/+2
2017-08-09net-next: dsa: fix flow dissectionJohn Crispin1-0/+12
2017-08-02flow_dissector: remove unused functionsWANG Cong1-45/+0