index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
flow_dissector.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-24
flow_dissector: add mpls support (v2)
Benjamin LaHaise
1
-3
/
+22
2017-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-04-04
flow dissector: correct size of storage for ARP
Simon Horman
1
-1
/
+1
2017-03-09
flow_dissector: Move GRE dissection into a separate function
Jiri Pirko
1
-110
/
+134
2017-03-09
flow_dissector: rename "proto again" goto label
Jiri Pirko
1
-4
/
+4
2017-03-09
flow_dissector: Fix GRE header error path
Jiri Pirko
1
-3
/
+3
2017-03-09
flow_dissector: Move MPLS dissection into a separate function
Jiri Pirko
1
-22
/
+34
2017-03-09
flow_dissector: Move ARP dissection into a separate function
Jiri Pirko
1
-53
/
+67
2017-01-16
flow dissector: check if arp_eth is null rather than arp
Colin Ian King
1
-2
/
+2
2017-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2017-01-11
flow disector: ARP support
Simon Horman
1
-0
/
+57
2017-01-10
net: skb_flow_get_be16() can be static
Eric Dumazet
1
-2
/
+2
2017-01-02
flow_dissector: Update pptp handling to avoid null pointer deref.
Ian Kumlien
1
-2
/
+3
2016-12-08
flow dissector: ICMP support
Simon Horman
1
-0
/
+31
2016-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2016-11-22
flow_dissect: call init_default_flow_dissectors() earlier
Eric Dumazet
1
-1
/
+1
2016-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+8
2016-11-13
net: __skb_flow_dissect() must cap its return value
Eric Dumazet
1
-3
/
+8
2016-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+5
2016-10-29
flow_dissector: __skb_get_hash_symmetric arg can be const
Florian Westphal
1
-1
/
+1
2016-10-27
flow_dissector: fix vlan tag handling
Arnd Bergmann
1
-5
/
+5
2016-10-19
flow_dissector: Check skb for VLAN only if skb specified.
Eric Garver
1
-4
/
+2
2016-09-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+4
2016-09-02
rps: flow_dissector: Fix uninitialized flow_keys used in __skb_get_hash possibly
Gao Feng
1
-2
/
+4
2016-08-19
flow_dissector: Get vlan priority in addition to vlan id
Hadar Hen Zion
1
-9
/
+16
2016-08-19
flow_dissector: For stripped vlan, get vlan info from skb->vlan_tci
Hadar Hen Zion
1
-8
/
+26
2016-08-11
rps: Inspect PPTP encapsulated by GRE to get flow hash
Gao Feng
1
-34
/
+79
2016-07-01
packet: Use symmetric hash for PACKET_FANOUT_HASH.
David S. Miller
1
-0
/
+43
2016-03-11
net/flow_dissector: Make dissector_uses_key() and skb_flow_dissector_target()...
Amir Vadai
1
-13
/
+0
2016-02-24
flow_dissector: Use same pointer for IPv4 and IPv6 addresses
Alexander Duyck
1
-6
/
+5
2016-02-24
flow_dissector: Correctly handle parsing FCoE
Alexander Duyck
1
-2
/
+5
2016-02-24
flow_dissector: Fix fragment handling for header length computation
Alexander Duyck
1
-3
/
+7
2016-02-24
flow_dissector: Check for IP fragmentation even if not using IPv4 address
Alexander Duyck
1
-8
/
+9
2016-02-16
net: Copy inner L3 and L4 headers as unaligned on GRE TEB
Alexander Duyck
1
-0
/
+7
2016-02-09
flow_dissector: Fix unaligned access in __skb_flow_dissector when used by eth...
Alexander Duyck
1
-3
/
+6
2015-09-02
flow_dissector: Use 'const' where possible.
David S. Miller
1
-38
/
+41
2015-09-02
flow: Move __get_hash_from_flowi{4,6} into flow_dissector.c
David S. Miller
1
-0
/
+35
2015-09-02
flow_dissector: Don't use bit fields.
David S. Miller
1
-7
/
+7
2015-09-02
flow_dissector: Ignore flow dissector return value from ___skb_get_hash
Tom Herbert
1
-9
/
+3
2015-09-02
flow_dissector: Add control/reporting of encapsulation
Tom Herbert
1
-0
/
+15
2015-09-02
flow_dissector: Add flag to stop parsing when an IPv6 flow label is seen
Tom Herbert
1
-1
/
+4
2015-09-02
flow_dissector: Add flag to stop parsing at L3
Tom Herbert
1
-0
/
+6
2015-09-02
flow_dissector: Support IPv6 fragment header
Tom Herbert
1
-0
/
+25
2015-09-02
flow_dissector: Add control/reporting of fragmentation
Tom Herbert
1
-2
/
+13
2015-09-02
flow_dissector: Add flags argument to skb_flow_dissector functions
Tom Herbert
1
-3
/
+4
2015-09-02
flow_dissector: Jump to exit code in __skb_flow_dissect
Tom Herbert
1
-26
/
+25
2015-09-02
skbuff: Make __skb_set_sw_hash a general function
Tom Herbert
1
-12
/
+6
2015-08-01
net: Add functions to get skb->hash based on flow structures
Tom Herbert
1
-4
/
+54
2015-06-29
flow_dissector: Pre-initialize ip_proto in __skb_flow_dissect()
Geert Uytterhoeven
1
-1
/
+1
2015-06-13
flow_dissector: fix ipv6 dst, hop-by-hop and routing ext hdrs
Eric Dumazet
1
-2
/
+4
[next]