aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/igmp.c
Commit message (Expand)AuthorAge
* net: fix __ip_mc_inc_group usageLi RongQing2019-08-20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-08
|\
| * igmp: fix memory leak in igmpv3_del_delrec()Eric Dumazet2019-06-29
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-07
|\|
| * Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-31
| |\
| | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-30
* | | net: use new in_dev_ifa iteratorsFlorian Westphal2019-06-02
|/ /
* | ipv4/igmp: fix build error if !CONFIG_IP_MULTICASTEric Dumazet2019-05-23
* | ipv4/igmp: fix another memory leak in igmpv3_del_delrec()Eric Dumazet2019-05-22
|/
* net: remove unneeded switch fall-throughLi RongQing2019-02-21
* net: Fix ip_mc_{dec,inc}_group allocation contextFlorian Fainelli2019-02-03
* bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() internalsLinus Lüssing2019-01-22
* bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() callsLinus Lüssing2019-01-22
* ipv4/igmp: fix v1/v2 switchback timeout based on rfc3376, 8.12Hangbin Liu2018-10-29
* igmp: fix incorrect unsolicit report count after link down and upHangbin Liu2018-09-02
* igmp: fix incorrect unsolicit report count when join groupHangbin Liu2018-09-02
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-02
|\
| * net: igmp: make function __ip_mc_inc_group() staticWei Yongjun2018-07-25
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-24
|\|
| * multicast: do not restore deleted record source filter mode to new oneHangbin Liu2018-07-22
* | multicast: remove useless parameter for group addHangbin Liu2018-07-22
|/
* ipv4/igmp: init group mode as INCLUDE when join source groupHangbin Liu2018-07-16
* proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-16
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-27
* net: Use octal not symbolic permissionsJoe Perches2018-03-26
* net: Convert pernet_subsys, registered from inet_init()Kirill Tkhai2018-02-13
* net: igmp: add a missing rcu locking sectionEric Dumazet2018-02-01
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-23
|\
| * net: igmp: fix source address check for IGMPv3 reportsFelix Fietkau2018-01-22
* | net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-16
|/
* net: igmp: Use correct source address on IGMPv3 reportsKevin Cernekee2017-12-13
* ipv4: igmp: guard against silly MTU valuesEric Dumazet2017-12-13
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-21
|\
| * net: igmp: Use ingress interface rather than vrf deviceDavid Ahern2017-08-16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-10
|\|
| * igmp: Fix regression caused by igmp sysctl namespace code.Nikolay Borisov2017-08-10
* | 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