aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6/mcast.c
AgeCommit message (Expand)Author
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng
2013-02-11ipv6 mcast: Do not join device multicast for interface-local multicasts.YOSHIFUJI Hideaki / 吉藤英明
2013-02-04mcast: do not check 'rv' twice in a rowJean Sacren
2013-01-29ipv6 mcast: Use ipv6_addr_equal() in ip6_mc_source().YOSHIFUJI Hideaki / 吉藤英明
2013-01-21ipv6: Unshare ip6_nd_hdr() and change return type to void.YOSHIFUJI Hideaki / 吉藤英明
2013-01-18ipv6: Remove unused neigh argument for icmp6_dst_alloc() and its callers.YOSHIFUJI Hideaki / 吉藤英明
2013-01-13ipv6: Make ipv6_is_mld() inline and use it from ip6_mc_input().YOSHIFUJI Hideaki / 吉藤英明
2012-12-05ipv6: avoid taking locks at socket dismantleEric Dumazet
2012-11-03ipv6: introduce ip6_rt_put()Amerigo Wang
2012-07-17ipv6: fix unappropriate errno returned for non-multicast addressLi Wei
2012-05-19ipv6: bool/const conversions phase2Eric Dumazet
2012-05-16net: ipv6: Standardize prefixes for message loggingJoe Perches
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-05net: replace continue with break to reduce unnecessary loop in xxx_xmarksourcesRongQing.Li
2012-04-05ipv6: fix array index in ip6_mc_add_src()RongQing.Li
2012-03-16ipv6: Don't dev_hold(dev) in ip6_mc_find_dev_rcu.RongQing.Li
2011-12-28ipv6: Kill rt6i_dev and rt6i_expires defines.David S. Miller
2011-12-06ipv6: Move xfrm_lookup() call down into icmp6_dst_alloc().David S. Miller
2011-11-30ipv6 : mcast : Delete useless parameter in ip6_mc_add1_src()Jun Zhao
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan
2011-11-18ipv6: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu
2011-08-24mcast: Fix source address selection for multicast listener reportYan, Zheng
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-05-07net,rcu: convert call_rcu(ipv6_mc_socklist_reclaim) to kfree_rcu()Lai Jiangshan
2011-04-22inet: constify ip headers and in6_addrEric Dumazet
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller
2011-03-07mcast: net_device dev not usedHagen Paul Pfeifer
2011-03-02xfrm: Return dst directly from xfrm_lookup()David S. Miller
2010-11-24ipv6: mcast: RCU conversionEric Dumazet
2010-11-15net/ipv6/mcast.c: Remove unnecessary semicolonsJoe Perches
2010-06-10net-next: remove useless union keywordChangli Gao
2010-06-09ipv6: mcast: RCU conversionsEric Dumazet
2010-06-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-06-05ipv6: avoid high order allocationsEric Dumazet
2010-06-01net/ipv6/mcast.c: Remove unnecessary kmalloc castsJoe Perches
2010-05-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-04-23ipv6 mcast: Introduce include/net/mld.h for MLD definitions.YOSHIFUJI Hideaki
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-25netfilter: ipv6: use NFPROTO values for NF_HOOK invocationJan Engelhardt
2010-02-17IPv6: convert mc_lock to spinlockStephen Hemminger
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan
2009-11-13ipv6: use RCU to walk list of network devicesEric Dumazet
2009-09-15bonding: remap muticast addresses without using dev_close() and dev_open()Moni Shoua
2009-07-21mcastv6: Local variable shadows function argumentGerrit Renker
2009-06-03net: skb->dst accessorsEric Dumazet
2009-04-27snmp: add missing counters for RFC 4293Neil Horman