aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/flow_dissector.c
AgeCommit message (Expand)Author
2019-12-21net: dsa: fix flow dissection on Tx pathAlexander Lobakin
2019-11-10net/flow_dissector: switch to siphashEric Dumazet
2018-11-23flow_dissector: do not dissect l4 ports for fragments배석진
2018-08-07flow_dissector: allow dissection of tunnel options from metadataSimon Horman
2018-07-19flow_dissector: Dissect tos and ttl from the tunnel infoOr Gerlitz
2018-07-07net/flow_dissector: Add support for QinQ dissectionJianbo Liu
2018-07-07net/flow_dissector: Save vlan ethertype from headersJianbo Liu
2018-06-04ipv6: omit traffic class when calculating flow hashMichal Kubecek
2018-06-04Revert "ipv6: omit traffic class when calculating flow hash"David S. Miller
2018-06-04ipv6: omit traffic class when calculating flow hashMichal Kubecek
2018-05-08flow_dissector: do not rely on implicit castsPaolo Abeni
2018-05-08net: core: rework basic flow dissection helperPaolo Abeni
2018-03-04net: Remove unused get_hash_from_flow functionsDavid Ahern
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-18flow_dissector: properly cap thoff fieldEric Dumazet
2017-12-21flow_dissector: Parse batman-adv unicast headersSven Eckelmann
2017-12-05flow_dissector: dissect tunnel info outside __skb_flow_dissect()Simon Horman
2017-11-11tipc: improve link resiliency when rps is activatedJon Maloy
2017-10-02flow_dissector: dissect tunnel infoSimon Horman
2017-09-05flow_dissector: Add limit for number of headers to dissectTom Herbert
2017-09-05flow_dissector: Cleanup control flowTom Herbert
2017-08-15dsa: fix flow disector null pointerCraig Gallek
2017-08-10net: core: fix compile error inside flow_dissector due to new dsa callbackJohn Crispin
2017-08-09net-next: dsa: fix flow dissectionJohn Crispin
2017-08-02flow_dissector: remove unused functionsWANG Cong
2017-06-04net/flow_dissector: add support for dissection of misc ip header fieldsOr Gerlitz
2017-05-24net: flow_dissector: add support for dissection of tcp flagsJiri Pirko
2017-04-24flow_dissector: add mpls support (v2)Benjamin LaHaise
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-03flow dissector: correct size of storage for ARPSimon Horman
2017-03-08flow_dissector: Move GRE dissection into a separate functionJiri Pirko
2017-03-08flow_dissector: rename "proto again" goto labelJiri Pirko
2017-03-08flow_dissector: Fix GRE header error pathJiri Pirko
2017-03-08flow_dissector: Move MPLS dissection into a separate functionJiri Pirko
2017-03-08flow_dissector: Move ARP dissection into a separate functionJiri Pirko
2017-01-16flow dissector: check if arp_eth is null rather than arpColin Ian King
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-11flow disector: ARP supportSimon Horman
2017-01-10net: skb_flow_get_be16() can be staticEric Dumazet
2017-01-02flow_dissector: Update pptp handling to avoid null pointer deref.Ian Kumlien
2016-12-08flow dissector: ICMP supportSimon Horman
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-22flow_dissect: call init_default_flow_dissectors() earlierEric Dumazet
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-12net: __skb_flow_dissect() must cap its return valueEric Dumazet
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-29flow_dissector: __skb_get_hash_symmetric arg can be constFlorian Westphal
2016-10-27flow_dissector: fix vlan tag handlingArnd Bergmann
2016-10-19flow_dissector: Check skb for VLAN only if skb specified.Eric Garver
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller