index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
flow_dissector.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
flow_dissector: add mpls support (v2)
Benjamin LaHaise
2017-04-24
1
-3
/
+22
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-06
1
-1
/
+1
|
\
|
*
flow dissector: correct size of storage for ARP
Simon Horman
2017-04-03
1
-1
/
+1
*
|
flow_dissector: Move GRE dissection into a separate function
Jiri Pirko
2017-03-09
1
-110
/
+134
*
|
flow_dissector: rename "proto again" goto label
Jiri Pirko
2017-03-09
1
-4
/
+4
*
|
flow_dissector: Fix GRE header error path
Jiri Pirko
2017-03-09
1
-3
/
+3
*
|
flow_dissector: Move MPLS dissection into a separate function
Jiri Pirko
2017-03-09
1
-22
/
+34
*
|
flow_dissector: Move ARP dissection into a separate function
Jiri Pirko
2017-03-09
1
-53
/
+67
|
/
*
flow dissector: check if arp_eth is null rather than arp
Colin Ian King
2017-01-16
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-01-11
1
-2
/
+2
|
\
|
*
net: skb_flow_get_be16() can be static
Eric Dumazet
2017-01-10
1
-2
/
+2
*
|
flow disector: ARP support
Simon Horman
2017-01-11
1
-0
/
+57
|
/
*
flow_dissector: Update pptp handling to avoid null pointer deref.
Ian Kumlien
2017-01-02
1
-2
/
+3
*
flow dissector: ICMP support
Simon Horman
2016-12-08
1
-0
/
+31
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-27
1
-1
/
+1
|
\
|
*
flow_dissect: call init_default_flow_dissectors() earlier
Eric Dumazet
2016-11-22
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-15
1
-3
/
+8
|
\
|
|
*
net: __skb_flow_dissect() must cap its return value
Eric Dumazet
2016-11-13
1
-3
/
+8
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-10-30
1
-7
/
+5
|
\
|
|
*
flow_dissector: fix vlan tag handling
Arnd Bergmann
2016-10-27
1
-5
/
+5
|
*
flow_dissector: Check skb for VLAN only if skb specified.
Eric Garver
2016-10-19
1
-4
/
+2
*
|
flow_dissector: __skb_get_hash_symmetric arg can be const
Florian Westphal
2016-10-29
1
-1
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-09-13
1
-2
/
+4
|
\
|
*
rps: flow_dissector: Fix uninitialized flow_keys used in __skb_get_hash possibly
Gao Feng
2016-09-02
1
-2
/
+4
*
|
flow_dissector: Get vlan priority in addition to vlan id
Hadar Hen Zion
2016-08-19
1
-9
/
+16
*
|
flow_dissector: For stripped vlan, get vlan info from skb->vlan_tci
Hadar Hen Zion
2016-08-19
1
-8
/
+26
*
|
rps: Inspect PPTP encapsulated by GRE to get flow hash
Gao Feng
2016-08-11
1
-34
/
+79
|
/
*
packet: Use symmetric hash for PACKET_FANOUT_HASH.
David S. Miller
2016-07-01
1
-0
/
+43
*
net/flow_dissector: Make dissector_uses_key() and skb_flow_dissector_target()...
Amir Vadai
2016-03-10
1
-13
/
+0
*
flow_dissector: Use same pointer for IPv4 and IPv6 addresses
Alexander Duyck
2016-02-24
1
-6
/
+5
*
flow_dissector: Correctly handle parsing FCoE
Alexander Duyck
2016-02-24
1
-2
/
+5
*
flow_dissector: Fix fragment handling for header length computation
Alexander Duyck
2016-02-24
1
-3
/
+7
*
flow_dissector: Check for IP fragmentation even if not using IPv4 address
Alexander Duyck
2016-02-24
1
-8
/
+9
*
net: Copy inner L3 and L4 headers as unaligned on GRE TEB
Alexander Duyck
2016-02-16
1
-0
/
+7
*
flow_dissector: Fix unaligned access in __skb_flow_dissector when used by eth...
Alexander Duyck
2016-02-09
1
-3
/
+6
*
flow_dissector: Use 'const' where possible.
David S. Miller
2015-09-02
1
-38
/
+41
*
flow: Move __get_hash_from_flowi{4,6} into flow_dissector.c
David S. Miller
2015-09-02
1
-0
/
+35
*
flow_dissector: Don't use bit fields.
David S. Miller
2015-09-02
1
-7
/
+7
*
flow_dissector: Ignore flow dissector return value from ___skb_get_hash
Tom Herbert
2015-09-02
1
-9
/
+3
*
flow_dissector: Add control/reporting of encapsulation
Tom Herbert
2015-09-02
1
-0
/
+15
*
flow_dissector: Add flag to stop parsing when an IPv6 flow label is seen
Tom Herbert
2015-09-02
1
-1
/
+4
*
flow_dissector: Add flag to stop parsing at L3
Tom Herbert
2015-09-02
1
-0
/
+6
*
flow_dissector: Support IPv6 fragment header
Tom Herbert
2015-09-02
1
-0
/
+25
*
flow_dissector: Add control/reporting of fragmentation
Tom Herbert
2015-09-02
1
-2
/
+13
*
flow_dissector: Add flags argument to skb_flow_dissector functions
Tom Herbert
2015-09-02
1
-3
/
+4
*
flow_dissector: Jump to exit code in __skb_flow_dissect
Tom Herbert
2015-09-02
1
-26
/
+25
*
skbuff: Make __skb_set_sw_hash a general function
Tom Herbert
2015-09-02
1
-12
/
+6
*
net: Add functions to get skb->hash based on flow structures
Tom Herbert
2015-08-01
1
-4
/
+54
*
flow_dissector: Pre-initialize ip_proto in __skb_flow_dissect()
Geert Uytterhoeven
2015-06-29
1
-1
/
+1
*
flow_dissector: fix ipv6 dst, hop-by-hop and routing ext hdrs
Eric Dumazet
2015-06-13
1
-2
/
+4
[next]