| Age | Commit message (Expand) | Author |
| 2003-03-05 | vax -> __vax__. Didn't I fix this a year ago? | ragge |
| 2003-03-01 | Allow TCP connections to hosts on a local network to use a larger | thorpej |
| 2003-02-26 | Add MBUFTRACE kernel option. | matt |
| 2003-02-25 | Swap neighboring lines of callout_init() and bzero() of container | he |
| 2003-02-24 | Comment out the inclusion of <uvm/uvm_extern.h> -- the header is not | thorpej |
| 2003-02-04 | Use callout_setfunc() and callout_schedule(). | thorpej |
| 2003-02-03 | Test callout_pending(), not callout_active(), and eliminate now-unnecessary | thorpej |
| 2003-01-30 | M_SOOPTS -> MT_SOOPTS | thorpej |
| 2003-01-28 | success, not sucess. Noted by mjl. | wiz |
| 2003-01-27 | C++ does not permit static a data member to have the same name as its | kleink |
| 2003-01-21 | correct panic when ip-in-ip encapsulation is used. found by Masanori Kanaoka | itojun |
| 2003-01-19 | Remove variables that are only assigned too but not referenced. | simonb |
| 2003-01-17 | switch from kame-based m_aux mbuf auxiliary data, to openbsd m_tag | itojun |
| 2003-01-04 | Spell output with two ts. | wiz |
| 2002-12-11 | Always recompute the IP checksum, otherwise fast-routed packets that | atatat |
| 2002-11-26 | Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. | lukem |
| 2002-11-25 | The "osrc" variable in gre_mobile_input() is only ever set but not | simonb |
| 2002-11-25 | Avoid strict-alias warnings. | thorpej |
| 2002-11-24 | Quell an uninitialised variable warning. | scw |
| 2002-11-24 | Fix a genuine uninitialised variable warning. | scw |
| 2002-11-20 | Squash a panic: do not try to print the name of a NULL interface. | dyoung |
| 2002-11-12 | remove all entries in rt timer queue on ip_mtudisc change, instead of | itojun |
| 2002-11-12 | ckout previous - doesn't compile | itojun |
| 2002-11-12 | update ip_mtudisc sysctl change handling. | itojun |
| 2002-11-11 | make USE_ENCAPCHECK (in netinet*/*gif.c) to global option, GIF_ENCAPCHECK. | itojun |
| 2002-11-10 | always create pmtud timeout queue, as ip_mtudisc can be tweaked via | itojun |
| 2002-11-07 | In the IP_HDRINCL case of rip_output(), if the mbuf is read-only | thorpej |
| 2002-11-07 | Fix signed/unsigned comparison warnings. | thorpej |
| 2002-11-05 | improve gif lookup performance, when there are many of those, | itojun |
| 2002-11-05 | Add required IPSEC #include files that prevented this from compiling. | fair |
| 2002-11-02 | cleanup ipsec.h dependency. commented by perry, sync w/kame | itojun |
| 2002-11-02 | /*CONTCOND*/ while (0)'ed macros | perry |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-22 | fix typo in previous: s/tip/top/ | lukem |
| 2002-10-22 | Make sure TF_REQ_TSTMP and TF_REQ_SCALE get set correctly in the new | thorpej |
| 2002-10-22 | Guard use of "ostate" with #ifdef TCP_DEBUG in tcp_usrreq(). | simonb |
| 2002-10-22 | Guard use of "so" in tcp_timer_persist() and tcp_timer_2msl() with | simonb |
| 2002-10-22 | In tcp_input(): | simonb |
| 2002-10-22 | Micro-optimisation: don't check if the high bit is set and then mask it | simonb |
| 2002-10-22 | Oops, still need the call to va_arg() to advance the args pointer. | simonb |
| 2002-10-22 | "off" in rip_input() is set but not used, remove it. | simonb |
| 2002-10-22 | "error" in in_pcbbind() was only ever set but not used, remove it. | simonb |
| 2002-10-22 | "newifaddr" in in_control() was set but never used, remove it. | simonb |
| 2002-10-16 | correct log_refused check (TH_SYN, !TH_RST and !TH_ACK). PR 18669 | itojun |
| 2002-10-11 | Add missing "needs-flag". | thorpej |
| 2002-10-10 | Move netinet, netinet6, ipsec, and ipfilter config defns to | thorpej |
| 2002-09-29 | Remove unused ipl_usec. | martti |
| 2002-09-25 | minor KNF | itojun |
| 2002-09-25 | one too many whitespace | itojun |
| 2002-09-25 | Fix ipmon problems on 64-bit platforms (PR#17403 and PR#17404). | martti |