summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipip.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0Star
* [IPSEC]: Changing API of xfrm4_tunnel_register.Kazunori MIYAZAWA2007-02-131-3/+3
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-7/+7
* [NET]: unregister_netdevice as voidStephen Hemminger2007-02-081-1/+2
* [IPV4]: encapsulation annotationsAl Viro2006-12-031-8/+8
* [IPV4]: ipip and ip_gre encapsulation bugsAl Viro2006-09-231-10/+12
* [IPV4]: Get rid of redundant IPCB->opts initialisationHerbert Xu2006-07-211-1/+0Star
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [INET]: Move no-tunnel ICMP error to tunnel4/tunnel6Herbert Xu2006-04-101-4/+0Star
* [INET]: Introduce tunnel4/tunnel6Herbert Xu2006-03-291-51/+28Star
* [XFRM]: Fix SNAT-related crash in xfrm4_output_finishPatrick McHardy2006-02-161-1/+2