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