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 (
Collapse
)
Author
1999-02-17
add fragment flood protection; configureable using sysctl ip.maxqueue
Theo de Raadt
1999-02-17
ipsec skipjack, based on free .fi code (some .gov type will test this for me)
Theo de Raadt
1999-02-17
indent
Theo de Raadt
1999-02-17
indent; remove local types
Theo de Raadt
1999-02-17
inet6 indent
Theo de Raadt
1999-02-16
Fix a padding check bug in the experimental-padding. iliya@ericom.com
Angelos D. Keromytis
1999-02-15
when allocating sack blocks check for failing malloc(), if it fails
Niels Provos
just ignore the sack block + fix misleading comment. tomh@CS.Berkeley.EDU
1999-02-12
angelos cannot spell small words
Theo de Raadt
1999-02-09
correct rst handling should not consult ack field here
Hugh Graham
1999-02-08
init incr tcp iss from snd_nxt, not rcv_nxt; 4.4
Theo de Raadt
1999-02-05
ipf 3.2.10; work by kjell
Theo de Raadt
1999-02-05
indent
Theo de Raadt
1999-02-05
Clear mfchashtbl after deallocation (mycroft@netbsd)
Angelos D. Keromytis
1999-02-04
indent
Theo de Raadt
1999-02-04
report on no udp checksum
Theo de Raadt
1999-02-04
use u_int32_t and u_int64_t for stats variables, instead of quad/long
Theo de Raadt
1999-02-01
remove the correct KFREE
David Leonard
1999-01-29
remove multiple free
David Leonard
1999-01-27
fix NEWRENO behaviour, the newreo code assumed that the send socket buffer has
Niels Provos
already been cleared of the acked data, though it was called before any sbdrop() call and always called tcp_output() with 0 index in the send socket buffer and thus causing data corruption. so do not set snd_una to th_ack.
1999-01-27
reordered FIN segments caused early termination, bug introduced by ipv6 ↵
Niklas Hallqvist
integration
1999-01-15
IN_MULTICAST takes network order addresses
Niklas Hallqvist
1999-01-11
remove panic() calls, consistent error reporting
Theo de Raadt
1999-01-11
Use bzero instead of memset in the kernel
Niklas Hallqvist
1999-01-11
Make TCP_SACK compile with new netinet
Niklas Hallqvist
1999-01-11
panic prints a newline for you, don't do it in the panic string
Todd C. Miller
1999-01-11
netinet merge of NRL stuff. some indent and shrinkage needed; NRL/cmetz
Theo de Raadt
1999-01-11
Remove duplicate code.
Angelos D. Keromytis
1999-01-10
merge INPROTO_* tables
Theo de Raadt
1999-01-08
dont call ip_randomid() in htons().
Niels Provos
1999-01-08
do not use random bits when not necessary, remove 8-byte block dependence
Theo de Raadt
1999-01-08
IPV6 pieces; NRL
Theo de Raadt
1999-01-08
more IPV6 merge; cmetz
Theo de Raadt
1999-01-08
remove NRL debugging goop; cmetz
Theo de Raadt
1999-01-08
rip_input() should be called with a 0 terminator; cmetz
Theo de Raadt
1999-01-08
INET6 hooks; NRL/cmetz
Theo de Raadt
1999-01-07
INET6 support
Theo de Raadt
1999-01-07
add ipv6 transition related ICMP errors
Theo de Raadt
1999-01-07
indent
Theo de Raadt
1999-01-07
ipv6 ethertype
Theo de Raadt
1999-01-07
update for ipv6
Theo de Raadt
1999-01-07
in_pcblookup() now takes ptr to both ip address arguments
Theo de Raadt
1999-01-07
indent
Theo de Raadt
1999-01-07
rename baddynamic() to in_baddynamic(), and export it
Theo de Raadt
1999-01-03
use int8_t, not char in c++ case for consistency and fix indentation
Todd C. Miller
1999-01-01
mirror OSF1 solution for ip_opts[] within struct called ip_opts; dm@, pr#681
Theo de Raadt
1998-12-31
one last fix for byte order. now all architectures return the same correct ↵
Theo de Raadt
icmp packets
1998-12-31
look at that, correct nested ip checksums...
Theo de Raadt
1998-12-31
XXX marker for where nested ip ip_sum should be re-build (but it is not in ↵
Theo de Raadt
an mbuf, grr
1998-12-31
icmp_error() is now getting packets which are completely in network byte order
Theo de Raadt
1998-12-31
mangle uh_sum as before, but recover it for icmp errors
Theo de Raadt
[next]