summaryrefslogtreecommitdiff
path: root/net/ipv4/ipip.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-18ipip: only increase err_count for some certain type icmp in ipip_errXin Long1-17/+42
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-1/+1
2014-10-02ipip: Set inner IP protocol in ipipTom Herbert1-0/+2
2014-09-20ipip: Setup and TX path for ipip/UDP foo-over-udp encapsulationTom Herbert1-1/+77
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-06-11ipip, sit: fix ipv4_{update_pmtu,redirect} callsDmitry Popov1-2/+2
2014-05-21net: tunnels - enable module autoloadingTom Gundersen1-0/+1
2014-01-19ipv4: be friend with drop monitorEric Dumazet1-1/+1
2013-10-20ipip: add GSO/TSO supportEric Dumazet1-5/+6
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+2
2013-08-31ipv4 tunnels: fix an oops when using ipip/sit with IPsecLi Hongjun1-3/+2
2013-08-15ipip: add x-netns supportNicolas Dichtel1-2/+1
2013-07-02ipip: fix a regression in ioctlCong Wang1-5/+7
2013-06-20ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar1-1/+5
2013-06-01iptunnel: specify protocol outside IP headerNicolas Dichtel1-1/+1
2013-03-26IPIP: Use ip-tunneling code.Pravin B Shelar1-690/+56
2013-03-26GRE: Refactor GRE tunneling code.Pravin B Shelar1-1/+1
2013-03-10tunnel: use iptunnel_xmit() againCong Wang1-17/+1
2013-03-10ipip: capture inner headers during encapsulationPravin B Shelar1-6/+7
2013-03-10ipip: Use tunnel_ip_select_ident() for tunnel IP-Identification.Pravin B Shelar1-1/+20
2013-01-28net: fix possible wrong checksum generationEric Dumazet1-1/+3
2012-11-19net: Allow userns root to control ipv4Eric W. Biederman1-2/+2
2012-11-15ipip: fix sparse warnings in ipip_netlink_parms()Nicolas Dichtel1-2/+2
2012-11-15ipip: add support of link creation via rtnlNicolas Dichtel1-24/+141
2012-11-15ipip/rtnl: add IFLA_IPTUN_PMTUDISC on dumpNicolas Dichtel1-1/+5
2012-11-15ipip: always notify change when params are updatedNicolas Dichtel1-18/+16
2012-11-15net: unify for_each_ip_tunnel_rcu()Amerigo Wang1-10/+3
2012-11-15net: convert __IPTUNNEL_XMIT() to an inline functionAmerigo Wang1-13/+1
2012-11-10ipip: advertise tunnel param via rtnlNicolas Dichtel1-1/+56
2012-11-10ipip: add GSO supportEric Dumazet1-0/+12
2012-09-28tunnel: drop packet if ECN present with not-ECTstephen hemminger1-17/+25
2012-09-28xfrm: remove extranous rcu_read_lockstephen hemminger1-8/+1
2012-07-21ipv4: Adjust semantics of rt->rt_gateway.David S. Miller1-1/+1
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller1-1/+1
2012-07-12ipv4: Add redirect support to all protocol icmp error handlers.David S. Miller1-0/+9
2012-06-15ipv4: Handle PMTU in all ICMP error handlers.David S. Miller1-4/+11
2012-04-15ipv4: fix checkpatch errorsDaniel Baluta1-2/+2
2012-04-14tunnel: implement 64 bits statisticsstephen hemminger1-18/+35
2012-03-12net: Convert printks to pr_<level>Joe Perches1-2/+2
2012-01-25ipip: Fix bug added to ipip_tunnel_xmit().David S. Miller1-0/+1
2012-01-25ipv4: Remove bogus checks of rt_gateway being zero.David S. Miller1-2/+0
2012-01-13net: reintroduce missing rcu_assign_pointer() callsEric Dumazet1-4/+4
2011-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2011-12-13ipip, sit: copy parms.name after register_netdeviceTed Feng1-1/+6
2011-11-09net: better pcpu data alignmentEric Dumazet1-1/+1
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-5/+5
2011-05-05net: call dev_alloc_name from register_netdeviceJiri Pirko1-5/+0
2011-05-04ipv4: Use flowi4->{daddr,saddr} in ipip_tunnel_xmit().David S. Miller1-2/+2
2011-05-04ipv4: Make caller provide on-stack flow key to ip_route_output_ports().David S. Miller1-8/+11
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-4/+4