aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/igmp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-29ipv4/igmp: fix v1/v2 switchback timeout based on rfc3376, 8.12Hangbin Liu1-17/+36
2018-09-02igmp: fix incorrect unsolicit report count after link down and upHangbin Liu1-4/+2
2018-09-02igmp: fix incorrect unsolicit report count when join groupHangbin Liu1-3/+2
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-07-25net: igmp: make function __ip_mc_inc_group() staticWei Yongjun1-1/+2
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2018-07-21multicast: do not restore deleted record source filter mode to new oneHangbin Liu1-2/+1
2018-07-21multicast: remove useless parameter for group addHangbin Liu1-5/+5
2018-07-16ipv4/igmp: init group mode as INCLUDE when join source groupHangbin Liu1-16/+42
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-29/+4
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-2/+2
2018-02-13net: Convert pernet_subsys, registered from inet_init()Kirill Tkhai1-0/+1
2018-02-01net: igmp: add a missing rcu locking sectionEric Dumazet1-0/+4
2018-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-01-22net: igmp: fix source address check for IGMPv3 reportsFelix Fietkau1-1/+1
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