aboutsummaryrefslogtreecommitdiff
path: root/include/net/mpls.h
AgeCommit message (Collapse)AuthorFilesLines
2016-10-03openvswitch: use mpls_hdrJiri Benc1-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-03mpls: move mpls_hdr to a common locationJiri Benc1-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-05openvswitch: Add basic MPLS support to kernelSimon Horman1-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]>