| Age | Commit message (Expand) | Author |
| 2004-01-07 | When accepting a peer's MSS, never let it drop below 256 (SLIP + TCP will | matt |
| 2004-01-03 | Remove extra tokens at end of #undef directive. | tron |
| 2004-01-02 | no need for tmp = arc4randomid here | itojun |
| 2004-01-02 | whitespace | itojun |
| 2004-01-02 | some corrections from markus@openbsd; | itojun |
| 2004-01-02 | some corrections from markus@openbsd; | itojun |
| 2003-12-26 | Niels Provos kindly agreed to drop clauses 3 and 4 from the | wiz |
| 2003-12-16 | Comment out #undef LARGE_NAT so LARGE_NAT can be set in a kernel config file | abs |
| 2003-12-14 | Fix syntax errors in CHECK_NMBCLUSTER_PARAMS(). | thorpej |
| 2003-12-14 | Second part of hashed IP_reassembly changes: | jonathan |
| 2003-12-12 | Make fast-ipsec and ipflow (Fast Forwarding) interoperate. | scw |
| 2003-12-10 | use if_indexlim (instead of if_index) and ifindex2ifnet[x] != NULL | itojun |
| 2003-12-10 | comment from niels provos; | itojun |
| 2003-12-08 | Add new field ipq_nfrags to struct ipq. Maintain count of fragments | jonathan |
| 2003-12-07 | KNF: s/unsigned/u_int/, in a couple of places I missed. | jonathan |
| 2003-12-06 | Replace the single global IP reassembly list/listhead, with a | jonathan |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-12-04 | fix unused variable warnings when LARGE_NAT is defined. | christos |
| 2003-12-04 | ipflow (IP fast forwarding) is not compatible with FAST_IPSEC either. | scw |
| 2003-11-26 | always compile ip_id.c | itojun |
| 2003-11-26 | define RANDOM_IP_ID by default (unifdef -DRANDOM_IP_ID). | itojun |
| 2003-11-25 | "seed2" was ruining non-repeating property, so remove it. discussed on tech-net | itojun |
| 2003-11-25 | knf | itojun |
| 2003-11-24 | For FAST_IPSEC, ipfilter gets to see wire-format IPsec-encapsulated packets | scw |
| 2003-11-20 | comments on tcp_outflags. | yamt |
| 2003-11-19 | Correct number of arguments to sysctl_rdint. | fvdl |
| 2003-11-19 | Footwork for fast-ipsec and IPv6: when compiling sys/netinet/tcp_input.c | jonathan |
| 2003-11-19 | Patch back support for (badly) randomized IP ids, by request: | jonathan |
| 2003-11-17 | Diff to netinet/ip_input.c (restore ip_id, initialize) for ip_id fix: | jonathan |
| 2003-11-17 | Revert the (default) ip_id algorithm to the pre-randomid algorithm, | jonathan |
| 2003-11-13 | Add m_tag_delete_nonpesrsistent(), for deleting all packet tags on | jonathan |
| 2003-11-12 | KNF | itojun |
| 2003-11-12 | Remove the FAST_MBSEARCH ifdef, send packet prediction is now default. | ragge |
| 2003-11-11 | Change global head-of-local-IP-address list from in_ifaddr to | jonathan |
| 2003-11-10 | Allocate sysctl oid for ipv4 sysctl node "ifq", define symbolic name, and | jonathan |
| 2003-11-10 | Make per-protocol network input queue stats visible to userland via | jonathan |
| 2003-10-30 | Remove some assigned-to but otherwise unused variables. | simonb |
| 2003-10-28 | Do the previous differently. | mycroft |
| 2003-10-28 | use a hash table to bind to local ports; suggested by markus friedl | provos |
| 2003-10-27 | - Change callout_setfunc() to require that the callout handle is already | thorpej |
| 2003-10-27 | make it compilable with TCP_DEBUG defined | itojun |
| 2003-10-25 | Fix uninitialized variable warning | christos |
| 2003-10-25 | initialize off | christos |
| 2003-10-24 | Fix the bug in the tcp transmit prediction code. | ragge |
| 2003-10-24 | Make this file compile again when TCP_OUTPUT_COUNTERS defined. | enami |
| 2003-10-23 | Remove all the code to maintain ia_inpcbs. This information was only used to | mycroft |
| 2003-10-23 | Oops, FAST_MBSEARCH counters were swapped; fix it. Pointed out by yamt@. | thorpej |
| 2003-10-22 | Oops, a little to aggressive in the previous patch; TCP_TIMER_INIT() | thorpej |
| 2003-10-22 | Rather than zeroing a tcpcb structure and filling in all the fields | thorpej |
| 2003-10-21 | Add event counters that measure FAST_MBSEARCH. | thorpej |