summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipip.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-121-2/+2
|\
| * ipip, sit: fix ipv4_{update_pmtu,redirect} callsDmitry Popov2014-06-111-2/+2
* | net: tunnels - enable module autoloadingTom Gundersen2014-05-211-0/+1
|/
* ipv4: be friend with drop monitorEric Dumazet2014-01-191-1/+1
* ipip: add GSO/TSO supportEric Dumazet2013-10-201-5/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-051-3/+2Star
|\
| * ipv4 tunnels: fix an oops when using ipip/sit with IPsecLi Hongjun2013-08-301-3/+2Star
* | ipip: add x-netns supportNicolas Dichtel2013-08-151-2/+1Star
|/
* 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-201-1/+5
* iptunnel: specify protocol outside IP headerNicolas Dichtel2013-06-011-1/+1
* IPIP: Use ip-tunneling code.Pravin B Shelar2013-03-261-690/+56Star
* GRE: Refactor GRE tunneling code.Pravin B Shelar2013-03-261-1/+1
* tunnel: use iptunnel_xmit() againCong Wang2013-03-101-17/+1Star
* 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-191-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-151-24/+141
* ipip/rtnl: add IFLA_IPTUN_PMTUDISC on dumpNicolas Dichtel2012-11-151-1/+5
* ipip: always notify change when params are updatedNicolas Dichtel2012-11-151-18/+16Star
* net: unify for_each_ip_tunnel_rcu()Amerigo Wang2012-11-151-10/+3Star
* net: convert __IPTUNNEL_XMIT() to an inline functionAmerigo Wang2012-11-151-13/+1Star
* ipip: advertise tunnel param via rtnlNicolas Dichtel2012-11-101-1/+56
* ipip: add GSO supportEric Dumazet2012-11-091-0/+12
* tunnel: drop packet if ECN present with not-ECTstephen hemminger2012-09-281-17/+25
* xfrm: remove extranous rcu_read_lockstephen hemminger2012-09-281-8/+1Star
* 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-121-0/+9
* ipv4: Handle PMTU in all ICMP error handlers.David S. Miller2012-06-151-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-121-2/+2
* ipip: Fix bug added to ipip_tunnel_xmit().David S. Miller2012-01-251-0/+1
* ipv4: Remove bogus checks of rt_gateway being zero.David S. Miller2012-01-251-2/+0Star
* 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-131-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/+0Star
* 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-041-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-131-22/+14Star
* 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
|/