summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipip.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: spread __net_init, __net_exitAlexey Dobriyan2010-01-181-4/+3Star
* net: Simplify ipip pernet operations.Eric W. Biederman2009-12-021-18/+6Star
* netns: net_identifiers should be read_mostlyEric Dumazet2009-11-181-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-091-15/+17
|\
| * ipip: Fix handling of DF packets when pmtudisc is OFFHerbert Xu2009-11-071-15/+17
* | ipip: Optimize multiple unregistrationEric Dumazet2009-10-281-6/+11
* | ipip: convert hash tables locking to RCUEric Dumazet2009-10-241-21/+28
* | tunnels: Optimize tx pathEric Dumazet2009-10-051-2/+3
|/
* tunnel: eliminate recursion fieldEric Dumazet2009-09-251-8/+0Star
* netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger2009-09-011-1/+1
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-061-3/+3
* net: skb->dst accessorsEric Dumazet2009-06-031-7/+6Star
* net: skb->rtable accessorEric Dumazet2009-06-031-1/+1
* net: unset IFF_XMIT_DST_RELEASE in ipip_tunnel_setup()Eric Dumazet2009-05-291-0/+1
* ipip: used time_before for comparing jiffiesWei Yongjun2009-02-251-2/+3
* ip: ipip compile warningStephen Hemminger2009-02-231-1/+1
* net: fix tunnels in netns after ndo_ changesAlexey Dobriyan2008-11-241-1/+1
* ipip: convert to net_device_opsStephen Hemminger2008-11-211-16/+17
* net: clean up net/ipv4/ipip.c raw.c tcp.c tcp_minisocks.c tcp_yeah.c xfrm4_po...Jianjun Kong2008-11-031-1/+1
* net: Rationalise email address: Network Specific PartsAlan Cox2008-10-141-1/+1
* net: remove CVS keywordsAdrian Bunk2008-06-121-2/+0Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-05-261-129/+1Star
|\
| * net: The world is not perfect patch.Rami Rosen2008-05-221-129/+1Star
* | ipip: Use on-device stats instead of private ones.Pavel Emelyanov2008-05-211-14/+8Star
|/
* [IPIP]: Allow to create IPIP tunnels in net namespaces.Pavel Emelyanov2008-04-161-0/+3
* [IPIP]: Use proper net in (mostly) routing calls.Pavel Emelyanov2008-04-161-5/+5
* [IPIP]: Make tunnels hashes per net.Pavel Emelyanov2008-04-161-32/+36
* [IPIP]: Use proper net in hash-lookup functions.Pavel Emelyanov2008-04-161-2/+2
* [IPIP]: Add net/ipip_net argument to some functions.Pavel Emelyanov2008-04-161-19/+25
* [IPIP]: Make the fallback tunnel device per-net.Pavel Emelyanov2008-04-161-32/+35
* [IPIP]: Introduce empty ipip_net structure and net init/exit ops.Pavel Emelyanov2008-04-161-0/+50
* [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet2008-03-061-1/+1
* [INET]: Don't create tunnels with '%' in name.Pavel Emelyanov2008-02-271-5/+9
* [IP_TUNNEL]: Don't limit the number of tunnels with generic name explicitly.Pavel Emelyanov2008-02-241-10/+2Star
* [NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev2008-01-291-4/+4
* [IPIP]: Allow rebinding the tunnel to another interfaceMichal Schmidt2008-01-281-26/+40
* [NET]: Treat the sign of the result of skb_headroom() consistentlyChuck Lever2007-10-241-1/+1
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-111-2/+0Star
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-111-2/+2
* [NET]: Avoid copying writable clones in tunnel driversPatrick McHardy2007-07-111-1/+2
* [IPV4] IPIP: Unify code path to get hash array index.YOSHIFUJI Hideaki2007-04-261-14/+8Star
* [SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo2007-04-261-2/+2
* [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmphArnaldo Carvalho de Melo2007-04-261-6/+6
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-261-8/+7Star
* [SK_BUFF]: Use skb_reset_network_header in skb_push casesArnaldo Carvalho de Melo2007-04-261-1/+2
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-261-2/+2