aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/igmp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-05-22ipv4/igmp: shrink struct ip_sf_listEric Dumazet1-1/+1
2019-03-09ip: fix ip_mc_may_pull() return valueEric Dumazet1-1/+1
2019-02-03net: Fix ip_mc_{dec,inc}_group allocation contextFlorian Fainelli1-1/+7
2019-01-22bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() callsLinus Lüssing1-1/+10
2018-07-16ipv4/igmp: init group mode as INCLUDE when join source groupHangbin Liu1-0/+2
2017-08-07net: ipv4: add second dif to multicast source filterDavid Ahern1-1/+2
2017-07-01net: convert ip_mc_list.refcnt from atomic_t to refcount_tReshetova, Elena1-1/+2
2016-02-11igmp: Namespacify igmp_qrv sysctl knobNikolay Borisov1-2/+0
2016-02-11igmp: Namespaceify igmp_llm_reports sysctl knobNikolay Borisov1-1/+0
2016-02-11igmp: Namespaceify igmp_max_msf sysctl knobNikolay Borisov1-1/+0
2016-02-11igmp: Namespaceify igmp_max_memberships sysctl knobNikolay Borisov1-1/+0
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-0/+1
2015-05-04net: Export IGMP/MLD message validation codeLinus Lüssing1-0/+1
2014-09-04ipv4: implement igmp_qrv sysctl to tune igmp robustness variableHannes Frederic Sowa1-0/+1
2013-07-23net: convert resend IGMP to notifier eventJiri Pirko1-1/+0
2013-06-12igmp: hash a hash table to speedup ip_check_mc_rcu()Eric Dumazet1-0/+1
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-112/+1
2011-03-10ipv4: Remove redundant RCU locking in ip_check_mc().David S. Miller1-1/+1
2011-01-04net: typos in comments in include/linux/igmp.hFrancois-Xavier Le Bail1-2/+2
2010-11-18bonding: IGMP handling cleanupEric Dumazet1-1/+1
2010-11-12igmp: RCU conversion of in_dev->mc_listEric Dumazet1-4/+8
2010-02-02igmp: fix ip_mc_sf_allow race [v5]Flavio Leitner1-0/+2
2009-11-04net: cleanup include/linuxEric Dumazet1-10/+5
2009-09-15bonding: remap muticast addresses without using dev_close() and dev_open()Moni Shoua1-0/+2
2009-01-30headers_check fix: linux/igmp.hJaswinder Singh Rajput1-0/+1
2008-10-13net: Rationalise email address: Network Specific PartsAlan Cox1-1/+1
2008-07-03ipv4: Do cleanup for ip_mr_initWang Chen1-1/+0
2008-03-23[NET]: include/linux/igmp.h - remove duplicate includeJoe Perches1-21/+17
2007-04-25[SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo1-3/+3
2007-04-25[SK_BUFF]: Introduce igmp_hdr() & friends, remove skb->h.igmphArnaldo Carvalho de Melo1-0/+21
2007-03-06bonding: Improve IGMP join processingJay Vosburgh1-0/+2
2006-12-04[PATCH] severing skbuff.h -> mm.hAl Viro1-0/+1
2006-12-02[NET]: Annotate checksums in on-the-wire packets.Al Viro1-1/+1
2006-11-21[IGMP]: Fix IGMPV3_EXP() normalization bit shift value.David L Stevens1-1/+1
2006-09-28[IPV4]: trivial igmp annotationsAl Viro1-1/+1
2006-09-28[IPV4]: ip_mc_sf_allow() annotatedAl Viro1-1/+1
2006-09-28[IPV4]: struct ip_sf_list and struct ip_sf_socklist annotatedAl Viro1-2/+2
2006-09-28[IPV4]: IGMP on-the-wire data is net-endianAl Viro1-12/+12
2006-09-28[IPV4]: ip_mc_{inc,dec}_group() annotationsAl Viro1-2/+2
2006-09-28[IPV4]: ip_check_mc() annotationsAl Viro1-1/+1
2006-06-17[IPV4] igmp: Fixup struct ip_mc_list::multiaddr typeAlexey Dobriyan1-1/+1
2005-08-29[NET]: Fix sparse warningsArnaldo Carvalho de Melo1-0/+3
2005-07-08[IPV4]: multicast API "join" issuesDavid L Stevens1-1/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+219