summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipip.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/
* 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/+6Star
* tunnels: Fix tunnels change rcu protectionPavel Emelyanov2010-10-271-0/+1
* net: add a core netdev->rx_dropped counterEric Dumazet2010-10-051-2/+1Star
* 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-281-34/+93
* net: rx_dropped accountingEric Dumazet2010-09-201-1/+4
* ipip: get rid of ipip_lockEric Dumazet2010-09-161-33/+34
* net: struct xfrm_tunnel in read_mostly sectionEric Dumazet2010-08-301-1/+1
* net-next: remove useless union keywordChangli Gao2010-06-111-4/+4
* net: Introduce skb_tunnel_rx() helperEric Dumazet2010-05-181-5/+2Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* tunnels: fix netns vs proto registration orderingAlexey Dobriyan2010-02-161-7/+6Star