aboutsummaryrefslogtreecommitdiff
path: root/net/core/flow_dissector.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-05flow_dissector: Add limit for number of headers to dissectGravatar Tom Herbert 1-3/+22
2017-09-05flow_dissector: Cleanup control flowGravatar Tom Herbert 1-78/+145
2017-08-15dsa: fix flow disector null pointerGravatar Craig Gallek 1-1/+1
2017-08-10net: core: fix compile error inside flow_dissector due to new dsa callbackGravatar John Crispin 1-0/+2
2017-08-09net-next: dsa: fix flow dissectionGravatar John Crispin 1-0/+12
2017-08-02flow_dissector: remove unused functionsGravatar WANG Cong 1-45/+0
2017-06-04net/flow_dissector: add support for dissection of misc ip header fieldsGravatar Or Gerlitz 1-0/+40
2017-05-24net: flow_dissector: add support for dissection of tcp flagsGravatar Jiri Pirko 1-0/+29
2017-04-24flow_dissector: add mpls support (v2)Gravatar Benjamin LaHaise 1-3/+22
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2017-04-03flow dissector: correct size of storage for ARPGravatar Simon Horman 1-1/+1
2017-03-08flow_dissector: Move GRE dissection into a separate functionGravatar Jiri Pirko 1-110/+134
2017-03-08flow_dissector: rename "proto again" goto labelGravatar Jiri Pirko 1-4/+4
2017-03-08flow_dissector: Fix GRE header error pathGravatar Jiri Pirko 1-3/+3
2017-03-08flow_dissector: Move MPLS dissection into a separate functionGravatar Jiri Pirko 1-22/+34
2017-03-08flow_dissector: Move ARP dissection into a separate functionGravatar Jiri Pirko 1-53/+67
2017-01-16flow dissector: check if arp_eth is null rather than arpGravatar Colin Ian King 1-2/+2
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+2
2017-01-11flow disector: ARP supportGravatar Simon Horman 1-0/+57
2017-01-10net: skb_flow_get_be16() can be staticGravatar Eric Dumazet 1-2/+2
2017-01-02flow_dissector: Update pptp handling to avoid null pointer deref.Gravatar Ian Kumlien 1-2/+3
2016-12-08flow dissector: ICMP supportGravatar Simon Horman 1-0/+31
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2016-11-22flow_dissect: call init_default_flow_dissectors() earlierGravatar Eric Dumazet 1-1/+1
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+8
2016-11-12net: __skb_flow_dissect() must cap its return valueGravatar Eric Dumazet 1-3/+8
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-7/+5
2016-10-29flow_dissector: __skb_get_hash_symmetric arg can be constGravatar Florian Westphal 1-1/+1
2016-10-27flow_dissector: fix vlan tag handlingGravatar Arnd Bergmann 1-5/+5
2016-10-19flow_dissector: Check skb for VLAN only if skb specified.Gravatar Eric Garver 1-4/+2
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+4
2016-09-01rps: flow_dissector: Fix uninitialized flow_keys used in __skb_get_hash possiblyGravatar Gao Feng 1-2/+4
2016-08-18flow_dissector: Get vlan priority in addition to vlan idGravatar Hadar Hen Zion 1-9/+16
2016-08-18flow_dissector: For stripped vlan, get vlan info from skb->vlan_tciGravatar Hadar Hen Zion 1-8/+26
2016-08-10rps: Inspect PPTP encapsulated by GRE to get flow hashGravatar Gao Feng 1-34/+79
2016-07-01packet: Use symmetric hash for PACKET_FANOUT_HASH.Gravatar David S. Miller 1-0/+43
2016-03-10net/flow_dissector: Make dissector_uses_key() and skb_flow_dissector_target()...Gravatar Amir Vadai 1-13/+0
2016-02-24flow_dissector: Use same pointer for IPv4 and IPv6 addressesGravatar Alexander Duyck 1-6/+5
2016-02-24flow_dissector: Correctly handle parsing FCoEGravatar Alexander Duyck 1-2/+5
2016-02-24flow_dissector: Fix fragment handling for header length computationGravatar Alexander Duyck 1-3/+7
2016-02-24flow_dissector: Check for IP fragmentation even if not using IPv4 addressGravatar Alexander Duyck 1-8/+9
2016-02-16net: Copy inner L3 and L4 headers as unaligned on GRE TEBGravatar Alexander Duyck 1-0/+7
2016-02-09flow_dissector: Fix unaligned access in __skb_flow_dissector when used by eth...Gravatar Alexander Duyck 1-3/+6
2015-09-01flow_dissector: Use 'const' where possible.Gravatar David S. Miller 1-38/+41
2015-09-01flow: Move __get_hash_from_flowi{4,6} into flow_dissector.cGravatar David S. Miller 1-0/+35
2015-09-01flow_dissector: Don't use bit fields.Gravatar David S. Miller 1-7/+7
2015-09-01flow_dissector: Ignore flow dissector return value from ___skb_get_hashGravatar Tom Herbert 1-9/+3
2015-09-01flow_dissector: Add control/reporting of encapsulationGravatar Tom Herbert 1-0/+15
2015-09-01flow_dissector: Add flag to stop parsing when an IPv6 flow label is seenGravatar Tom Herbert 1-1/+4
2015-09-01flow_dissector: Add flag to stop parsing at L3Gravatar Tom Herbert 1-0/+6