| Age | Commit message (Expand) | Author |
| 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 |
| 2012-08-20 | Support checksum offloading in carp(4) if the underlying device suports it, | bouyer |
| 2012-07-19 | <grmbl>whitespace</grmbl> | spz |
| 2012-07-19 | this commit contains two sets of unrelated changes: | spz |
| 2012-06-25 | rename rfc6056 -> portalgo, requested by yamt | christos |
| 2012-06-22 | remove unintended commit (this was to avoid a bug in the hme driver which | christos |
| 2012-06-22 | PR/46602: Move the rfc6056 port randomization to the IP layer. | christos |
| 2012-06-21 | for the default "bsd" algorithm, restore the pre rfc6056 changes behaviour. | yamt |
| 2012-06-21 | constify, comments. | yamt |
| 2012-06-21 | whitespace and cosmetics. no functional changes. | yamt |
| 2012-06-08 | Simply use the ifa_addr pointer, rather than taking its address. | gdt |
| 2012-06-02 | Add some pre-processor magic to verify that the type of the data item | dsl |
| 2012-05-01 | Explicitly include <sys/kmem.h> | martin |
| 2012-04-30 | - Replace some malloc(9) uses with kmem(9). | rmind |
| 2012-04-13 | comment | yamt |