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