summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-09check tiflags instead of th as th might point to freed memory; pointed outNiels Provos
2002-03-08use timeout(9) to schedule TCP timers. this avoid traversing allNiels Provos
2002-03-02disable immediate ack on TH_PUSH. make behaviour sysctl tuneable.Niels Provos
2002-03-01remove tcp_fasttimo and convert delayed acks to the timeout(9) API instead.Niels Provos
2002-03-01sync with KAMEKenjiro Cho
2002-02-26Cut/pasto: don't forget to scan for the source addressJason Wright
2002-02-23Print compression algorithm name too.Angelos D. Keromytis
2002-02-22do not transmit ICMP source quench. from kjc/kameJun-ichiro itojun Hagino
2002-02-19IPsec is written ``IPsec'', not ``IPSec''.Miod Vallat
2002-02-18Search the correct ACQUIRE list --- shifflett@nps.navy.milAngelos D. Keromytis
2002-02-15Don't cast nonexistent return value from splx to (void). ok art@Thomas Nordin
2002-02-15Clean up arpinput (based on similiar changes in NetBSD), also be sure toJason Wright
2002-02-05when retransmitting a segment after FIN has been sent don't set FINNiels Provos
2002-01-25Add a drain hook to each pool. This hook is called in three cases.Artur Grabowski
2002-01-24allocate tcp reassembly queue via pool; based on netbsd; okay art@ angelos@Niels Provos
2002-01-23disable pmtu for ipsec when the sysctl says so; bug report cjkim2000@yahoo.comNiels Provos
2002-01-23It looks like there has been one crack smoking and a few cut and pastes.Artur Grabowski
2002-01-23Pool deals fairly well with physical memory shortage, but it doesn't dealArtur Grabowski
2002-01-21remove couple of #if 0'ed portion we will never useJun-ichiro itojun Hagino
2002-01-15allocate sackholes with poolNiels Provos
2002-01-15change tcpcb allocation to poolNiels Provos
2002-01-14knfNiels Provos
2002-01-14knfNiels Provos
2002-01-14knfNiels Provos
2002-01-14typoNiels Provos
2002-01-14use macros to manage tcp timers; based on netbsdNiels Provos
2002-01-12add rediraccept and redirtimeout sysctl's.Eric Jackson
2002-01-05Avoid using an uninitialized variable. dhartmei@ okThomas Nordin
2002-01-02at least ; required after label or case; openbsd@davidkrause.comTheo de Raadt
2001-12-28move experimental icmp6 type to 200; 141-142 are used for inverse neighborJun-ichiro itojun Hagino
2001-12-10No need to m_freem(m) if m is already NULL. dhartmei@ ok.Hakan Olsson
2001-12-08style: Use queue.h macro's for list traversal, convert several (&thing)->fooJason Wright
2001-12-07correct icmp6 MIB counter mistakeJun-ichiro itojun Hagino
2001-12-07sync comment with kameJun-ichiro itojun Hagino
2001-12-06Use hzto() to handle overflow of (hz * timeout) cases --- when usingAngelos D. Keromytis
2001-12-06Sanity check on inner IP header in IP-in-IP encapsulation; could beAngelos D. Keromytis
2001-12-06put __attribute__ to header decls to avoid align strangeness. sync with kameJun-ichiro itojun Hagino
2001-12-06kill register decls. sync better with kame.Jun-ichiro itojun Hagino
2001-12-06remove obsolete comment; we don't support IPv4 mapped addrJun-ichiro itojun Hagino
2001-12-06remove #if 0'ed portion (for KAME IPSEC - not needed)Jun-ichiro itojun Hagino
2001-12-05KNF whackTheo de Raadt
2001-11-29etherip_output() is called from in_gif.c, therefore is outside of #ifdef IPSECJun-ichiro itojun Hagino
2001-11-26add fastroute options similar to what is found in ipfjasoni
2001-11-24KNFTheo de Raadt
2001-11-06send igmp v2 leave messages to allrouters address (PR#2164)Jakob Schlyter
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-11-02fix multicast loopback checksums; goeran@cdg.chalmers.se, ok angelosTheo de Raadt
2001-10-03If the TDB doesn't have an attached src/dst ID, it can be used for anyAngelos D. Keromytis