aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/dst_metadata.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-10bpf: don't rely on the verifier lock for metadata_dst allocationJakub Kicinski1-0/+1
2017-10-02net/dst: Make skb parameter of skb{metadata_dst, tunnel_info}() constSimon Horman1-2/+3
2017-06-25net: store port/representator id in metadata_dstJakub Kicinski1-9/+32
2016-11-09net/dst: Add dst port to dst_metadata utility functionsHadar Hen Zion1-4/+6
2016-09-10net/dst: Utility functions to build dst_metadata without supplying an skbAmir Vadai1-13/+39
2016-03-11ip_tunnel: add support for setting flow label via collect metadataDaniel Borkmann1-1/+4
2016-02-16net: add dst_cache to ovs vxlan lwtunnelPaolo Abeni1-0/+1
2016-01-20gro: Make GRO aware of lightweight tunnels.Jesse Gross1-0/+18
2015-11-04tun_dst: Fix potential NULL dereferenceTobias Klauser1-1/+2
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar1-0/+32
2015-08-31tun_dst: Remove opts_sizePravin B Shelar1-1/+0
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar1-17/+14
2015-08-29ip_tunnels: record IP version in tunnel infoJiri Benc1-0/+1
2015-08-29ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc1-1/+0
2015-08-27tunnel: introduce udp_tun_rx_dst()Pravin B Shelar1-0/+61
2015-08-20route: move lwtunnel state to dst_entryJiri Benc1-10/+5
2015-07-31bpf: add helpers to access tunnel metadataAlexei Starovoitov1-0/+1
2015-07-21route: Per route IP tunnel metadata via lightweight tunnelThomas Graf1-1/+11
2015-07-21vxlan: Flow based tunnelingThomas Graf1-0/+13
2015-07-21dst: Metadata destinationsThomas Graf1-0/+32