summaryrefslogtreecommitdiff
path: root/net/ipv4/ipip.c
AgeCommit message (Expand)Author
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-09net: fill in MODULE_DESCRIPTION()s for ipv4 modulesBreno Leitao
2024-02-07ip_tunnel: use exit_batch_rtnl() methodEric Dumazet
2023-04-12ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devicesChristian Ehrig
2022-11-16ipv4: tunnels: use DEV_STATS_INC()Eric Dumazet
2022-10-03net: Add helper function to parse netlink msg of ip_tunnel_parmLiu Jian
2022-10-03net: Add helper function to parse netlink msg of ip_tunnel_encapLiu Jian
2021-10-13ip: use dev_addr_set() in tunnelsJakub Kicinski
2021-07-27ip_tunnel: use ndo_siocdevprivateArnd Bergmann
2021-06-28ipip: allow redirecting ipip and mplsip packets to eth devicesGuillaume Nault
2020-11-09ipv4/ipv6: switch to dev_get_tstats64Heiner Kallweit
2020-06-30net: ipip: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-21net: ipip: fix wrong address family in init error pathVadim Fedorenko
2020-05-19net: add a new ndo_tunnel_ioctl methodChristoph Hellwig
2019-07-25ipip: validate header length in ipip_tunnel_xmitHaishuang Yan
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-01-26ip_tunnel: Add tnl_update_pmtu in ip_md_tunnel_xmitwenxu
2018-11-08net: Convert protocol error handlers from void to intStefano Brivio
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-27ipip: only increase err_count for some certain type icmp in ipip_errXin Long
2017-09-19ipv4: speedup ipv6 tunnels dismantleEric Dumazet
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer
2017-04-21ip_tunnel: Allow policy-based routing through tunnelsCraig Gallek
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-09-17ip_tunnel: add collect_md mode to IPIP tunnelAlexei Starovoitov
2016-07-09ipip: support MPLS over IPv4Simon Horman
2016-05-20net: define gso types for IPx over IPv4 and IPv6Tom Herbert
2016-04-16ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck
2016-02-18iptunnel: scrub packet in iptunnel_pull_headerJiri Benc
2016-02-12net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-18ipip: ioctl: Remove superfluous IP-TTL handling.Pravin B Shelar
2015-11-30net: remove unnecessary mroute.h includesNikolay Aleksandrov
2015-08-10ip_gre: Add support to collect tunnel metadata.Pravin B Shelar
2015-05-17ipip: fix one sparse errorEric Dumazet
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris
2015-04-02ipip,gre,vti,sit: implement ndo_get_iflinkNicolas Dichtel
2015-03-31netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc
2015-02-08gre/ipip: use be16 variants of netlink functionsSabrina Dubroca
2015-01-19tunnels: advertise link netns via netlinkNicolas Dichtel
2014-11-05fou: Fix typo in returning flags in netlinkTom Herbert
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet
2014-10-01ipip: Set inner IP protocol in ipipTom Herbert