summaryrefslogtreecommitdiff
path: root/sys/netinet/in.c
AgeCommit message (Expand)Author
2013-06-29- Rewrite parts of pfil(9): use array to store hooks and thus be more cachermind
2012-06-08Simply use the ifa_addr pointer, rather than taking its address.gdt
2011-12-12When adding or scrubbing a prefix, always notify userland even if theroy
2011-11-19First step of random number subsystem rework described intls
2011-10-28Remove the #if 1 / #endif around some code that appears to bedyoung
2011-10-19Use if_addr_init() and if_mcast_op() instead of ifp->if_ioctl().dyoung
2010-05-15Backout rev.1.137. It causes troubles, see PR kern/43294.oki
2010-03-12Fixed a number of race conditions in the case of receiving ipv4 packet.oki
2009-12-07Initialize/compare pointers with NULL instead of 0.dyoung
2009-09-11Make ifconfig(8) set and display preference numbers for IPv6dyoung
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger
2009-02-12PR/40603: Christoph Badura: unprivileged users can add and delete interfacechristos
2008-12-21The automatic addition of a subnet route should not error if a manuallyroy
2008-12-17kill MALLOC and FREE macros.cegger
2008-11-07*** Summary ***dyoung
2008-09-25Don't wrap whole file in INET.pooka
2008-05-11Cosmetic: compare sa_family with AF_UNSPEC instead of testing truth.dyoung
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-10s/8/NBBY/dyoung
2008-02-06Add a new ip_id generation scheme based on a Fisher-Yates shuffle over amatt
2007-12-06Use ifa_insert(), ifa_remove().dyoung
2007-12-05Extract common code, creating a subroutine if_purgeaddrs(ifp,dyoung
2007-12-05Use IFADDR_FIRST() and IFADDR_NEXT().dyoung
2007-11-09KNF. Remove superfluous casts and parentheses.dyoung
2007-09-01Use ifreq_setaddr(), ifreq_getaddr(), sockaddr_in_init(), anddyoung
2007-04-15Cosmetic: shorten a staircase. bzero -> memset. KNF.dyoung
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-11-13Add a source-address selection policy mechanism to the kernel.dyoung
2006-10-25Kill some KAUTH_GENERIC_ISSUSER.elad
2006-10-12- sprinkle __unused on function decls.christos
2006-10-05Protect calls to pool_put/pool_get that may occur in interrupt contexttls
2006-09-23PR/29766: Chris Ross: Incomplete correction of comments in netinet/in.celad
2006-07-23Use the LWP cached credentials where sane.ad
2006-05-14integrate kauth.elad
2006-05-10quell GCC 4.1 uninitialised variable warnings.mrg
2005-12-11merge ktrace-lwp.christos
2005-09-28- Close NULL dereference when a GIFALIAS is performed onseanb
2005-02-26nuke trailing whitespaceperry
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
2005-01-24Add IFNET_FOREACH and IFADDR_FOREACH macros and start using them.matt
2004-08-08in_control: fix address leaks on error, which causes a panicyamt
2004-07-26call PFIL_NEWIF hooks at a correct place.yamt
2004-07-18fix typos. PFIL_HOOK -> PFIL_HOOKSyamt
2004-07-07Fix SIOCSIFNETMASK -- it needs to use in_ifscrub() and in_ifinit() to updatemycroft
2004-06-22prepare PF-related hooks. reviewed by matt, perry, christositojun
2004-05-30fix SIOC*LIFADDR for IPv4. markus friedlitojun