summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipip.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ipip: add GSO/TSO supportEric Dumazet2013-10-191-5/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-051-3/+2
|\
| * ipv4 tunnels: fix an oops when using ipip/sit with IPsecLi Hongjun2013-08-301-3/+2
* | ipip: add x-netns supportNicolas Dichtel2013-08-151-2/+1
|/
* ipip: fix a regression in ioctlCong Wang2013-07-021-5/+7
* ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar2013-06-191-1/+5
* iptunnel: specify protocol outside IP headerNicolas Dichtel2013-05-311-1/+1
* IPIP: Use ip-tunneling code.Pravin B Shelar2013-03-261-690/+56
* GRE: Refactor GRE tunneling code.Pravin B Shelar2013-03-261-1/+1
* tunnel: use iptunnel_xmit() againCong Wang2013-03-101-17/+1
* ipip: capture inner headers during encapsulationPravin B Shelar2013-03-091-6/+7
* ipip: Use tunnel_ip_select_ident() for tunnel IP-Identification.Pravin B Shelar2013-03-091-1/+20
* net: fix possible wrong checksum generationEric Dumazet2013-01-281-1/+3
* net: Allow userns root to control ipv4Eric W. Biederman2012-11-181-2/+2
* ipip: fix sparse warnings in ipip_netlink_parms()Nicolas Dichtel2012-11-151-2/+2
* ipip: add support of link creation via rtnlNicolas Dichtel2012-11-141-24/+141
* ipip/rtnl: add IFLA_IPTUN_PMTUDISC on dumpNicolas Dichtel2012-11-141-1/+5
* ipip: always notify change when params are updatedNicolas Dichtel2012-11-141-18/+16
* net: unify for_each_ip_tunnel_rcu()Amerigo Wang2012-11-141-10/+3
* net: convert __IPTUNNEL_XMIT() to an inline functionAmerigo Wang2012-11-141-13/+1
* ipip: advertise tunnel param via rtnlNicolas Dichtel2012-11-091-1/+56
* ipip: add GSO supportEric Dumazet2012-11-091-0/+12
* tunnel: drop packet if ECN present with not-ECTstephen hemminger2012-09-271-17/+25