| Age | Commit message (Expand) | Author |
| 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 |
| 2003-10-18 | Fix indent. | enami |
| 2003-10-17 | Increment stats when packet is dropped since there is no room | enami |
| 2003-10-14 | more correction to ip_fragment; free mbuf correctly if ENOBUFS is raised | itojun |
| 2003-10-14 | avoid mbuf leak on ip_fragment(); obey 4.4bsd mbuf passing rule (mbuf passed | itojun |
| 2003-10-07 | There is also no reason to use arc4random() here. | mycroft |
| 2003-10-03 | when dropping M_PKTHDR, need to free m_tag associated with it. | itojun |
| 2003-10-01 | correct ip_fragment() wrt ip->ip_off handling. | itojun |