summaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp_tunnel.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* net/ipv4/udp_tunnel: prefer SO_BINDTOIFINDEX over SO_BINDTODEVICEDavid Herrmann2019-01-171-12/+3Star
* udp_tunnel: add config option to bind to a deviceAlexis Bauvin2018-12-031-0/+17
* udp: Handle ICMP errors for tunnels with same destination port on both endpointsStefano Brivio2018-11-091-0/+1
* net: add infrastructure to un-offload UDP tunnel portSabrina Dubroca2017-07-241-0/+18
* net: check UDP tunnel RX port offload feature before calling tunnel ndo ndoSabrina Dubroca2017-07-241-1/+6
* net: Remove deprecated tunnel specific UDP offload functionsAlexander Duyck2016-06-181-65/+14Star
* net: Merge VXLAN and GENEVE push notifiers into a single notifierAlexander Duyck2016-06-181-0/+10
* net: Combine GENEVE and VXLAN port notifiers into single functionsAlexander Duyck2016-06-181-0/+102
* udp: Add socket based GRO and configTom Herbert2016-04-071-0/+2
* tunnel: Clear IPCB(skb)->opt before dst_link_failure calledBernie Harris2016-02-241-0/+2
* ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar2015-12-261-6/+5Star
* tunnel: introduce udp_tun_rx_dst()Pravin B Shelar2015-08-281-1/+24
* net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman2015-05-111-5/+3Star
* net: Add a struct net parameter to sock_create_kernEric W. Biederman2015-05-111-1/+1
* udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().David Miller2015-04-071-2/+2
* udp: Do not require sock in udp_tunnel_xmit_skbTom Herbert2015-01-251-6/+6
* ip: Move checksum convert defines to inetTom Herbert2015-01-061-1/+1
* udp-tunnel: Add a few more UDP tunnel APIsAndy Zhou2014-09-191-1/+52
* udp_tunnel: Seperate ipv6 functions into its own file.Andy Zhou2014-09-191-64/+21Star
* udp: Add udp_sock_create for UDP tunnels to open listener socketTom Herbert2014-07-151-0/+100