index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
flow_dissector.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-01
1
-38
/
+41
*
flow: Move __get_hash_from_flowi{4,6} into flow_dissector.c
David S. Miller
2015-09-01
1
-0
/
+35
*
flow_dissector: Don't use bit fields.
David S. Miller
2015-09-01
1
-7
/
+7
*
flow_dissector: Ignore flow dissector return value from ___skb_get_hash
Tom Herbert
2015-09-01
1
-9
/
+3
*
flow_dissector: Add control/reporting of encapsulation
Tom Herbert
2015-09-01
1
-0
/
+15
*
flow_dissector: Add flag to stop parsing when an IPv6 flow label is seen
Tom Herbert
2015-09-01
1
-1
/
+4
*
flow_dissector: Add flag to stop parsing at L3
Tom Herbert
2015-09-01
1
-0
/
+6
*
flow_dissector: Support IPv6 fragment header
Tom Herbert
2015-09-01
1
-0
/
+25
*
flow_dissector: Add control/reporting of fragmentation
Tom Herbert
2015-09-01
1
-2
/
+13
*
flow_dissector: Add flags argument to skb_flow_dissector functions
Tom Herbert
2015-09-01
1
-3
/
+4
*
flow_dissector: Jump to exit code in __skb_flow_dissect
Tom Herbert
2015-09-01
1
-26
/
+25
*
skbuff: Make __skb_set_sw_hash a general function
Tom Herbert
2015-09-01
1
-12
/
+6
*
net: Add functions to get skb->hash based on flow structures
Tom Herbert
2015-07-31
1
-4
/
+54
*
flow_dissector: Pre-initialize ip_proto in __skb_flow_dissect()
Geert Uytterhoeven
2015-06-28
1
-1
/
+1
*
flow_dissector: fix ipv6 dst, hop-by-hop and routing ext hdrs
Eric Dumazet
2015-06-12
1
-2
/
+4
*
flow_dissector: add support for dst, hop-by-hop and routing ext hdrs
Tom Herbert
2015-06-12
1
-0
/
+17
*
flow_dissector: Fix MPLS entropy label handling in flow dissector
Tom Herbert
2015-06-12
1
-2
/
+2
*
mpls: Add MPLS entropy label in flow_keys
Tom Herbert
2015-06-04
1
-0
/
+35
*
net: Add GRE keyid in flow_keys
Tom Herbert
2015-06-04
1
-1
/
+23
*
net: Add IPv6 flow label to flow_keys
Tom Herbert
2015-06-04
1
-19
/
+10
*
net: Add VLAN ID to flow_keys
Tom Herbert
2015-06-04
1
-0
/
+14
*
net: Get rid of IPv6 hash addresses flow keys
Tom Herbert
2015-06-04
1
-17
/
+0
*
net: Add keys for TIPC address
Tom Herbert
2015-06-04
1
-5
/
+13
*
net: Add full IPv6 addresses to flow_keys
Tom Herbert
2015-06-04
1
-19
/
+97
*
net: Get skb hash over flow_keys structure
Tom Herbert
2015-06-04
1
-13
/
+41
*
net: Remove superfluous setting of key_basic
Tom Herbert
2015-06-04
1
-6
/
+0
*
net: Simplify GRE case in flow_dissector
Tom Herbert
2015-06-04
1
-22
/
+22
*
flow_dissector: do not break if ports are not needed in flowlabel
Jiri Pirko
2015-05-22
1
-7
/
+7
*
flow_dissector: remove bogus return in tipc section
Jiri Pirko
2015-05-17
1
-1
/
+0
*
flow_dissector: change port array into src, dst tuple
Jiri Pirko
2015-05-13
1
-2
/
+2
*
flow_dissector: introduce support for Ethernet addresses
Jiri Pirko
2015-05-13
1
-0
/
+12
*
flow_dissector: introduce support for ipv6 addressses
Jiri Pirko
2015-05-13
1
-8
/
+21
*
flow_dissect: use programable dissector in skb_flow_dissect and friends
Jiri Pirko
2015-05-13
1
-61
/
+138
*
flow_dissector: introduce programable flow_dissector
Jiri Pirko
2015-05-13
1
-0
/
+48
*
flow_dissector: fix doc for skb_get_poff
Jiri Pirko
2015-05-13
1
-2
/
+6
*
net: move netdev_pick_tx and dependencies to net/core/dev.c
Jiri Pirko
2015-05-13
1
-78
/
+0
*
net: move __skb_tx_hash to dev.c
Jiri Pirko
2015-05-13
1
-28
/
+0
*
flow_dissector: fix doc for __skb_get_hash and remove couple of empty lines
Jiri Pirko
2015-05-13
1
-5
/
+5
*
net: change name of flow_dissector header to match the .c file name
Jiri Pirko
2015-05-13
1
-1
/
+1
*
net: Add flow_keys digest
Tom Herbert
2015-05-04
1
-0
/
+27
*
net: Add skb_get_hash_perturb
Tom Herbert
2015-05-04
1
-8
/
+30
*
xps: fix xps for stacked devices
Eric Dumazet
2015-02-04
1
-1
/
+6
*
flow_dissector: add tipc support
Erik Hugne
2015-01-26
1
-0
/
+14
*
flow-dissector: Fix alignment issue in __skb_flow_get_ports
Alexander Duyck
2014-10-10
1
-13
/
+23
*
net: Add function for parsing the header length out of linear ethernet frames
Alexander Duyck
2014-09-05
1
-14
/
+32
*
net: make skb an optional parameter for__skb_flow_dissect()
WANG Cong
2014-08-25
1
-3
/
+15
*
net: fix comments for __skb_flow_get_ports()
WANG Cong
2014-08-25
1
-2
/
+4
*
net: use reciprocal_scale() helper
Daniel Borkmann
2014-08-23
1
-4
/
+3
[next]