aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/mcast.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-01ipv6,mcast: always hold idev->lock before mca_lockAmerigo Wang1-8/+10
2013-06-28ipv6: resend MLD report if a link-local address completes DADHannes Frederic Sowa1-0/+52
2013-05-28ipv6: Correct comparisons and calculations using skb->tail and skb-transport_headerSimon Horman1-2/+3
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-3/+3
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-3/+3
2013-02-11ipv6 mcast: Do not join device multicast for interface-local multicasts.YOSHIFUJI Hideaki / 吉藤英明1-0/+8
2013-02-04mcast: do not check 'rv' twice in a rowJean Sacren1-4/+2
2013-01-29ipv6 mcast: Use ipv6_addr_equal() in ip6_mc_source().YOSHIFUJI Hideaki / 吉藤英明1-3/+2
2013-01-21ipv6: Unshare ip6_nd_hdr() and change return type to void.YOSHIFUJI Hideaki / 吉藤英明1-2/+27
2013-01-18ipv6: Remove unused neigh argument for icmp6_dst_alloc() and its callers.YOSHIFUJI Hideaki / 吉藤英明1-2/+2
2013-01-13ipv6: Make ipv6_is_mld() inline and use it from ip6_mc_input().YOSHIFUJI Hideaki / 吉藤英明1-27/+0
2012-12-05ipv6: avoid taking locks at socket dismantleEric Dumazet1-0/+3
2012-11-03ipv6: introduce ip6_rt_put()Amerigo Wang1-2/+2
2012-07-17ipv6: fix unappropriate errno returned for non-multicast addressLi Wei1-0/+3
2012-05-19ipv6: bool/const conversions phase2Eric Dumazet1-33/+33
2012-05-16net: ipv6: Standardize prefixes for message loggingJoe Perches1-2/+1
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-04-05net: replace continue with break to reduce unnecessary loop in xxx_xmarksourcesRongQing.Li1-1/+1
2012-04-05ipv6: fix array index in ip6_mc_add_src()RongQing.Li1-1/+1
2012-03-16ipv6: Don't dev_hold(dev) in ip6_mc_find_dev_rcu.RongQing.Li1-1/+0
2011-12-28ipv6: Kill rt6i_dev and rt6i_expires defines.David S. Miller1-2/+2
2011-12-06ipv6: Move xfrm_lookup() call down into icmp6_dst_alloc().David S. Miller1-16/+2
2011-11-30ipv6 : mcast : Delete useless parameter in ip6_mc_add1_src()Jun Zhao1-2/+2
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-3/+3
2011-11-18ipv6: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu1-4/+8
2011-08-24mcast: Fix source address selection for multicast listener reportYan, Zheng1-1/+1
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