aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/igmp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-12[PATCH] mark struct file_operations const 7Arjan van de Ven1-2/+2
2007-02-10[NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki1-23/+23
2007-02-08[IPV4/IPV6] multicast: Check add_grhead() return valueAlexey Dobriyan1-0/+2
2006-12-02[NET]: Annotate callers of csum_fold() in net/*Al Viro1-1/+1
2006-09-28[IPV4]: trivial igmp annotationsAl Viro1-17/+17
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-4/+4
2006-09-28[IPV4]: ip_mc_{inc,dec}_group() annotationsAl Viro1-12/+12
2006-09-28[IPV4]: ip_check_mc() annotationsAl Viro1-1/+1
2006-09-22[NET/IPV4/IPV6]: Change some sysctl variables to __read_mostlyBrian Haley1-2/+2
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy1-1/+1
2006-08-17[MCAST]: Fix filter leak on device removal.David L Stevens1-13/+19
2006-08-17[IPV4]: Possible leak of multicast source filter sctructureMichal Ruzicka1-3/+3
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris1-8/+4
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-17[IPV4] igmp: Fixup struct ip_mc_list::multiaddr typeAlexey Dobriyan1-1/+1
2006-03-20[NET]: dev_put/dev_hold cleanupStephen Hemminger1-1/+1
2006-03-20[NET]: Convert RTNL to mutex.Stephen Hemminger1-12/+12
2006-02-07[PATCH] ipv4 NULL noise removalAl Viro1-1/+1
2006-01-31Fix ipv4/igmp.c compile with gcc-4 and IP_MULTICASTLinus Torvalds1-0/+1
2006-01-30[IPV4] igmp: remove pointless printkDave Jones1-1/+0
2006-01-18[IPV4]: Fix multiple bugs in IGMPv3David L Stevens1-30/+122
2006-01-11[NET]: Remove more unneeded typecasts on *malloc()Kris Katterjohn1-8/+7
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo1-0/+2
2005-12-02[IGMP]: workaround for IGMP v1/v2 bugDavid Stevens1-1/+4
2005-11-10[NET]: Detect hardware rx checksum faults correctlyHerbert Xu1-5/+14
2005-11-02[MCAST]: ip[6]_mc_add_src should be called when number of sources is zeroYan Zheng1-1/+4
2005-10-03[IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnlHerbert Xu1-1/+1
2005-09-14[MCAST]: Fix MCAST_EXCLUDE line dupesDenis Lukianov1-1/+1
2005-08-29[NET]: Make NETDEBUG pure printk wrappersPatrick McHardy1-1/+1
2005-07-08[IPV4]: fix IPv4 leave-group group matchingDavid L Stevens1-12/+13
2005-07-08[IPV4]: (INCLUDE,empty)/leave-group equivalence for full-state MSF APIs & errno fixDavid L Stevens1-1/+10
2005-07-08[IPV4]: multicast API "join" issuesDavid L Stevens1-6/+12
2005-07-08[IPV4]: multicast API "join" issuesDavid L Stevens1-0/+9
2005-07-08[IPV4]: multicast API "join" issuesDavid L Stevens1-23/+12
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+2473