git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cdb35b
)
openvswitch: Widen TCP flags handling.
author
Jarno Rajahalme
<jrajahalme@nicira.com>
Wed, 23 Oct 2013 08:40:44 +0000
(
01:40
-0700)
committer
Jesse Gross
<jesse@nicira.com>
Sat, 2 Nov 2013 01:43:45 +0000
(18:43 -0700)
Widen TCP flags handling from 7 bits (uint8_t) to 12 bits (uint16_t).
The kernel interface remains at 8 bits, which makes no functional
difference now, as none of the higher bits is currently of interest
to the userspace.
Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
No differences found