diff options
author | David S. Miller <davem@davemloft.net> | 2012-07-20 19:16:34 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-07-20 19:16:34 -0400 |
commit | c073cfc89ff48ed5884af9e758344243caef92f7 (patch) | |
tree | 26be3bd03ecbfc5d7fd4f2d9e6c4aaa27c441f03 /Documentation/networking | |
parent | 0bb4087cbec0ef74fd416789d6aad67957063057 (diff) | |
parent | efaac3bf087b1a6cec28f2a041e01c874d65390c (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch
Jesse Gross says:
====================
A few bug fixes and small enhancements for net-next/3.6.
...
Ansis Atteka (1):
openvswitch: Do not send notification if ovs_vport_set_options() failed
Ben Pfaff (1):
openvswitch: Check gso_type for correct sk_buff in queue_gso_packets().
Jesse Gross (2):
openvswitch: Enable retrieval of TCP flags from IPv6 traffic.
openvswitch: Reset upper layer protocol info on internal devices.
Leo Alterman (1):
openvswitch: Fix typo in documentation.
Pravin B Shelar (1):
openvswitch: Check currect return value from skb_gso_segment()
Raju Subramanian (1):
openvswitch: Replace Nicira Networks.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/openvswitch.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/openvswitch.txt b/Documentation/networking/openvswitch.txt index b8a048b8df3a..8fa2dd1e792e 100644 --- a/Documentation/networking/openvswitch.txt +++ b/Documentation/networking/openvswitch.txt | |||
@@ -118,7 +118,7 @@ essentially like this, ignoring metadata: | |||
118 | Naively, to add VLAN support, it makes sense to add a new "vlan" flow | 118 | Naively, to add VLAN support, it makes sense to add a new "vlan" flow |
119 | key attribute to contain the VLAN tag, then continue to decode the | 119 | key attribute to contain the VLAN tag, then continue to decode the |
120 | encapsulated headers beyond the VLAN tag using the existing field | 120 | encapsulated headers beyond the VLAN tag using the existing field |
121 | definitions. With this change, an TCP packet in VLAN 10 would have a | 121 | definitions. With this change, a TCP packet in VLAN 10 would have a |
122 | flow key much like this: | 122 | flow key much like this: |
123 | 123 | ||
124 | eth(...), vlan(vid=10, pcp=0), eth_type(0x0800), ip(proto=6, ...), tcp(...) | 124 | eth(...), vlan(vid=10, pcp=0), eth_type(0x0800), ip(proto=6, ...), tcp(...) |