summaryrefslogtreecommitdiff
path: root/net/ipv4/ipip.c
AgeCommit message (Expand)Author
2017-11-18ipip: only increase err_count for some certain type icmp in ipip_errXin Long
2015-12-18ipip: ioctl: Remove superfluous IP-TTL handling.Pravin B Shelar
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
2014-09-19ipip: Setup and TX path for ipip/UDP foo-over-udp encapsulationTom Herbert
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-06-10ipip, sit: fix ipv4_{update_pmtu,redirect} callsDmitry Popov
2014-05-21net: tunnels - enable module autoloadingTom Gundersen
2014-01-18ipv4: be friend with drop monitorEric Dumazet
2013-10-19ipip: add GSO/TSO supportEric Dumazet
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-30ipv4 tunnels: fix an oops when using ipip/sit with IPsecLi Hongjun
2013-08-15ipip: add x-netns supportNicolas Dichtel
2013-07-02ipip: fix a regression in ioctlCong Wang
2013-06-19ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar
2013-05-31iptunnel: specify protocol outside IP headerNicolas Dichtel
2013-03-26IPIP: Use ip-tunneling code.Pravin B Shelar
2013-03-26GRE: Refactor GRE tunneling code.Pravin B Shelar
2013-03-10tunnel: use iptunnel_xmit() againCong Wang
2013-03-09ipip: capture inner headers during encapsulationPravin B Shelar
2013-03-09ipip: Use tunnel_ip_select_ident() for tunnel IP-Identification.Pravin B Shelar
2013-01-28net: fix possible wrong checksum generationEric Dumazet
2012-11-18net: Allow userns root to control ipv4Eric W. Biederman
2012-11-15ipip: fix sparse warnings in ipip_netlink_parms()Nicolas Dichtel
2012-11-14ipip: add support of link creation via rtnlNicolas Dichtel
2012-11-14ipip/rtnl: add IFLA_IPTUN_PMTUDISC on dumpNicolas Dichtel
2012-11-14ipip: always notify change when params are updatedNicolas Dichtel
2012-11-14net: unify for_each_ip_tunnel_rcu()Amerigo Wang
2012-11-14net: convert __IPTUNNEL_XMIT() to an inline functionAmerigo Wang
2012-11-09ipip: advertise tunnel param via rtnlNicolas Dichtel
2012-11-09ipip: add GSO supportEric Dumazet
2012-09-27tunnel: drop packet if ECN present with not-ECTstephen hemminger
2012-09-27xfrm: remove extranous rcu_read_lockstephen hemminger
2012-07-20ipv4: Adjust semantics of rt->rt_gateway.David S. Miller
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller
2012-07-11ipv4: Add redirect support to all protocol icmp error handlers.David S. Miller
2012-06-14ipv4: Handle PMTU in all ICMP error handlers.David S. Miller
2012-04-15ipv4: fix checkpatch errorsDaniel Baluta
2012-04-14tunnel: implement 64 bits statisticsstephen hemminger
2012-03-11net: Convert printks to pr_<level>Joe Perches
2012-01-24ipip: Fix bug added to ipip_tunnel_xmit().David S. Miller