summaryrefslogtreecommitdiffstats
path: root/net/ipv4/igmp.c
AgeCommit message (Expand)AuthorLines
2004-12-27Merge bk://kernel.bkbits.net/acme/connection_sock-2.6David S. Miller-8/+8
2004-12-27[INET] move inet_sock into inet_opt and rename it to inet_sockArnaldo Carvalho de Melo-8/+8
2004-12-27[IPV4]: Staticize and remove unneeded exports.Adrian Bunk-8/+8
2004-12-13[IPV4/IPV6]: IGMP source filter fixesChris Wright-5/+5
2004-11-09[NET]: Lock initializer unifyingAndrew Morton-2/+2
2004-08-12[IPV4]: Move inetdev/ifa locking over to RCU.David S. Miller-45/+47
2004-07-09[NET] use seq_puts() where appropriate.Hideaki Yoshifuji-2/+2
2004-06-30[PATCH] sparse: NULL vs 0 - net/*Mika Kukkonen-32/+32
2004-05-29[PATCH] sparse: ->[gs]etsockopt() annotationAlexander Viro-6/+6
2004-05-28[IPV4]: Fix skb leak in igmpv3_newpack.Patrick McHardy-0/+1
2004-03-31[IPV4]: Fix IGMP version number and timer printing for procfs.David Stevens-2/+6
2004-03-30[IPV4]: Fix IGMPv3 timer initialization when device not upped.David Stevens-15/+13
2004-03-24[IGMP]: Do nothing in ip_mc_down() if ip_mc_up() was not called previously.David S. Miller-0/+5
2004-03-04[IPV4]: Add sysctl for per-socket limit on number of mcast src filters.David Stevens-1/+7
2004-02-08[IPV4/IGMP]: Use LL_RESERVED_SPACE() where applicable.Hideaki Yoshifuji-2/+2
2004-02-01[IPV4]: Fix IGMP device reference counting.David Stevens-3/+8
2004-01-28[IPV4]: Add per-device sysctl to force IGMP version.David Stevens-4/+8
2004-01-23[MULTICAST]: multicast loop with include filters fixDavid Stevens-10/+13
2004-01-13[IPV4/IPV6]: In MLD, add new filter first, then delete old one.David Stevens-2/+1
2003-11-19[IPV4]: igmp.c needs linux/times.hDavid S. Miller-0/+1
2003-11-19[IPV4]: Fix jiffies procfs output in multicast code.Hideaki Yoshifuji-1/+1
2003-10-06[IPV4]: Fix deadlock on ip_mc_list->lockPetr Vandrovec-1/+3
2003-09-28o NET: move net/ipv4/igmp.c EXPORT_SYMBOLs from net/netsyms.cArnaldo Carvalho de Melo-1/+4
2003-09-19[IPV4]: Fix skb leak in igmp.cDavid S. Miller-1/+3
2003-09-11[NET]: Use proc_net_fops_create() and proc_net_remove() in net/ipv4.Hideaki Yoshifuji-9/+2
2003-09-11[NET]: Various /proc/net/* files may drop some data.Hideaki Yoshifuji-2/+2
2003-09-09[PATCH] Use SEQ_START_TOKEN in include/net/* [3/3]Joe Perches-6/+6
2003-08-27[NET]: Fix OOPS in multicast procfs usage.Hideaki Yoshifuji-1/+9
2003-08-19[NET]: Fix IGMPv2/MLDv2 list handling OOPS.David Stevens-5/+5
2003-07-10[IPV4]: Do not sent IGMP leave messages unless IFF_UP.David Stevens-10/+12
2003-07-04[NET] Fix oops with /proc/net/{raw,igmp,mfilter,Hideaki Yoshifuji-2/+2
2003-07-02[NET] convert /proc/net/mcfilter to seq_fileHideaki Yoshifuji-54/+161
2003-07-02[NET] convert /proc/net/igmp to seq_fileHideaki Yoshifuji-45/+157
2003-06-26[NET] remove skb_linearize from igmp.cStephen Hemminger-12/+18
2003-06-23[IPV{4,6}]: Fix "slow multicast on 2.5.69" bug.David Stevens-6/+6
2003-06-18[IPV4/IPV6]: Fix IGMP device refcount leaks, with help from yoshfuji@linux-ip...David Stevens-5/+7
2003-06-16[IPV4/IPV6]: Make sure SKB has enough space while building IGMP/MLD packets.David Stevens-1/+10
2003-05-19[NET]: More device register/unregister fixing.David S. Miller-2/+2
2003-05-19[NET]: Fix netdevice unregister races.David S. Miller-2/+2
2003-04-22[IGMP]: Fix bug in broadcast handling.David Stevens-0/+3
2003-04-22[IGMPv3/MPDv2]: Bug fixes and ipv4 multiprotocol API.David Stevens-59/+126
2003-04-11[IGMP]: Dont dork with igmp timers on device down if not CONFIG_IP_MULTICAST.David S. Miller-0/+2
2003-04-11[IPV4]: Fix bootup lockup when !CONFIG_IP_MULTICAST.Andrew Morton-1/+1
2003-04-10[IPV4]: Fix IGMP build with CONFIG_IP_MULTICAST disabled.David S. Miller-7/+13
2003-04-10[IPV4]: IGMPv3 support, with help from Vinay KulkarniDavid Stevens-34/+1329
2003-03-19[NET]: hard_header reservation.Alexey Kuznetsov-2/+2
2003-03-10[IPV4]: Fix deadlock in IGMP locking.Alexey Kuznetsov-14/+6
2003-03-05[IPV4]: Fix multicast route lookups.James Morris-1/+1
2003-02-18[NET]: Convert dst->{input,output}() fully to dst_{input,output}().Hideaki Yoshifuji-9/+1
2002-10-19[IPV4]: Provide full proto/ports in flowi route lookups.David S. Miller-2/+3