| Age | Commit message (Expand) | Author |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-11-07 | do not grab packet to joined multicast group, when ip6_dst and in6p_laddr | itojun |
| 2001-11-04 | Convert netinet to not use the internal <sys/queue.h> field names | matt |
| 2001-11-04 | Change a few variable/tables to const since they are read-only. | matt |
| 2001-11-04 | Keep only one mtu_table (the two were identical except for | matt |
| 2001-11-02 | array boundary overflow on the use of IPv4 mapped address. from simonb | itojun |
| 2001-10-30 | Add in support for timing out IPv4 routes added due to redirects, | kml |
| 2001-10-29 | Don't need to include <uvm/uvm_extern.h> just to include <sys/sysctl.h> | simonb |
| 2001-10-24 | remove unused codepath (unifdef -UUDP6) | itojun |
| 2001-10-24 | it may fix PR14124. | itojun |
| 2001-10-20 | Make tcp_outflags & tcpstates const. | matt |
| 2001-10-20 | Make the two MTU tables const and change their type to u_int (one was int | matt |
| 2001-10-18 | Deprecate the "m_act" alias of "m_nextpkt" (m_act is a historical | thorpej |
| 2001-10-15 | implement IPV6_V6ONLY socket option from draft-ietf-ipngwg-rfc2553bis-03.txt. | itojun |
| 2001-09-28 | don't depend on other headers to include sys/proc.h for us. | chs |
| 2001-09-17 | Split the pre-computed ifnet checksum flags into Tx and Rx directions. | thorpej |
| 2001-09-16 | Spell 'occurred' with two 'r's. | wiz |
| 2001-09-16 | Fix typo in comment. | martin |
| 2001-09-11 | Use callouts for SYN cache timers, rather than traversing time queues | thorpej |
| 2001-09-10 | Update copyrights. | thorpej |
| 2001-09-10 | Use callouts for TCP timers, rather than traversing the list of | thorpej |
| 2001-09-10 | Initialize TCP timer variables in a new function, tcp_timer_init(). | thorpej |
| 2001-09-10 | Add explicit initialization of TCP timer state. A noop right now. | thorpej |
| 2001-09-10 | Split tcp_timers() into multiple functions, one for each timer, | thorpej |
| 2001-09-10 | Change the way receive idle time and round trip time are measured. | thorpej |
| 2001-09-10 | Enable Congestion Window Monitoring by default. | thorpej |
| 2001-09-10 | Use a callout for the delayed ACK timer, and delete tcp_fasttimo(). | thorpej |
| 2001-08-20 | if I'm bridging and got a packet to interface address on if A from if B, | itojun |
| 2001-08-17 | Permit weaker interface matches for incoming ARP packets if the packet was | thorpej |
| 2001-08-16 | gif interface now uses generic software interrupt | itojun |
| 2001-08-11 | fix cksum error of udp and tcp packet with ip options | yamt |
| 2001-08-06 | cache IPsec policy on in6?pcb. most of the lookup operations can be bypassed, | itojun |
| 2001-07-31 | Carve off the code that builds a TCP data packet into its own | thorpej |
| 2001-07-31 | Count the number of times we "self-quench" (ip_output() returns | thorpej |
| 2001-07-29 | sync gif interface code with latest kame. | itojun |
| 2001-07-27 | do not check in_dstaddr on in_{add,scrub}prefix, otherwise linklocal | itojun |
| 2001-07-26 | Slight cosmetic change. | thorpej |
| 2001-07-25 | allocate ipsec policy buffer attached to pcb in in*_pcballoc, before | itojun |
| 2001-07-25 | g/c #if 0'ed fragment. sync with kame. | itojun |
| 2001-07-25 | Remove an obsolete comment. | enami |
| 2001-07-23 | wrap IPv6 code by #ifdef INET6 | itojun |
| 2001-07-23 | use in6_maxmtu, not in_maxmtu, for IPv6 mss computation | itojun |
| 2001-07-22 | manage IFA_ROUTE on interface address better, so that we can | itojun |
| 2001-07-22 | seperate -> separate | wiz |
| 2001-07-17 | Add missing counting up of ``socket buffer is full'' counter when | enami |
| 2001-07-09 | do not #ifdef in headers. usr.sbin/trpt needs it. | itojun |
| 2001-07-08 | Rename TCPDEBUG to TCP_DEBUG, defopt TCP_DEBUG and TCP_NDEBUG, and | abs |
| 2001-07-08 | Give TCPDEBUG a chance of working - fix printf() types, add missing &s, | abs |
| 2001-07-05 | IP6_EXTHDR_GET0 had no check against m->m_len (noone was using this macro). | itojun |