aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6/sit.c
AgeCommit message (Expand)Author
2011-03-10net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-01net/ipv6/sit.c: return unhandled skb to tunnel4_rcvDavid McCullough
2010-11-17net: use the macros defined for the members of flowiChangli Gao
2010-10-27tunnels: Fix tunnels change rcu protectionPavel Emelyanov
2010-10-05net: add a core netdev->rx_dropped counterEric Dumazet
2010-09-29sit: enable lockless xmitsEric Dumazet
2010-09-29sit: fix percpu stats accountingEric Dumazet
2010-09-27sit: percpu stats accountingEric Dumazet
2010-09-20net: rx_dropped accountingEric Dumazet
2010-09-15sit: get rid of ipip6_lockEric Dumazet
2010-08-30net: struct xfrm_tunnel in read_mostly sectionEric Dumazet
2010-06-10net-next: remove useless union keywordChangli Gao
2010-06-01ipv6: get rid of ipip6_prl_lockEric Dumazet
2010-05-17net: Introduce skb_tunnel_rx() helperEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-18ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan
2010-02-17net: remove INIT_RCU_HEAD() usageAlexey Dobriyan
2010-02-16tunnels: fix netns vs proto registration orderingAlexey Dobriyan
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan
2009-12-01net: Simplify ipip6 aka sit pernet operations.Eric W. Biederman
2009-11-18netns: net_identifiers should be read_mostlyEric Dumazet
2009-11-10sit: Clean up DF code by copying from IPIPHerbert Xu
2009-10-29ipv6 sit: Optimize multiple unregistrationEric Dumazet
2009-10-24ipv6 sit: RCU conversion phase IIEric Dumazet
2009-10-24ipv6 sit: RCU conversion phase IEric Dumazet
2009-10-11ipv6 sit: Set relay to 0.0.0.0 directly if relay_prefixlen == 0.YOSHIFUJI Hideaki / 吉藤英明
2009-10-11ipv6 sit: Fix 6rd relay address.YOSHIFUJI Hideaki / 吉藤英明
2009-10-11ipv6 sit: Ensure to initialize 6rd parameters.YOSHIFUJI Hideaki / 吉藤英明
2009-10-07ipv6 sit: 6rd (IPv6 Rapid Deployment) Support.YOSHIFUJI Hideaki / 吉藤英明
2009-10-05tunnels: Optimize tx pathEric Dumazet
2009-09-30sit: fix off-by-one in ipip6_tunnel_get_prlSascha Hlusiak
2009-09-26Revert "sit: stateless autoconf for isatap"Sascha Hlusiak
2009-09-24tunnel: eliminate recursion fieldEric Dumazet
2009-09-01netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger
2009-08-28sit: allow ip fragmentation when using nopmtudisc to fix package lossSascha Hlusiak
2009-07-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-07-11sit: fix regression: do not release skb->dst before xmitSascha Hlusiak
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-06-03net: skb->dst accessorsEric Dumazet
2009-05-19sit: stateless autoconf for isatapSascha Hlusiak
2009-05-19sit: ipip6_tunnel_del_prl: return errSascha Hlusiak
2009-05-19sit: strictly restrict incoming traffic to tunnel link deviceSascha Hlusiak
2009-05-19sit: Fail to create tunnel, if it already existsSascha Hlusiak
2009-03-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-03-18ipv6: fix display of local and remote sit endpointsBjørn Mork
2009-02-24sit: used time_before for comparing jiffiesWei Yongjun
2008-11-23net: fix tunnels in netns after ndo_ changesAlexey Dobriyan
2008-11-20ipv6: convert tunnels to net_device_opsStephen Hemminger
2008-06-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller