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