Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-03 | openvswitch: use mpls_hdr | Jiri Benc | 1 | -12/+0 | |
skb_mpls_header is equivalent to mpls_hdr now. Use the existing helper instead. Signed-off-by: Jiri Benc <[email protected]> Acked-by: Pravin B Shelar <[email protected]> Signed-off-by: David S. Miller <[email protected]> | |||||
2016-10-03 | mpls: move mpls_hdr to a common location | Jiri Benc | 1 | -0/+9 | |
This will be also used by openvswitch. Signed-off-by: Jiri Benc <[email protected]> Acked-by: David Ahern <[email protected]> Acked-by: Pravin B Shelar <[email protected]> Signed-off-by: David S. Miller <[email protected]> | |||||
2014-11-05 | openvswitch: Add basic MPLS support to kernel | Simon Horman | 1 | -0/+39 | |
Allow datapath to recognize and extract MPLS labels into flow keys and execute actions which push, pop, and set labels on packets. Based heavily on work by Leo Alterman, Ravi K, Isaku Yamahata and Joe Stringer. Cc: Ravi K <[email protected]> Cc: Leo Alterman <[email protected]> Cc: Isaku Yamahata <[email protected]> Cc: Joe Stringer <[email protected]> Signed-off-by: Simon Horman <[email protected]> Signed-off-by: Jesse Gross <[email protected]> Signed-off-by: Pravin B Shelar <[email protected]> |