- ff06525 igmp: fix incorrect unsolicit report count after link down and up by Hangbin Liu · 6 years ago
- 4fb7253 igmp: fix incorrect unsolicit report count when join group by Hangbin Liu · 6 years ago
- 89b1698 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- b87bac1 net: igmp: make function __ip_mc_inc_group() static by Wei Yongjun · 6 years ago
- 1972549 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 08d3ffc multicast: do not restore deleted record source filter mode to new one by Hangbin Liu · 7 years ago
- 0ae0d60 multicast: remove useless parameter for group add by Hangbin Liu · 7 years ago
- 6e2059b5 ipv4/igmp: init group mode as INCLUDE when join source group by Hangbin Liu · 7 years ago
- c350637 proc: introduce proc_create_net{,_data} by Christoph Hellwig · 7 years ago
- 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
- d644406 net: Use octal not symbolic permissions by Joe Perches · 7 years ago
- f84c682 net: Convert pernet_subsys, registered from inet_init() by Kirill Tkhai · 7 years ago
- e7aadb2 net: igmp: add a missing rcu locking section by Eric Dumazet · 7 years ago
- 5ca1144 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- ad23b75 net: igmp: fix source address check for IGMPv3 reports by Felix Fietkau · 7 years ago
- 96890d6 net: delete /proc THIS_MODULE references by Alexey Dobriyan · 7 years ago
- a46182b net: igmp: Use correct source address on IGMPv3 reports by Kevin Cernekee · 7 years ago
- b547602 ipv4: igmp: guard against silly MTU values by Eric Dumazet · 7 years ago
- e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
- e2a7c34 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- c7b725b net: igmp: Use ingress interface rather than vrf device by David Ahern · 7 years ago
- 3b2b69e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 1714020 igmp: Fix regression caused by igmp sysctl namespace code. by Nikolay Borisov · 7 years ago
- 60d9b03 net: ipv4: add second dif to multicast source filter by David Ahern · 7 years ago
- 8851ab5 net: convert ip_mc_list.refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
- 3d09198 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
- b4846fc igmp: add a missing spin_lock_init() by WANG Cong · 8 years ago
- 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 8 years ago
- c38b7d3 igmp: acquire pmc lock for ip_mc_clear_src() by WANG Cong · 8 years ago
- 9c8bb16 igmp, mld: Fix memory leak in igmpv3/mld_del_delrec() by Hangbin Liu · 8 years ago
- 7ababb7 igmp: Make igmp group member RFC 3376 compliant by Michal Tesar · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- 24803f3 igmp: do not remove igmp souce list info when set link down by Hangbin Liu · 8 years ago
- a052517 net/multicast: should not send source list records when have filter mode change by Hangbin Liu · 8 years ago
- 810813c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
- 1837b2e mld, igmp: Fix reserved tailroom calculation by Benjamin Poirier · 9 years ago
- dcd8799 igmp: net: Move igmp namespace init to correct file by Nikolay Borisov · 9 years ago
- 165094a igmp: Namespacify igmp_qrv sysctl knob by Nikolay Borisov · 9 years ago
- 87a8a2a igmp: Namespaceify igmp_llm_reports sysctl knob by Nikolay Borisov · 9 years ago
- 166b6b2 igmp: Namespaceify igmp_max_msf sysctl knob by Nikolay Borisov · 9 years ago
- 815c527 igmp: Namespaceify igmp_max_memberships sysctl knob by Nikolay Borisov · 9 years ago
- 4eba7bb ipv4: igmp: Allow removing groups from a removed interface by Andrew Lunn · 9 years ago
- 87e9f03 ipv4: fix a potential deadlock in mcast getsockopt() path by WANG Cong · 9 years ago
- 33224b1 ipv4, ipv6: Pass net into ip_local_out and ip6_local_out by Eric W. Biederman · 9 years ago
- e2cb77d ipv4: Merge ip_local_out and ip_local_out_sk by Eric W. Biederman · 9 years ago
- 2094acb net/ipv4: Pass proto as u8 instead of u16 in ip_check_mc_rcu by Alexander Duyck · 9 years ago
- df2cf4a IGMP: Inhibit reports for local multicast groups by Philip Downey · 9 years ago
- a516993 net: fix wrong skb_get() usage / crash in IGMP/MLD parsing code by Linus Lüssing · 9 years ago
- 9afd85c net: Export IGMP/MLD message validation code by Linus Lüssing · 10 years ago
- 00db412 ipv4: coding style: comparison for inequality with NULL by Ian Morris · 10 years ago
- 51456b2 ipv4: coding style: comparison for equality with NULL by Ian Morris · 10 years ago
- b6a7719 ipv4: hash net ptr into fragmentation bucket selection by Hannes Frederic Sowa · 10 years ago
- 54ff9ef ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop} by Marcelo Ricardo Leitner · 10 years ago
- 93a714d multicast: Extend ip address command to enable multicast group join/leave on by Madhu Challa · 10 years ago
- 959d10f igmp: add __ip_mc_{join|leave}_group() by Eric Dumazet · 10 years ago
- 4c672e4 ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUs by Daniel Borkmann · 10 years ago
- 1744bea net: Convert SEQ_START_TOKEN/seq_printf to seq_puts by Joe Perches · 10 years ago
- 436f7c2 igmp: remove camel case definitions by Fabian Frederick · 10 years ago
- b47bd8d ipv4: igmp: fix v3 general query drop monitor false positive by Daniel Borkmann · 10 years ago
- a9fe8e2 ipv4: implement igmp_qrv sysctl to tune igmp robustness variable by Hannes Frederic Sowa · 10 years ago
- e6b6888 net/ipv4/igmp.c: Replace rcu_dereference() with rcu_access_pointer() by Andreea-Cristina Bernat · 10 years ago
- 179542a igmp: remove exceptional & on function name by Himangi Saraogi · 10 years ago
- 52ad353 igmp: fix the problem when mc leave group by dingtianhong · 11 years ago
- 73f156a inetpeer: get rid of ip_id_count by Eric Dumazet · 11 years ago
- de08dc1 igmp: Call skb_checksum_simple_validate by Tom Herbert · 11 years ago
- 63862b5 net: replace macros net_random and net_srandom with direct calls to prandom by Aruna-Hewapathirane · 11 years ago
- 72c1d3b ipv4: register igmp_notifier even when !CONFIG_PROC_FS by WANG Cong · 11 years ago
- c71151f ipv4: fix all space errors in file igmp.c by Weilong Chen · 11 years ago
- e240165 ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_put by Salam Noureddine · 11 years ago
- 703133d ip: generate unique IP identificator if local fragmentation is allowed by Ansis Atteka · 11 years ago
- 2690048 net: igmp: Allow user-space configuration of igmp unsolicited report interval by William Manley · 11 years ago
- cab7004 net: igmp: Reduce Unsolicited report interval to 1s when using IGMPv3 by William Manley · 11 years ago
- 9d4a031 ipv4, ipv6: send igmpv3/mld packets with TC_PRIO_CONTROL by Hannes Frederic Sowa · 11 years ago
- 4aa5dee net: convert resend IGMP to notifier event by Jiri Pirko · 12 years ago
- c70eba7 igmp: fix new sparse errors by Eric Dumazet · 12 years ago
- 946d3bd igmp: remove unnecessary in_device member zeroing by Shawn Bohrer · 12 years ago
- e989707 igmp: hash a hash table to speedup ip_check_mc_rcu() by Eric Dumazet · 12 years ago
- f7c0c2a ipv4: Correct comparisons and calculations using skb->tail and skb-transport_header by Simon Horman · 12 years ago
- ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 12 years ago
- d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 12 years ago
- 193ba92 igmp: export symbol ip_mc_leave_group by stephen hemminger · 12 years ago
- d679c53 igmp: avoid drop_monitor false positives by Eric Dumazet · 12 years ago
- a399a80 time: jiffies_delta_to_clock_t() helper to the rescue by Eric Dumazet · 12 years ago
- 5e73ea1 ipv4: fix checkpatch errors by Daniel Baluta · 13 years ago
- 06eb4ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
- ce713ee net: replace continue with break to reduce unnecessary loop in xxx_xmarksources by RongQing.Li · 13 years ago
- 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
- cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 13 years ago
- a8c1f65 igmp: Avoid zero delay when receiving odd mixture of IGMP queries by Ben Hutchings · 13 years ago
- 5eb81e89 ipv4 : igmp : Delete useless parameter in ip_mc_add1_src() by Jun Zhao · 13 years ago
- 6dec4ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
- 685f94e6 ipv4 : igmp : fix error handle in ip_mc_add_src() by Jun Zhao · 13 years ago
- 6608824 ipv4: Remove all uses of LL_ALLOCATED_SPACE by Herbert Xu · 13 years ago
- 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
- e05c4ad3 mcast: Fix source address selection for multicast listener report by Yan, Zheng · 13 years ago
- b81693d net: remove ndo_set_multicast_list callback by Jiri Pirko · 13 years ago
- 19fd617 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
- a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
- a1889c0 net: adjust array index by Julia Lawall · 13 years ago
- 24cf3af igmp: call ip_mc_clear_src() only when we have no users of ip_mc_list by Veaceslav Falico · 14 years ago