aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/flow_dissector.c
AgeCommit message (Expand)Author
2021-09-22flow_dissector: Fix out-of-bounds warningsGustavo A. R. Silva
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-06-11ipv6: omit traffic class when calculating flow hashMichal Kubecek
2018-01-31flow_dissector: properly cap thoff fieldEric Dumazet
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
2016-09-01rps: flow_dissector: Fix uninitialized flow_keys used in __skb_get_hash possiblyGao Feng
2016-08-18flow_dissector: Get vlan priority in addition to vlan idHadar Hen Zion
2016-08-18flow_dissector: For stripped vlan, get vlan info from skb->vlan_tciHadar Hen Zion
2016-08-10rps: Inspect PPTP encapsulated by GRE to get flow hashGao Feng
2016-07-01packet: Use symmetric hash for PACKET_FANOUT_HASH.David S. Miller
2016-03-10net/flow_dissector: Make dissector_uses_key() and skb_flow_dissector_target()...Amir Vadai
2016-02-24flow_dissector: Use same pointer for IPv4 and IPv6 addressesAlexander Duyck
2016-02-24flow_dissector: Correctly handle parsing FCoEAlexander Duyck
2016-02-24flow_dissector: Fix fragment handling for header length computationAlexander Duyck
2016-02-24flow_dissector: Check for IP fragmentation even if not using IPv4 addressAlexander Duyck
2016-02-16net: Copy inner L3 and L4 headers as unaligned on GRE TEBAlexander Duyck
2016-02-09flow_dissector: Fix unaligned access in __skb_flow_dissector when used by eth...Alexander Duyck
2015-09-01flow_dissector: Use 'const' where possible.David S. Miller