summaryrefslogtreecommitdiffstats
path: root/net/ipv6/mcast.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: mcast: make annotations for ip6_mc_msfget() consistentLukas Bulwahn2020-10-301-1/+1
* mld: fix memory leak in ipv6_mc_destroy_dev()Wang Hai2020-06-151-0/+1
* ip6_mc_msfilter(): pass the address list separatelyAl Viro2020-05-201-3/+4
* ip*_mc_gsfget(): lift copyout of struct group_filter into callersAl Viro2020-05-201-7/+3
* mld: fix memory leak in mld_del_delrec()Eric Dumazet2019-08-281-2/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* bridge: join all-snoopers multicast addressLinus Lüssing2019-01-221-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-191-8/+8
|\
| * ipv6: mcast: fix a use-after-free in inet6_mc_checkEric Dumazet2018-10-151-8/+8
* | ipv6: Add sockopt IPV6_MULTICAST_ALL analogue to IP_MULTICAST_ALLAndre Naujoks2018-09-131-1/+1
|/
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-241-2/+1
|\
| * multicast: do not restore deleted record source filter mode to new oneHangbin Liu2018-07-211-2/+1
* | multicast: remove useless parameter for group addHangbin Liu2018-07-211-4/+4
|/
* ipv6/mcast: init as INCLUDE when join SSM INCLUDE groupHangbin Liu2018-07-161-19/+45
* ipv6: mcast: fix unsolicited report interval after receiving querysHangbin Liu2018-06-231-3/+6
* proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-29/+5
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* net: Use octal not symbolic permissionsJoe Perches2018-03-261-2/+2
* net/ipv6: Pass skb to route lookupDavid Ahern2018-03-041-2/+2
* net: Convert icmpv6_sk_ops, ndisc_net_ops and igmp6_net_opsKirill Tkhai2018-02-191-0/+1
* build_bug.h: remove BUILD_BUG_ON_NULL()Masahiro Yamada2018-02-061-4/+4
* ipv6: mcast: remove dead codeEric Dumazet2018-01-191-2/+0
* net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-2/+0
* ipv6: mcast: better catch silly mtu valuesEric Dumazet2017-12-131-10/+15
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-18/+15
* net, ipv6: convert ifmcaddr6.mca_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-9/+9
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-2/+2
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-2/+2
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-2/+1
* ipv6: add support for NETDEV_RESEND_IGMP eventVlad Yasevich2017-03-281-1/+48
* igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()Hangbin Liu2017-02-091-0/+1
* mld: do not remove mld souce list info when set link downHangbin Liu2017-01-161-21/+30
* ipv6: fix a potential deadlock in do_ipv6_setsockopt()WANG Cong2016-10-211-5/+12
* net/multicast: should not send source list records when have filter mode changeHangbin Liu2016-08-081-0/+10
* mld, igmp: Fix reserved tailroom calculationBenjamin Poirier2016-03-031-2/+1
* snmp: Remove duplicate OUTMCAST stat incrementNeil Horman2015-11-161-2/+0
* net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman2015-10-081-2/+2
* netfilter: Pass net into okfnEric W. Biederman2015-09-171-2/+2
* netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-171-3/+4
* net: Merge dst_output and dst_output_skEric W. Biederman2015-09-171-2/+2
* netfilter: Pass socket pointer down through okfn().David Miller2015-04-071-4/+5
* ipv6: coding style: comparison for inequality with NULLIan Morris2015-03-311-8/+8
* ipv6: coding style: comparison for equality with NULLIan Morris2015-03-311-7/+7
* ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner2015-03-181-27/+3
* multicast: Extend ip address command to enable multicast group join/leave onMadhu Challa2015-02-271-4/+16
* igmp v6: add __ipv6_sock_mc_join and __ipv6_sock_mc_dropMadhu Challa2015-02-271-9/+31
* ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann2014-11-051-4/+5
* net: Convert SEQ_START_TOKEN/seq_printf to seq_putsJoe Perches2014-11-051-5/+1
* ipv6: mld: answer mldv2 queries with mldv1 reports in mldv1 fallbackDaniel Borkmann2014-09-221-10/+31
* ipv6: refactor ipv6_dev_mc_inc()WANG Cong2014-09-131-33/+49