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