summaryrefslogtreecommitdiffstats
path: root/include/net/dst_metadata.h
AgeCommit message (Expand)AuthorLines
2025-09-14net: dst_metadata: fix IP_DF bit not extracted from tunnel headersIlya Maximets-2/+9
2025-02-20net: Add options as a flexible array to struct ip_tunnel_infoGal Pressman-5/+2
2024-08-20net: Silence false field-spanning write warning in metadata_dst memcpyGal Pressman-2/+5
2024-04-01ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin-5/+5
2022-12-05xfrm: interface: Add unstable helpers for setting/getting XFRM metadata from ...Eyal Birger-0/+1
2022-10-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-0/+31
2022-09-07net/macsec: Add MACsec skb_metadata_dst Tx Data path supportLior Nahmanson-0/+10
2022-08-29xfrm: lwtunnel: add lwtunnel support for xfrm interfaces in collect_md modeEyal Birger-0/+11
2022-08-29net: allow storing xfrm interface metadata in metadata_dstEyal Birger-0/+20
2022-02-09net: fix a memleak when uncloning an skb dst and its metadataAntoine Tenart-1/+0
2022-02-09net: do not keep the dst cache when uncloning an skb dst and its metadataAntoine Tenart-0/+13
2021-07-09net: validate lwtstate->data before returning from skb_tunnel_info()Taehee Yoo-1/+3
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-10bpf: don't rely on the verifier lock for metadata_dst allocationJakub Kicinski-0/+1
2017-10-02net/dst: Make skb parameter of skb{metadata_dst, tunnel_info}() constSimon Horman-2/+3
2017-06-25net: store port/representator id in metadata_dstJakub Kicinski-9/+32
2016-11-09net/dst: Add dst port to dst_metadata utility functionsHadar Hen Zion-4/+6
2016-09-10net/dst: Utility functions to build dst_metadata without supplying an skbAmir Vadai-13/+39
2016-03-11ip_tunnel: add support for setting flow label via collect metadataDaniel Borkmann-1/+4
2016-02-16net: add dst_cache to ovs vxlan lwtunnelPaolo Abeni-0/+1
2016-01-20gro: Make GRO aware of lightweight tunnels.Jesse Gross-0/+18
2015-11-04tun_dst: Fix potential NULL dereferenceTobias Klauser-1/+2
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar-0/+32
2015-08-31tun_dst: Remove opts_sizePravin B Shelar-1/+0
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar-17/+14
2015-08-29ip_tunnels: record IP version in tunnel infoJiri Benc-0/+1
2015-08-29ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc-1/+0
2015-08-27tunnel: introduce udp_tun_rx_dst()Pravin B Shelar-0/+61
2015-08-20route: move lwtunnel state to dst_entryJiri Benc-10/+5
2015-07-31bpf: add helpers to access tunnel metadataAlexei Starovoitov-0/+1
2015-07-21route: Per route IP tunnel metadata via lightweight tunnelThomas Graf-1/+11
2015-07-21vxlan: Flow based tunnelingThomas Graf-0/+13
2015-07-21dst: Metadata destinationsThomas Graf-0/+32