aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp_tunnel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-01-17net/ipv4/udp_tunnel: prefer SO_BINDTOIFINDEX over SO_BINDTODEVICEDavid Herrmann1-12/+3
2018-12-03udp_tunnel: add config option to bind to a deviceAlexis Bauvin1-0/+17
2018-11-08udp: Handle ICMP errors for tunnels with same destination port on both endpointsStefano Brivio1-0/+1
2017-07-24net: add infrastructure to un-offload UDP tunnel portSabrina Dubroca1-0/+18
2017-07-24net: check UDP tunnel RX port offload feature before calling tunnel ndo ndoSabrina Dubroca1-1/+6
2016-06-17net: Remove deprecated tunnel specific UDP offload functionsAlexander Duyck1-65/+14
2016-06-17net: Merge VXLAN and GENEVE push notifiers into a single notifierAlexander Duyck1-0/+10
2016-06-17net: Combine GENEVE and VXLAN port notifiers into single functionsAlexander Duyck1-0/+102
2016-04-07udp: Add socket based GRO and configTom Herbert1-0/+2
2016-02-23tunnel: Clear IPCB(skb)->opt before dst_link_failure calledBernie Harris1-0/+2
2015-12-25ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar1-6/+5
2015-08-27tunnel: introduce udp_tun_rx_dst()Pravin B Shelar1-1/+24
2015-05-11net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman1-5/+3
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman1-1/+1
2015-04-07udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().David Miller1-2/+2
2015-01-24udp: Do not require sock in udp_tunnel_xmit_skbTom Herbert1-6/+6
2015-01-05ip: Move checksum convert defines to inetTom Herbert1-1/+1
2014-09-19udp-tunnel: Add a few more UDP tunnel APIsAndy Zhou1-1/+52
2014-09-19udp_tunnel: Seperate ipv6 functions into its own file.Andy Zhou1-64/+21
2014-07-14udp: Add udp_sock_create for UDP tunnels to open listener socketTom Herbert1-0/+100