summaryrefslogtreecommitdiffstats
path: root/net/ipv6/sit.c
Commit message (Expand)AuthorAgeFilesLines
...
* [INET]: Don't create tunnels with '%' in name.Pavel Emelyanov2008-02-271-4/+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-2/+2
* [IPV6] sit: Rebinding of SIT tunnels to other interfacesMichal Schmidt2008-01-281-28/+42
* [IPV6]: Add RFC4214 supportFred L. Templin2008-01-281-0/+77
* [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-1/+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
* [IPV6] SIT: Unify code path to get hash array index.YOSHIFUJI Hideaki2007-04-261-14/+9Star
* [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 ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo2007-04-261-4/+4
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-261-2/+2
* [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]: make sit use the xfrm4_tunnel_registerKazunori MIYAZAWA2007-02-131-12/+18
* [NET] IPV6: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-5/+5
* [NET]: unregister_netdevice as voidStephen Hemminger2007-02-081-1/+2
* [IPV6] net/ipv6/sit.c: make 2 functions staticAdrian Bunk2006-12-031-2/+2
* [IPV6]: Misc endianness annotations.Al Viro2006-12-031-9/+9
* [IPV6]: Give sit driver an appropriate module alias.Patrick McHardy2006-11-061-0/+1
* [IPV6] sit: Add missing MODULE_LICENSEJan Dittmer2006-10-161-0/+1
* [IPV6]: Seperate sit driver to extra moduleJoerg Roedel2006-10-121-0/+3
* [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]: Use port unreachable instead of proto for tunnelsHerbert Xu2006-04-101-1/+1
* [PATCH] capable/capability.h (net/)Randy Dunlap2006-01-121-0/+1
* [NET]: Convert net/{ipv4,ipv6,sched} to netdev_privPatrick McHardy2006-01-091-10/+10
* [IPV4]: reset IPCB flags when neccessaryPatrick McHardy2006-01-071-0/+2
* [NET]: Change 1500 to ETH_DATA_LEN in some filesKris Katterjohn2006-01-061-1/+2
* [NET]: Fix sparse warningsArnaldo Carvalho de Melo2005-08-301-1/+1
* [NET]: fix oops after tunnel module unloadAlexey Kuznetsov2005-07-311-2/+19
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+833