| Age | Commit message (Expand) | Author |
| 2014-03-01 | ';;' -> ';' | maxv |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2014-01-04 | IPv6 UDP uses the IPv4 pcb tables, and therefore the stats, so need | pooka |
| 2014-01-02 | need atomic.h, from uwe | pooka |
| 2014-01-02 | Allow kernels compiled with INET+INET6 to be booted as IPv4-only or IPv6-only. | pooka |
| 2013-12-02 | Update TCP CB with new values on rfc1323 and mssdflt sysctl updates | kefren |
| 2013-11-23 | expose the pcb queue structure for convenience | christos |
| 2013-11-23 | convert from CIRCLEQ to TAILQ. | christos |
| 2013-11-18 | Cubic changes: | kefren |
| 2013-11-12 | * implement TCP CUBIC congestion control algorithm | kefren |
| 2013-10-25 | Mark a diagnostic-only variable | martin |
| 2013-10-21 | fix type of sysctl, from nisimura@ | christos |
| 2013-10-18 | remove unused variable | christos |
| 2013-10-04 | PR/48098: Brian Marcotte: Avoid kernel assertion for embryonic sockets that | christos |
| 2013-09-15 | ifdef a variable like its use | martin |
| 2013-09-15 | Remove unused variables | martin |
| 2013-09-15 | Remove unused variable | martin |
| 2013-09-14 | Remove unused variable | martin |
| 2013-08-29 | Remove SS_ISCONFIRMING, it is unused and TP4 will not come back. | rmind |
| 2013-07-01 | Add MLD_LISTENER_REDUCTION per RFC 3542. Requested by Lorenzo Colitti. | christos |
| 2013-06-29 | - Rewrite parts of pfil(9): use array to store hooks and thus be more cache | rmind |
| 2013-06-27 | flip src/dst | christos |
| 2013-06-27 | implement IP_PKTINFO and IP_RECVPKTINFO. | christos |
| 2013-06-08 | Split IPsec code in ip_input() and ip_forward() into the separate routines | rmind |
| 2013-06-08 | Split IPSec logic from ip_output() into a separate routine - ipsec4_output(). | rmind |
| 2013-06-06 | merge error paths, pass the address of sav; pointed out by Greg Troxel | christos |
| 2013-06-05 | IPSEC has not come in two speeds for a long time now (IPSEC == kame, | christos |
| 2013-06-05 | conditionalize the net traversal code on FAST_IPSEC to make rump build. | christos |
| 2013-06-04 | PR/47886: Dr. Wolfgang Stukenbrock: IPSEC_NAT_T enabled kernels may access | christos |
| 2013-06-01 | Give portalgo a compile-time override; for cases where the default default | pooka |
| 2013-04-27 | Systematically include sys/featuretest.h when _NETBSD_SOURCE is used. | joerg |
| 2013-04-12 | PR/47738: connect(2) to 239.x.y.z should return error but does not. | christos |
| 2013-04-10 | Limit the tcp initial window setting to 10, leaving it by default to 4 | christos |
| 2013-03-25 | PR/47693: Erik E. Fair: Add missing code to icmp handling. | christos |
| 2013-03-12 | - Do the size checks before calling the cpu checksum code. Otherwise you'll | christos |
| 2013-03-02 | Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it. | christos |
| 2013-03-01 | Retire OSI network stack. OK core@ | joerg |
| 2013-02-05 | Remove remnants of AF_IMPLINK. | joerg |
| 2013-02-02 | get rid of ip_len local variable. Use ntohs(ip->ip_len) like the rest | kefren |
| 2012-12-07 | use __BITMAP_TYPE | christos |
| 2012-12-01 | switch from fd_set to using bitmap macros | christos |
| 2012-11-29 | Add a new sysctl to mark ports as reserved, so that they are not used in | christos |
| 2012-11-23 | Add RCS keyword. Avoid overflow in constant. | joerg |
| 2012-11-02 | fix typo | christos |
| 2012-11-02 | make this standalone, like every others (except OpenBSD) | christos |
| 2012-09-30 | Requires <sys/queue.h> for LIST_ENTRY and netinet/in.h for struct in_addr. | dholland |
| 2012-09-24 | Add missing "\n" in log(9) | msaitoh |
| 2012-09-15 | install header files from IPF 5.1.2 (sys/external/bsd/ipf) instead of | plunky |
| 2012-09-08 | Fix a bug that kmem_alloc() is called from the interrupt context. | msaitoh |
| 2012-08-20 | make this compile. | christos |