aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/mcast.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-18/+18
2011-05-07net,rcu: convert call_rcu(ipv6_mc_socklist_reclaim) to kfree_rcu()Lai Jiangshan1-6/+2
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-18/+18
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller1-6/+6
2011-03-07mcast: net_device dev not usedHagen Paul Pfeifer1-6/+0
2011-03-02xfrm: Return dst directly from xfrm_lookup()David S. Miller1-3/+10
2010-11-24ipv6: mcast: RCU conversionEric Dumazet1-31/+44
2010-11-15net/ipv6/mcast.c: Remove unnecessary semicolonsJoe Perches1-1/+1
2010-06-10net-next: remove useless union keywordChangli Gao1-2/+2
2010-06-09ipv6: mcast: RCU conversionsEric Dumazet1-96/+87
2010-06-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+4
2010-06-05ipv6: avoid high order allocationsEric Dumazet1-1/+4
2010-06-01net/ipv6/mcast.c: Remove unnecessary kmalloc castsJoe Perches1-2/+1
2010-05-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-95/+40
2010-04-23ipv6 mcast: Introduce include/net/mld.h for MLD definitions.YOSHIFUJI Hideaki1-95/+40
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-2/+3
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-25netfilter: ipv6: use NFPROTO values for NF_HOOK invocationJan Engelhardt1-2/+2
2010-02-17IPv6: convert mc_lock to spinlockStephen Hemminger1-9/+10
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan1-7/+6
2009-11-13ipv6: use RCU to walk list of network devicesEric Dumazet1-28/+23
2009-09-15bonding: remap muticast addresses without using dev_close() and dev_open()Moni Shoua1-0/+19
2009-07-21mcastv6: Local variable shadows function argumentGerrit Renker1-1/+0
2009-06-03net: skb->dst accessorsEric Dumazet1-7/+10
2009-04-27snmp: add missing counters for RFC 4293Neil Horman1-7/+12
2008-12-14ipv6/mcast: join error paths using gotoIlpo Järvinen1-11/+14
2008-11-25netns xfrm: lookup in netnsAlexey Dobriyan1-2/+2
2008-11-19include/net net/ - csum_partial - remove unnecessary castsJoe Perches1-1/+1
2008-10-29net: replace %#p6 format specifier with %pi6Harvey Harrison1-2/+2
2008-10-28net: replace all current users of NIP6_SEQFMT with %#p6Harvey Harrison1-5/+5
2008-10-08ipv6: added net argument to ICMP6MSGOUT_INC_STATS_BHDenis V. Lunev1-1/+1
2008-10-08ipv6: added net argument to ICMP6MSGOUT_INC_STATSDenis V. Lunev1-1/+1
2008-10-08ipv6: added net argument to ICMP6_INC_STATS_BHDenis V. Lunev1-1/+1
2008-10-08ipv6: added net argument to ICMP6_INC_STATSDenis V. Lunev1-1/+1
2008-10-08ipv6: added net argument to IP6_INC_STATS_BHDenis V. Lunev1-2/+2
2008-10-08netns: add net parameter to IP6_INC_STATSDenis V. Lunev1-5/+5
2008-07-19ipv6 mcast: Omit redundant address family checks in ip6_mc_source().YOSHIFUJI Hideaki1-4/+0
2008-07-19ipv6 netns: Make several "global" sysctl variables namespace aware.YOSHIFUJI Hideaki1-1/+1
2008-06-11Merge branch 'net-next-2.6-misc-20080612a' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-nextDavid S. Miller1-1/+0
2008-06-11net: remove CVS keywordsAdrian Bunk1-2/+0
2008-06-12ipv6 mcast: Remove unused macro (MLDV2_QQIC) from mcast.c.Rami Rosen1-1/+0
2008-05-12net: Allow netdevices to specify needed head/tailroomJohannes Berg1-2/+2
2008-04-12[IPV6]: Use in6addr_any where appropriate.YOSHIFUJI Hideaki1-8/+11
2008-04-12[IPV6]: Define constants for link-local multicast addresses.YOSHIFUJI Hideaki1-15/+8
2008-04-12[IPV6]: Make address arguments const.YOSHIFUJI Hideaki1-11/+9
2008-04-03[IPV6]: Simplify IPv6 control sockets creation.Denis V. Lunev1-13/+6
2008-03-26[NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-2/+2
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-6/+6