summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipip.c
Commit message (Expand)AuthorAgeFilesLines
* net: Add helper function to parse netlink msg of ip_tunnel_parmLiu Jian2022-10-031-23/+1
* net: Add helper function to parse netlink msg of ip_tunnel_encapLiu Jian2022-10-031-36/+2
* ip: use dev_addr_set() in tunnelsJakub Kicinski2021-10-131-1/+1
* ip_tunnel: use ndo_siocdevprivateArnd Bergmann2021-07-271-1/+1
* ipip: allow redirecting ipip and mplsip packets to eth devicesGuillaume Nault2021-06-281-0/+2
* ipv4/ipv6: switch to dev_get_tstats64Heiner Kallweit2020-11-091-1/+1
* net: ipip: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld2020-06-301-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-241-1/+1
|\
| * net: ipip: fix wrong address family in init error pathVadim Fedorenko2020-05-211-1/+1
* | net: add a new ndo_tunnel_ioctl methodChristoph Hellwig2020-05-191-21/+9
|/
* ipip: validate header length in ipip_tunnel_xmitHaishuang Yan2019-07-251-0/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* ip_tunnel: Add tnl_update_pmtu in ip_md_tunnel_xmitwenxu2019-01-261-1/+1
* net: Convert protocol error handlers from void to intStefano Brivio2018-11-081-7/+7
* net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski2018-09-261-1/+1
* net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski2018-09-261-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-301-17/+42
|\
| * ipip: only increase err_count for some certain type icmp in ipip_errXin Long2017-10-271-17/+42
* | ipv4: speedup ipv6 tunnels dismantleEric Dumazet2017-09-191-4/+3
|/
* net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer2017-06-261-1/+2
* net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer2017-06-261-1/+2
* net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-261-1/+2
* ip_tunnel: Allow policy-based routing through tunnelsCraig Gallek2017-04-211-7/+17
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-1/+1
* ip_tunnel: add collect_md mode to IPIP tunnelAlexei Starovoitov2016-09-171-6/+29
* ipip: support MPLS over IPv4Simon Horman2016-07-091-16/+121
* net: define gso types for IPx over IPv4 and IPv6Tom Herbert2016-05-201-1/+1
* ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck2016-04-161-4/+3
* iptunnel: scrub packet in iptunnel_pull_headerJiri Benc2016-02-181-1/+1
* net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree2016-02-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-311-3/+0
|\
| * ipip: ioctl: Remove superfluous IP-TTL handling.Pravin B Shelar2015-12-181-3/+0
* | net: remove unnecessary mroute.h includesNikolay Aleksandrov2015-11-301-1/+0
|/
* ip_gre: Add support to collect tunnel metadata.Pravin B Shelar2015-08-101-1/+1
* ipip: fix one sparse errorEric Dumazet2015-05-171-1/+2
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-031-1/+1
* ipip,gre,vti,sit: implement ndo_get_iflinkNicolas Dichtel2015-04-021-1/+1
* netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc2015-03-311-2/+2
* netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-311-2/+2
* gre/ipip: use be16 variants of netlink functionsSabrina Dubroca2015-02-081-6/+6
* tunnels: advertise link netns via netlinkNicolas Dichtel2015-01-191-0/+1
* fou: Fix typo in returning flags in netlinkTom Herbert2014-11-051-1/+1
* net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-071-1/+1
* ipip: Set inner IP protocol in ipipTom Herbert2014-10-011-0/+2
* ipip: Setup and TX path for ipip/UDP foo-over-udp encapsulationTom Herbert2014-09-191-1/+77
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-111-2/+2
|\
| * ipip, sit: fix ipv4_{update_pmtu,redirect} callsDmitry Popov2014-06-101-2/+2
* | net: tunnels - enable module autoloadingTom Gundersen2014-05-211-0/+1
|/
* ipv4: be friend with drop monitorEric Dumazet2014-01-181-1/+1