aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/igmp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan1-2/+0
2017-12-13net: igmp: Use correct source address on IGMPv3 reportsKevin Cernekee1-1/+19
2017-12-13ipv4: igmp: guard against silly MTU valuesEric Dumazet1-9/+15
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-11/+9
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+9
2017-08-16net: igmp: Use ingress interface rather than vrf deviceDavid Ahern1-1/+9
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+0
2017-08-09igmp: Fix regression caused by igmp sysctl namespace code.Nikolay Borisov1-6/+0
2017-08-07net: ipv4: add second dif to multicast source filterDavid Ahern1-2/+4
2017-07-01net: convert ip_mc_list.refcnt from atomic_t to refcount_tReshetova, Elena1-5/+5
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-06-20igmp: add a missing spin_lock_init()WANG Cong1-0/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-3/+3
2017-06-13igmp: acquire pmc lock for ip_mc_clear_src()WANG Cong1-8/+13
2017-02-09igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()Hangbin Liu1-0/+1
2017-01-02igmp: Make igmp group member RFC 3376 compliantMichal Tesar1-1/+6
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-15igmp: do not remove igmp souce list info when set link downHangbin Liu1-14/+36
2016-08-08net/multicast: should not send source list records when have filter mode changeHangbin Liu1-0/+10
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2016-03-03mld, igmp: Fix reserved tailroom calculationBenjamin Poirier1-2/+1
2016-02-16igmp: net: Move igmp namespace init to correct fileNikolay Borisov1-0/+14
2016-02-11igmp: Namespacify igmp_qrv sysctl knobNikolay Borisov1-12/+17
2016-02-11igmp: Namespaceify igmp_llm_reports sysctl knobNikolay Borisov1-11/+15
2016-02-11igmp: Namespaceify igmp_max_msf sysctl knobNikolay Borisov1-4/+1
2016-02-11igmp: Namespaceify igmp_max_memberships sysctl knobNikolay Borisov1-3/+1
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