aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/mcast.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-05ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann1-4/+5
2014-11-05net: Convert SEQ_START_TOKEN/seq_printf to seq_putsJoe Perches1-5/+1
2014-09-22ipv6: mld: answer mldv2 queries with mldv1 reports in mldv1 fallbackDaniel Borkmann1-10/+31
2014-09-13ipv6: refactor ipv6_dev_mc_inc()WANG Cong1-33/+49
2014-09-13ipv6: update the comment in mcast.cWANG Cong1-7/+5
2014-09-13ipv6: drop some rcu_read_lock in mcastWANG Cong1-13/+4
2014-09-13ipv6: drop ipv6_sk_mc_lock in mcastWANG Cong1-16/+2
2014-09-09ipv6: mcast: remove dead debugging definesDaniel Borkmann1-9/+0
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+14
2014-09-05ipv6: fix rtnl locking in setsockopt for anycast and multicastSabrina Dubroca1-0/+14
2014-09-04ipv6: add sysctl_mld_qrv to configure query robustness variableHannes Frederic Sowa1-10/+15
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris1-50/+50
2014-06-27ipv6: Fix MLD Query message checkHangbin Liu1-2/+11
2014-03-31ipv6: some ipv6 statistic counters failed to disable bhHannes Frederic Sowa1-5/+6
2014-01-17ipv6: send Change Status Report after DAD is completedFlavio Leitner1-24/+33
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane1-5/+5
2013-09-30ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_putSalam Noureddine1-3/+3
2013-09-04net: ipv6: mld: introduce mld_{gq, ifc, dad}_stop_timer functionsDaniel Borkmann1-16/+25
2013-09-04net: ipv6: mld: refactor query processing into v1/v2 functionsDaniel Borkmann1-33/+56
2013-09-04net: ipv6: mld: similarly to MLDv2 have min max_delay of 1Daniel Borkmann1-7/+7
2013-09-04net: ipv6: mld: implement RFC3810 MLDv2 mode onlyDaniel Borkmann1-4/+30
2013-09-04net: ipv6: mld: get rid of MLDV2_MRC and simplify calculationDaniel Borkmann1-16/+2
2013-09-04net: ipv6: mld: clean up MLD_V1_SEEN macroDaniel Borkmann1-13/+21
2013-09-04net: ipv6: mld: fix v1/v2 switchback timeout to rfc3810, 9.12.Daniel Borkmann1-6/+110
2013-08-20net: ipv6: mcast: minor: use defines for rfc3810/8.1 lengthsDaniel Borkmann1-3/+6
2013-08-20net: ipv6: minor: *_start_timer: rather use unsigned longDaniel Borkmann1-5/+5
2013-08-20net: ipv6: igmp6_event_query: use msecs_to_jiffiesDaniel Borkmann1-6/+5
2013-08-13ipv6: make unsolicited report intervals configurable for mldHannes Frederic Sowa1-3/+14
2013-07-28ipv4, ipv6: send igmpv3/mld packets with TC_PRIO_CONTROLHannes Frederic Sowa1-1/+3
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