aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/sit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-18ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan1-1/+1
2010-02-17net: remove INIT_RCU_HEAD() usageAlexey Dobriyan1-1/+0
2010-02-16tunnels: fix netns vs proto registration orderingAlexey Dobriyan1-7/+6
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan1-5/+4
2009-12-01net: Simplify ipip6 aka sit pernet operations.Eric W. Biederman1-19/+6
2009-11-18netns: net_identifiers should be read_mostlyEric Dumazet1-1/+1
2009-11-10sit: Clean up DF code by copying from IPIPHerbert Xu1-21/+21
2009-10-29ipv6 sit: Optimize multiple unregistrationEric Dumazet1-6/+11
2009-10-24ipv6 sit: RCU conversion phase IIEric Dumazet1-18/+27
2009-10-24ipv6 sit: RCU conversion phase IEric Dumazet1-23/+50
2009-10-11ipv6 sit: Set relay to 0.0.0.0 directly if relay_prefixlen == 0.YOSHIFUJI Hideaki / 吉藤英明1-3/+6
2009-10-11ipv6 sit: Fix 6rd relay address.YOSHIFUJI Hideaki / 吉藤英明1-2/+2
2009-10-11ipv6 sit: Ensure to initialize 6rd parameters.YOSHIFUJI Hideaki / 吉藤英明1-4/+6
2009-10-07ipv6 sit: 6rd (IPv6 Rapid Deployment) Support.YOSHIFUJI Hideaki / 吉藤英明1-8/+116
2009-10-05tunnels: Optimize tx pathEric Dumazet1-2/+3
2009-09-30sit: fix off-by-one in ipip6_tunnel_get_prlSascha Hlusiak1-1/+1
2009-09-26Revert "sit: stateless autoconf for isatap"Sascha Hlusiak1-58/+0
2009-09-24tunnel: eliminate recursion fieldEric Dumazet1-8/+0
2009-09-01netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger1-1/+2
2009-08-28sit: allow ip fragmentation when using nopmtudisc to fix package lossSascha Hlusiak1-1/+1
2009-07-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-07-11sit: fix regression: do not release skb->dst before xmitSascha Hlusiak1-0/+1
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-3/+3
2009-06-03net: skb->dst accessorsEric Dumazet1-11/+10
2009-05-19sit: stateless autoconf for isatapSascha Hlusiak1-0/+58
2009-05-19sit: ipip6_tunnel_del_prl: return errSascha Hlusiak1-1/+1
2009-05-19sit: strictly restrict incoming traffic to tunnel link deviceSascha Hlusiak1-9/+21
2009-05-19sit: Fail to create tunnel, if it already existsSascha Hlusiak1-2/+7
2009-03-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-03-18ipv6: fix display of local and remote sit endpointsBjørn Mork1-1/+1
2009-02-24sit: used time_before for comparing jiffiesWei Yongjun1-2/+3
2008-11-23net: fix tunnels in netns after ndo_ changesAlexey Dobriyan1-1/+1
2008-11-20ipv6: convert tunnels to net_device_opsStephen Hemminger1-16/+17
2008-06-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-20/+24
2008-06-16ipv6 sit: Avoid extra need for compat layer in PRL management.YOSHIFUJI Hideaki1-20/+24
2008-06-11net: remove CVS keywordsAdrian Bunk1-2/+0
2008-05-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-88/+1
2008-05-21net: The world is not perfect patch.Rami Rosen1-88/+1
2008-05-21sit: Use on-device stats instead of private ones.Pavel Emelyanov1-15/+9
2008-05-08sit: Add missing kfree_skb() on pskb_may_pull() failure.David S. Miller1-1/+1
2008-04-16[SIT]: Allow to create SIT tunnels in net namespaces.Pavel Emelyanov1-0/+3
2008-04-16[SIT]: Use proper net in routing calls.Pavel Emelyanov1-5/+6
2008-04-16[SIT]: Make tunnels hashes per-net.Pavel Emelyanov1-20/+25
2008-04-16[SIT]: Make the fallback tunnel device per-netPavel Emelyanov1-32/+29
2008-04-16[SIT]: Use proper net in hash-lookup functions.Pavel Emelyanov1-2/+2
2008-04-16[SIT]: Add net/sit_net argument to some functions.Pavel Emelyanov1-19/+30
2008-04-16[SIT]: Introduce empty struct sit_net and init/exit net ops.Pavel Emelyanov1-0/+50
2008-04-11[IPV6] SIT: Sparse: Use NULL pointer instead of 0.YOSHIFUJI Hideaki1-1/+1
2008-04-03[IPV6]: Unify ip6_onlink() and ipip6_onlink().YOSHIFUJI Hideaki1-26/+1
2008-04-03[IPV6] SIT: Add SIOCGETPRL ioctl to get/dump PRL.YOSHIFUJI Hideaki1-9/+87