summaryrefslogtreecommitdiff
path: root/sys/netinet/igmp.c
AgeCommit message (Expand)Author
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2012-01-09check against NULLliamjfoy
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2009-09-16Replace a large number of link set based sysctl node creations withpooka
2009-09-13Wipe out the last vestiges of POOL_INIT with one swift stroke. Inpooka
2008-05-04Simplify the interface to netstat_sysctl() and allocate space forthorpej
2008-04-24Merge the socket locking patch:ad
2008-04-23Use <net/net_stats.h> / netstat_sysctl().thorpej
2008-04-15Make IGMP stats per-cpu.thorpej
2007-04-25Get rid of some gratuitous casts and join some lines.dyoung
2007-03-12Pass an ipl argument to pool_init/POOL_INIT to be used when initializingad
2006-10-05Protect calls to pool_put/pool_get that may occur in interrupt contexttls
2005-12-11merge ktrace-lwp.christos
2005-02-03ANSIfy function prototypes. (Still have about 3/5ths of the C files inperry
2005-02-02de-__P -- will ANSIfy .c files later.perry
2004-11-13PR/25749: Peter Postma: missing splx() in kernel.christos
2004-04-26Remove #else clause of __STDC__matt
2004-04-25Initialise (most) pools from a link set instead of explicit callssimonb
2003-08-22change the additional arg to be passed to ip{,6}_output to struct socket *.itojun
2003-08-15(fast-ipsec): Add hooks to pass IPv4 IPsec traffic into fast-ipsec, ifjonathan
2003-06-26purge rti structure (in igmp.c) for removed ifp on if_detach().itojun
2003-06-15Change the way multicasts are kept. They now use a hash table in the samematt
2002-11-07Fix signed/unsigned comparison warnings.thorpej
2002-08-14avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACEitojun
2002-06-30Changes to allow the IPv4 and IPv6 layers to align headers themseves,thorpej
2002-06-09whitespaceitojun
2002-05-12Eliminate commons.matt
2001-11-13add RCSIDslukem
2001-07-25Remove an obsolete comment.enami
2000-06-16Don't copy M_EXT mbufs unless in "dhcp" mode. Do a mtod after the pullupmatt
2000-03-30Remove register declarations.augustss
2000-03-01introduce m->m_pkthdr.aux to hold random data which needs to be passeditojun
1999-07-09defopt IPSEC and IPSEC_ESP (both into opt_ipsec.h).thorpej
1999-07-01IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628.itojun
1999-04-25If the incoming code value is 0, timer gets 0, which would meanhwr
1999-01-19Don't screw with ip_len; just subtract from it where we actually use themycroft
1998-02-13Change list of interface IP addresses to a hash. Improves performance on hos...tls
1998-01-12Use option header file for MROUTINGscottr
1996-09-09Add in_nullhost() and in_hosteq() macros, to hide some protocolmycroft
1996-02-13netinet prototypeschristos
1995-08-12splnet --> splsoftnetmycroft
1995-06-04Don't cast things unnecessarily.mycroft
1995-06-01Avoid byte-swapping IP addresses at run time.mycroft
1995-06-01Add missing ntohl() in multicast test.mycroft
1995-05-31Implement IGMP v2. Based on the Multicast 3.5 distribution.mycroft
1995-04-13be a bit more careful and explicit with types. (basically a large no-op.)cgd
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-06-09Patch to fix ip cksum errors. From mccanne@ee.lbl.gov (Steven McCanne).brezak
1994-06-04Modify the loopback checks to deal with multiple interfaces.mycroft
1994-05-13Update to 4.4-Lite networking code, with a few local changes.mycroft