aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/igmp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-03ipv4: igmp: Allow removing groups from a removed interfaceAndrew Lunn1-2/+3
2015-11-04ipv4: fix a potential deadlock in mcast getsockopt() pathWANG Cong1-8/+4
2015-10-08ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman1-2/+2
2015-10-08ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman1-2/+2
2015-09-29net/ipv4: Pass proto as u8 instead of u16 in ip_check_mc_rcuAlexander Duyck1-1/+1
2015-08-28IGMP: Inhibit reports for local multicast groupsPhilip Downey1-1/+25
2015-08-13net: fix wrong skb_get() usage / crash in IGMP/MLD parsing codeLinus Lüssing1-15/+18
2015-05-04net: Export IGMP/MLD message validation codeLinus Lüssing1-0/+162
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris1-4/+4
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris1-6/+6
2015-03-25ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa1-2/+2
2015-03-18ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner1-33/+8
2015-02-27multicast: Extend ip address command to enable multicast group join/leave onMadhu Challa1-0/+13
2015-02-20igmp: add __ip_mc_{join|leave}_group()Eric Dumazet1-18/+34
2014-11-05ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann1-6/+5
2014-11-05net: Convert SEQ_START_TOKEN/seq_printf to seq_putsJoe Perches1-5/+1
2014-11-04igmp: remove camel case definitionsFabian Frederick1-14/+14
2014-10-06ipv4: igmp: fix v3 general query drop monitor false positiveDaniel Borkmann1-1/+1
2014-09-04ipv4: implement igmp_qrv sysctl to tune igmp robustness variableHannes Frederic Sowa1-16/+15
2014-08-22net/ipv4/igmp.c: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat1-1/+1
2014-07-24igmp: remove exceptional & on function nameHimangi Saraogi1-1/+1
2014-07-07igmp: fix the problem when mc leave groupdingtianhong1-4/+6
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet1-2/+2
2014-05-08igmp: Call skb_checksum_simple_validateTom Herbert1-10/+2
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane1-3/+3
2014-01-14ipv4: register igmp_notifier even when !CONFIG_PROC_FSWANG Cong1-2/+6
2013-12-26ipv4: fix all space errors in file igmp.cWeilong Chen1-35/+35
2013-09-30ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine1-2/+2
2013-09-19ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka1-2/+2
2013-08-09net: igmp: Allow user-space configuration of igmp unsolicited report intervalWilliam Manley1-2/+17
2013-08-09net: igmp: Reduce Unsolicited report interval to 1s when using IGMPv3William Manley1-3/+13
2013-07-28ipv4, ipv6: send igmpv3/mld packets with TC_PRIO_CONTROLHannes Frederic Sowa1-0/+3
2013-07-23net: convert resend IGMP to notifier eventJiri Pirko1-6/+40
2013-06-12igmp: fix new sparse errorsEric Dumazet1-4/+4
2013-06-12igmp: remove unnecessary in_device member zeroingShawn Bohrer1-4/+0
2013-06-12igmp: hash a hash table to speedup ip_check_mc_rcu()Eric Dumazet1-3/+70
2013-05-28ipv4: Correct comparisons and calculations using skb->tail and skb-transport_headerSimon Horman1-1/+1
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-2/+3
2012-10-01igmp: export symbol ip_mc_leave_groupstephen hemminger1-0/+1
2012-09-07igmp: avoid drop_monitor false positivesEric Dumazet1-11/+19
2012-08-09time: jiffies_delta_to_clock_t() helper to the rescueEric Dumazet1-2/+5
2012-04-15ipv4: fix checkpatch errorsDaniel Baluta1-8/+8
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2012-04-05net: replace continue with break to reduce unnecessary loop in xxx_xmarksourcesRongQing.Li1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet1-4/+4
2012-01-09igmp: Avoid zero delay when receiving odd mixture of IGMP queriesBen Hutchings1-0/+2
2011-11-30ipv4 : igmp : Delete useless parameter in ip_mc_add1_src()Jun Zhao1-2/+2
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2