summaryrefslogtreecommitdiffstats
path: root/net/ipv6/sit.c
Commit message (Expand)AuthorAgeFilesLines
...
* ipv6 sit: 6rd (IPv6 Rapid Deployment) Support.YOSHIFUJI Hideaki / 吉藤英明2009-10-071-8/+116
* tunnels: Optimize tx pathEric Dumazet2009-10-051-2/+3
* sit: fix off-by-one in ipip6_tunnel_get_prlSascha Hlusiak2009-10-011-1/+1
* Revert "sit: stateless autoconf for isatap"Sascha Hlusiak2009-09-271-58/+0Star
* tunnel: eliminate recursion fieldEric Dumazet2009-09-251-8/+0Star
* netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger2009-09-011-1/+2
* sit: allow ip fragmentation when using nopmtudisc to fix package lossSascha Hlusiak2009-08-291-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-171-0/+1
|\
| * sit: fix regression: do not release skb->dst before xmitSascha Hlusiak2009-07-121-0/+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-11/+10Star
* sit: stateless autoconf for isatapSascha Hlusiak2009-05-201-0/+58
* sit: ipip6_tunnel_del_prl: return errSascha Hlusiak2009-05-201-1/+1
* sit: strictly restrict incoming traffic to tunnel link deviceSascha Hlusiak2009-05-201-9/+21
* sit: Fail to create tunnel, if it already existsSascha Hlusiak2009-05-201-2/+7
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-201-1/+1
|\
| * ipv6: fix display of local and remote sit endpointsBjørn Mork2009-03-191-1/+1
* | sit: used time_before for comparing jiffiesWei Yongjun2009-02-251-2/+3
|/
* net: fix tunnels in netns after ndo_ changesAlexey Dobriyan2008-11-241-1/+1
* ipv6: convert tunnels to net_device_opsStephen Hemminger2008-11-211-16/+17
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-171-20/+24
|\
| * ipv6 sit: Avoid extra need for compat layer in PRL management.YOSHIFUJI Hideaki2008-06-171-20/+24
* | 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-88/+1Star
|\|
| * net: The world is not perfect patch.Rami Rosen2008-05-221-88/+1Star
* | sit: Use on-device stats instead of private ones.Pavel Emelyanov2008-05-211-15/+9Star
|/
* sit: Add missing kfree_skb() on pskb_may_pull() failure.David S. Miller2008-05-091-1/+1
* [SIT]: Allow to create SIT tunnels in net namespaces.Pavel Emelyanov2008-04-161-0/+3
* [SIT]: Use proper net in routing calls.Pavel Emelyanov2008-04-161-5/+6
* [SIT]: Make tunnels hashes per-net.Pavel Emelyanov2008-04-161-20/+25
* [SIT]: Make the fallback tunnel device per-netPavel Emelyanov2008-04-161-32/+29Star
* [SIT]: Use proper net in hash-lookup functions.Pavel Emelyanov2008-04-161-2/+2
* [SIT]: Add net/sit_net argument to some functions.Pavel Emelyanov2008-04-161-19/+30
* [SIT]: Introduce empty struct sit_net and init/exit net ops.Pavel Emelyanov2008-04-161-0/+50
* [IPV6] SIT: Sparse: Use NULL pointer instead of 0.YOSHIFUJI Hideaki2008-04-111-1/+1
* [IPV6]: Unify ip6_onlink() and ipip6_onlink().YOSHIFUJI Hideaki2008-04-031-26/+1Star
* [IPV6] SIT: Add SIOCGETPRL ioctl to get/dump PRL.YOSHIFUJI Hideaki2008-04-031-9/+87
* [IPV6] SIT: Disallow 0.0.0.0 in PRL and Flush PRL if given for DEL.YOSHIFUJI Hideaki2008-04-031-1/+4
* [IPV6] SIT: Fix locking issues in PRL management.YOSHIFUJI Hideaki2008-04-031-17/+32
* [IPV6] SIT: Add PRL management for ISATAP.Templin, Fred L2008-04-031-44/+142
* [NETNS][IPV6] route6 - add netns parameter to ip6_route_outputDaniel Lezcano2008-03-051-1/+1
* [NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_lookupDaniel Lezcano2008-03-041-2/+2
* [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