aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/flow_dissector.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-04net/flow_dissector: add support for dissection of misc ip header fieldsOr Gerlitz1-0/+40
2017-05-24net: flow_dissector: add support for dissection of tcp flagsJiri Pirko1-0/+29
2017-04-24flow_dissector: add mpls support (v2)Benjamin LaHaise1-3/+22
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-04-03flow dissector: correct size of storage for ARPSimon Horman1-1/+1
2017-03-08flow_dissector: Move GRE dissection into a separate functionJiri Pirko1-110/+134
2017-03-08flow_dissector: rename "proto again" goto labelJiri Pirko1-4/+4
2017-03-08flow_dissector: Fix GRE header error pathJiri Pirko1-3/+3
2017-03-08flow_dissector: Move MPLS dissection into a separate functionJiri Pirko1-22/+34
2017-03-08flow_dissector: Move ARP dissection into a separate functionJiri Pirko1-53/+67
2017-01-16flow dissector: check if arp_eth is null rather than arpColin Ian King1-2/+2
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-01-11flow disector: ARP supportSimon Horman1-0/+57
2017-01-10net: skb_flow_get_be16() can be staticEric Dumazet1-2/+2
2017-01-02flow_dissector: Update pptp handling to avoid null pointer deref.Ian Kumlien1-2/+3
2016-12-08flow dissector: ICMP supportSimon Horman1-0/+31
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-11-22flow_dissect: call init_default_flow_dissectors() earlierEric Dumazet1-1/+1
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+8
2016-11-12net: __skb_flow_dissect() must cap its return valueEric Dumazet1-3/+8
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+5
2016-10-29flow_dissector: __skb_get_hash_symmetric arg can be constFlorian Westphal1-1/+1
2016-10-27flow_dissector: fix vlan tag handlingArnd Bergmann1-5/+5
2016-10-19flow_dissector: Check skb for VLAN only if skb specified.Eric Garver1-4/+2