| Age | Commit message (Expand) | Author |
| 2013-11-23 | convert from CIRCLEQ to TAILQ. | christos |
| 2013-06-05 | IPSEC has not come in two speeds for a long time now (IPSEC == kame, | christos |
| 2013-04-12 | PR/47738: connect(2) to 239.x.y.z should return error but does not. | christos |
| 2012-06-25 | rename rfc6056 -> portalgo, requested by yamt | christos |
| 2012-06-21 | constify, comments. | yamt |
| 2012-03-22 | remove KAME IPSEC, replaced by FAST_IPSEC | drochner |
| 2011-12-19 | rename the IPSEC in-kernel CPP variable and config(8) option to | drochner |
| 2011-09-24 | Add inet4 part of the rfc6056 code contributed by Vlad Balan as part of | christos |
| 2011-05-03 | Reduces the resources demanded by TCP sessions in TIME_WAIT-state using | dyoung |
| 2009-05-12 | Implicit EPERM -> explicit EACCES. | elad |
| 2009-05-09 | Add check for IN_MULTICAST() that was taken only to in_pcbbind_port() -- | elad |
| 2009-04-30 | Commit changes to netinet6/in6_src.c, forgot in previous commit: | elad |
| 2009-04-30 | - Make in6_pcbbind_{addr,port}() static | elad |
| 2009-04-23 | - Make kauth(9) call logic match the one in netinet6/in6_pcb.c | elad |
| 2009-04-23 | Some changes to in_pcbbind(): | elad |
| 2009-04-14 | Don't set sin->sin_port and sin6->sin6_port to 0 before calling | elad |
| 2009-03-18 | bzero -> memset | cegger |
| 2008-10-11 | Move uidinfo to its own module in kern_uidinfo.c and include in rump. | pooka |
| 2008-10-03 | Hallo, pool_init(). Auf wiedersehen & byebye, link set POOL_INIT(). | pooka |
| 2008-08-04 | typo fix in comment (drops the ' in drop's :) | spz |
| 2008-08-04 | Free the socket only after disposing of the PCB. | matt |
| 2008-05-05 | - Convert hashinit() to use kmem_alloc(). The hash tables can be large | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-24 | Merge the socket locking patch: | ad |
| 2008-01-14 | Use rtcache_validate() instead of rtcache_getrt(). Shorten staircase | dyoung |
| 2007-12-20 | Poison struct route->ro_rt uses in the kernel by changing the name | dyoung |
| 2007-12-16 | Really fix low port allocation, by always passing a valid lwp to | elad |
| 2007-08-21 | Use sockaddr_in_init(). | dyoung |
| 2007-07-19 | Take steps to hide the radix_node implementation of the forwarding table | dyoung |
| 2007-05-02 | Eliminate address family-specific route caches (struct route, struct | dyoung |
| 2007-03-12 | Pass an ipl argument to pool_init/POOL_INIT to be used when initializing | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-17 | KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous | dyoung |
| 2007-01-26 | KNF: bzero -> memset, change (struct in_ifaddr *)0 to NULL. | dyoung |
| 2006-12-15 | Introduce new helper functions to abstract the route caching. | joerg |
| 2006-12-09 | Here are various changes designed to protect against bad IPv4 | dyoung |
| 2006-12-08 | When a dynamic route is deleted in in_losing and in6_losing, rtrequest | joerg |
| 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-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-19 | Remove ugly (void *) casts from network scope authorization wrapper and | elad |
| 2006-09-08 | First take at security model abstraction. | elad |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-05-14 | integrate kauth. | elad |
| 2005-11-15 | Pass the current process structure to in_pcbconnect() so that it can | dsl |
| 2005-05-29 | - add const | christos |
| 2005-05-07 | PR/30154: YAMAMOTO Takashi: tcp_close locking botch | christos |
| 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 |