summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipip.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfrm: remove extranous rcu_read_lockstephen hemminger2012-09-271-8/+1
* ipv4: Adjust semantics of rt->rt_gateway.David S. Miller2012-07-201-1/+1
* net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller2012-07-171-1/+1
* ipv4: Add redirect support to all protocol icmp error handlers.David S. Miller2012-07-111-0/+9
* ipv4: Handle PMTU in all ICMP error handlers.David S. Miller2012-06-141-4/+11
* ipv4: fix checkpatch errorsDaniel Baluta2012-04-151-2/+2
* tunnel: implement 64 bits statisticsstephen hemminger2012-04-141-18/+35
* net: Convert printks to pr_<level>Joe Perches2012-03-111-2/+2
* ipip: Fix bug added to ipip_tunnel_xmit().David S. Miller2012-01-241-0/+1
* ipv4: Remove bogus checks of rt_gateway being zero.David S. Miller2012-01-241-2/+0
* net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-01-121-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-161-1/+6
|\
| * ipip, sit: copy parms.name after register_netdeviceTed Feng2011-12-121-1/+6
* | net: better pcpu data alignmentEric Dumazet2011-11-081-1/+1
|/
* rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-021-5/+5
* net: call dev_alloc_name from register_netdeviceJiri Pirko2011-05-051-5/+0
* ipv4: Use flowi4->{daddr,saddr} in ipip_tunnel_xmit().David S. Miller2011-05-041-2/+2
* ipv4: Make caller provide on-stack flow key to ip_route_output_ports().David S. Miller2011-05-031-8/+11
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-4/+4
* ipv4: Create and use route lookup helpers.David S. Miller2011-03-121-22/+14
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-101-1/+1
|\
| * net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov2011-03-101-1/+1
* | ipv4: Make output route lookup return rtable directly.David S. Miller2011-03-021-3/+4
|/
* ipip: add module alias for tunl0 tunnel devicestephen hemminger2010-12-011-0/+1
* net: use the macros defined for the members of flowiChangli Gao2010-11-171-14/+6
* tunnels: Fix tunnels change rcu protectionPavel Emelyanov2010-10-271-0/+1
* net: add a core netdev->rx_dropped counterEric Dumazet2010-10-051-2/+1
* ipip: enable lockless xmitsEric Dumazet2010-09-291-0/+1
* ipip: fix percpu stats accountingEric Dumazet2010-09-291-3/+10
* ipip: percpu stats accountingEric Dumazet2010-09-271-34/+93
* net: rx_dropped accountingEric Dumazet2010-09-201-1/+4