aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipip.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-01-26ip_tunnel: Add tnl_update_pmtu in ip_md_tunnel_xmitwenxu1-1/+1
2018-11-08net: Convert protocol error handlers from void to intStefano Brivio1-7/+7
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski1-1/+1
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski1-2/+1
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-17/+42
2017-10-27ipip: only increase err_count for some certain type icmp in ipip_errXin Long1-17/+42
2017-09-19ipv4: speedup ipv6 tunnels dismantleEric Dumazet1-4/+3
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer1-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer1-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer1-1/+2
2017-04-21ip_tunnel: Allow policy-based routing through tunnelsCraig Gallek1-7/+17
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-09-17ip_tunnel: add collect_md mode to IPIP tunnelAlexei Starovoitov1-6/+29
2016-07-09ipip: support MPLS over IPv4Simon Horman1-16/+121
2016-05-20net: define gso types for IPx over IPv4 and IPv6Tom Herbert1-1/+1
2016-04-16ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck1-4/+3
2016-02-18iptunnel: scrub packet in iptunnel_pull_headerJiri Benc1-1/+1
2016-02-12net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree1-1/+1
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+0
2015-12-18ipip: ioctl: Remove superfluous IP-TTL handling.Pravin B Shelar1-3/+0
2015-11-30net: remove unnecessary mroute.h includesNikolay Aleksandrov1-1/+0
2015-08-10ip_gre: Add support to collect tunnel metadata.Pravin B Shelar1-1/+1
2015-05-17ipip: fix one sparse errorEric Dumazet1-1/+2
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris1-1/+1
2015-04-02ipip,gre,vti,sit: implement ndo_get_iflinkNicolas Dichtel1-1/+1
2015-03-31netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc1-2/+2
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc1-2/+2
2015-02-08gre/ipip: use be16 variants of netlink functionsSabrina Dubroca1-6/+6
2015-01-19tunnels: advertise link netns via netlinkNicolas Dichtel1-0/+1
2014-11-05fou: Fix typo in returning flags in netlinkTom Herbert1-1/+1
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-1/+1
2014-10-01ipip: Set inner IP protocol in ipipTom Herbert1-0/+2
2014-09-19ipip: Setup and TX path for ipip/UDP foo-over-udp encapsulationTom Herbert1-1/+77
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-06-10ipip, sit: fix ipv4_{update_pmtu,redirect} callsDmitry Popov1-2/+2
2014-05-21net: tunnels - enable module autoloadingTom Gundersen1-0/+1
2014-01-18ipv4: be friend with drop monitorEric Dumazet1-1/+1
2013-10-19ipip: add GSO/TSO supportEric Dumazet1-5/+6
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+2
2013-08-30ipv4 tunnels: fix an oops when using ipip/sit with IPsecLi Hongjun1-3/+2
2013-08-15ipip: add x-netns supportNicolas Dichtel1-2/+1
2013-07-02ipip: fix a regression in ioctlCong Wang1-5/+7
2013-06-19ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar1-1/+5
2013-05-31iptunnel: specify protocol outside IP headerNicolas Dichtel1-1/+1
2013-03-26IPIP: Use ip-tunneling code.Pravin B Shelar1-690/+56
2013-03-26GRE: Refactor GRE tunneling code.Pravin B Shelar1-1/+1
2013-03-10tunnel: use iptunnel_xmit() againCong Wang1-17/+1
2013-03-09ipip: capture inner headers during encapsulationPravin B Shelar1-6/+7