summaryrefslogtreecommitdiffstats
path: root/net/ipv4/igmp.c
Commit message (Expand)AuthorAgeFilesLines
* igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()Hangbin Liu2017-02-091-0/+1
* igmp: Make igmp group member RFC 3376 compliantMichal Tesar2017-01-021-1/+6
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* igmp: do not remove igmp souce list info when set link downHangbin Liu2016-11-151-14/+36
* net/multicast: should not send source list records when have filter mode changeHangbin Liu2016-08-081-0/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-081-2/+1
|\
| * mld, igmp: Fix reserved tailroom calculationBenjamin Poirier2016-03-031-2/+1
* | igmp: net: Move igmp namespace init to correct fileNikolay Borisov2016-02-161-0/+14
* | igmp: Namespacify igmp_qrv sysctl knobNikolay Borisov2016-02-111-12/+17
* | igmp: Namespaceify igmp_llm_reports sysctl knobNikolay Borisov2016-02-111-11/+15
* | igmp: Namespaceify igmp_max_msf sysctl knobNikolay Borisov2016-02-111-4/+1
* | igmp: Namespaceify igmp_max_memberships sysctl knobNikolay Borisov2016-02-111-3/+1
|/
* ipv4: igmp: Allow removing groups from a removed interfaceAndrew Lunn2015-12-031-2/+3
* ipv4: fix a potential deadlock in mcast getsockopt() pathWANG Cong2015-11-041-8/+4
* ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman2015-10-081-2/+2
* ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman2015-10-081-2/+2
* net/ipv4: Pass proto as u8 instead of u16 in ip_check_mc_rcuAlexander Duyck2015-09-291-1/+1
* IGMP: Inhibit reports for local multicast groupsPhilip Downey2015-08-281-1/+25
* net: fix wrong skb_get() usage / crash in IGMP/MLD parsing codeLinus Lüssing2015-08-131-15/+18
* net: Export IGMP/MLD message validation codeLinus Lüssing2015-05-041-0/+162
* ipv4: coding style: comparison for inequality with NULLIan Morris2015-04-031-4/+4
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-031-6/+6
* ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa2015-03-251-2/+2
* ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner2015-03-181-33/+8
* multicast: Extend ip address command to enable multicast group join/leave onMadhu Challa2015-02-271-0/+13
* igmp: add __ip_mc_{join|leave}_group()Eric Dumazet2015-02-201-18/+34
* ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann2014-11-051-6/+5
* net: Convert SEQ_START_TOKEN/seq_printf to seq_putsJoe Perches2014-11-051-5/+1
* igmp: remove camel case definitionsFabian Frederick2014-11-041-14/+14
* ipv4: igmp: fix v3 general query drop monitor false positiveDaniel Borkmann2014-10-061-1/+1
* ipv4: implement igmp_qrv sysctl to tune igmp robustness variableHannes Frederic Sowa2014-09-041-16/+15
* net/ipv4/igmp.c: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat2014-08-221-1/+1
* igmp: remove exceptional & on function nameHimangi Saraogi2014-07-241-1/+1
* igmp: fix the problem when mc leave groupdingtianhong2014-07-071-4/+6
* inetpeer: get rid of ip_id_countEric Dumazet2014-06-021-2/+2
* igmp: Call skb_checksum_simple_validateTom Herbert2014-05-081-10/+2
* net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-141-3/+3
* ipv4: register igmp_notifier even when !CONFIG_PROC_FSWANG Cong2014-01-141-2/+6
* ipv4: fix all space errors in file igmp.cWeilong Chen2013-12-261-35/+35
* ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine2013-09-301-2/+2
* ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka2013-09-191-2/+2
* net: igmp: Allow user-space configuration of igmp unsolicited report intervalWilliam Manley2013-08-091-2/+17
* net: igmp: Reduce Unsolicited report interval to 1s when using IGMPv3William Manley2013-08-091-3/+13
* ipv4, ipv6: send igmpv3/mld packets with TC_PRIO_CONTROLHannes Frederic Sowa2013-07-281-0/+3
* net: convert resend IGMP to notifier eventJiri Pirko2013-07-231-6/+40
* igmp: fix new sparse errorsEric Dumazet2013-06-121-4/+4
* igmp: remove unnecessary in_device member zeroingShawn Bohrer2013-06-121-4/+0
* igmp: hash a hash table to speedup ip_check_mc_rcu()Eric Dumazet2013-06-121-3/+70
* ipv4: Correct comparisons and calculations using skb->tail and skb-transport_...Simon Horman2013-05-281-1/+1
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-3/+3