aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/sit.c
Commit message (Expand)AuthorAge
* net: rx_dropped accountingEric Dumazet2010-09-20
* sit: get rid of ipip6_lockEric Dumazet2010-09-15
* net: struct xfrm_tunnel in read_mostly sectionEric Dumazet2010-08-30
* net-next: remove useless union keywordChangli Gao2010-06-11
* ipv6: get rid of ipip6_prl_lockEric Dumazet2010-06-01
* net: Introduce skb_tunnel_rx() helperEric Dumazet2010-05-18
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan2010-02-18
* net: remove INIT_RCU_HEAD() usageAlexey Dobriyan2010-02-17
* tunnels: fix netns vs proto registration orderingAlexey Dobriyan2010-02-16
* net: spread __net_init, __net_exitAlexey Dobriyan2010-01-17
* net: Simplify ipip6 aka sit pernet operations.Eric W. Biederman2009-12-01
* netns: net_identifiers should be read_mostlyEric Dumazet2009-11-18
* sit: Clean up DF code by copying from IPIPHerbert Xu2009-11-10
* ipv6 sit: Optimize multiple unregistrationEric Dumazet2009-10-29
* ipv6 sit: RCU conversion phase IIEric Dumazet2009-10-24
* ipv6 sit: RCU conversion phase IEric Dumazet2009-10-24
* ipv6 sit: Set relay to 0.0.0.0 directly if relay_prefixlen == 0.YOSHIFUJI Hideaki / 吉藤英明2009-10-12
* ipv6 sit: Fix 6rd relay address.YOSHIFUJI Hideaki / 吉藤英明2009-10-12
* ipv6 sit: Ensure to initialize 6rd parameters.YOSHIFUJI Hideaki / 吉藤英明2009-10-12
* ipv6 sit: 6rd (IPv6 Rapid Deployment) Support.YOSHIFUJI Hideaki / 吉藤英明2009-10-07
* tunnels: Optimize tx pathEric Dumazet2009-10-05
* sit: fix off-by-one in ipip6_tunnel_get_prlSascha Hlusiak2009-09-30
* Revert "sit: stateless autoconf for isatap"Sascha Hlusiak2009-09-26
* tunnel: eliminate recursion fieldEric Dumazet2009-09-24
* netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger2009-09-01
* sit: allow ip fragmentation when using nopmtudisc to fix package lossSascha Hlusiak2009-08-29
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-16
|\
| * sit: fix regression: do not release skb->dst before xmitSascha Hlusiak2009-07-11
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-05
|/
* net: skb->dst accessorsEric Dumazet2009-06-03
* sit: stateless autoconf for isatapSascha Hlusiak2009-05-19
* sit: ipip6_tunnel_del_prl: return errSascha Hlusiak2009-05-19
* sit: strictly restrict incoming traffic to tunnel link deviceSascha Hlusiak2009-05-19
* sit: Fail to create tunnel, if it already existsSascha Hlusiak2009-05-19
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-20
|\
| * ipv6: fix display of local and remote sit endpointsBjørn Mork2009-03-18
* | sit: used time_before for comparing jiffiesWei Yongjun2009-02-25
|/
* net: fix tunnels in netns after ndo_ changesAlexey Dobriyan2008-11-23
* ipv6: convert tunnels to net_device_opsStephen Hemminger2008-11-20
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-16
|\
| * ipv6 sit: Avoid extra need for compat layer in PRL management.YOSHIFUJI Hideaki2008-06-16
* | net: remove CVS keywordsAdrian Bunk2008-06-12
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-05-26
|\|
| * net: The world is not perfect patch.Rami Rosen2008-05-21
* | sit: Use on-device stats instead of private ones.Pavel Emelyanov2008-05-21
|/
* sit: Add missing kfree_skb() on pskb_may_pull() failure.David S. Miller2008-05-09
* [SIT]: Allow to create SIT tunnels in net namespaces.Pavel Emelyanov2008-04-16
* [SIT]: Use proper net in routing calls.Pavel Emelyanov2008-04-16
* [SIT]: Make tunnels hashes per-net.Pavel Emelyanov2008-04-16