aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/igmp.c
Commit message (Expand)AuthorAge
* net: ipv4: add second dif to multicast source filterDavid Ahern2017-08-07
* net: convert ip_mc_list.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-01
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-21
|\
| * igmp: add a missing spin_lock_init()WANG Cong2017-06-20
* | networking: make skb_put & friends return void pointersJohannes Berg2017-06-16
|/
* igmp: acquire pmc lock for ip_mc_clear_src()WANG Cong2017-06-13
* igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()Hangbin Liu2017-02-09
* igmp: Make igmp group member RFC 3376 compliantMichal Tesar2017-01-02
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* igmp: do not remove igmp souce list info when set link downHangbin Liu2016-11-15
* net/multicast: should not send source list records when have filter mode changeHangbin Liu2016-08-08
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-08
|\
| * mld, igmp: Fix reserved tailroom calculationBenjamin Poirier2016-03-03
* | igmp: net: Move igmp namespace init to correct fileNikolay Borisov2016-02-16
* | igmp: Namespacify igmp_qrv sysctl knobNikolay Borisov2016-02-11
* | igmp: Namespaceify igmp_llm_reports sysctl knobNikolay Borisov2016-02-11
* | igmp: Namespaceify igmp_max_msf sysctl knobNikolay Borisov2016-02-11
* | igmp: Namespaceify igmp_max_memberships sysctl knobNikolay Borisov2016-02-11
|/
* ipv4: igmp: Allow removing groups from a removed interfaceAndrew Lunn2015-12-03
* ipv4: fix a potential deadlock in mcast getsockopt() pathWANG Cong2015-11-04
* ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman2015-10-08
* ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman2015-10-08
* net/ipv4: Pass proto as u8 instead of u16 in ip_check_mc_rcuAlexander Duyck2015-09-29
* IGMP: Inhibit reports for local multicast groupsPhilip Downey2015-08-28
* net: fix wrong skb_get() usage / crash in IGMP/MLD parsing codeLinus Lüssing2015-08-13
* net: Export IGMP/MLD message validation codeLinus Lüssing2015-05-04
* ipv4: coding style: comparison for inequality with NULLIan Morris2015-04-03
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-03
* ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa2015-03-25
* ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner2015-03-18
* multicast: Extend ip address command to enable multicast group join/leave onMadhu Challa2015-02-27
* igmp: add __ip_mc_{join|leave}_group()Eric Dumazet2015-02-20
* ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann2014-11-05
* net: Convert SEQ_START_TOKEN/seq_printf to seq_putsJoe Perches2014-11-05
* igmp: remove camel case definitionsFabian Frederick2014-11-04
* ipv4: igmp: fix v3 general query drop monitor false positiveDaniel Borkmann2014-10-06
* ipv4: implement igmp_qrv sysctl to tune igmp robustness variableHannes Frederic Sowa2014-09-05
* net/ipv4/igmp.c: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat2014-08-22
* igmp: remove exceptional & on function nameHimangi Saraogi2014-07-25
* igmp: fix the problem when mc leave groupdingtianhong2014-07-08
* inetpeer: get rid of ip_id_countEric Dumazet2014-06-02
* igmp: Call skb_checksum_simple_validateTom Herbert2014-05-08
* net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-14
* ipv4: register igmp_notifier even when !CONFIG_PROC_FSWANG Cong2014-01-14
* ipv4: fix all space errors in file igmp.cWeilong Chen2013-12-26
* ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine2013-10-01
* ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka2013-09-19
* net: igmp: Allow user-space configuration of igmp unsolicited report intervalWilliam Manley2013-08-09
* net: igmp: Reduce Unsolicited report interval to 1s when using IGMPv3William Manley2013-08-09
* ipv4, ipv6: send igmpv3/mld packets with TC_PRIO_CONTROLHannes Frederic Sowa2013-07-28