summaryrefslogtreecommitdiff
path: root/net/ipv4/igmp.c
Commit message (Expand)AuthorAge
* 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-04
* net/ipv4/igmp.c: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat2014-08-22
* igmp: remove exceptional & on function nameHimangi Saraogi2014-07-24
* igmp: fix the problem when mc leave groupdingtianhong2014-07-07
* 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-09-30
* 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
* net: convert resend IGMP to notifier eventJiri Pirko2013-07-23
* igmp: fix new sparse errorsEric Dumazet2013-06-12
* igmp: remove unnecessary in_device member zeroingShawn Bohrer2013-06-12
* igmp: hash a hash table to speedup ip_check_mc_rcu()Eric Dumazet2013-06-12
* ipv4: Correct comparisons and calculations using skb->tail and skb-transport_...Simon Horman2013-05-28
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-18
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-18