index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netinet
Age
Commit message (
Expand
)
Author
2000-07-24
Drop packet, increment udps_badlen if the udp header length field
sommerfeld
2000-07-24
Improve robustness of icmp_error():
sommerfeld
2000-07-23
add an DIAGNOSTIC case for MCLBYTES assumption
itojun
2000-07-13
remove m_pulldown statistics code. it is highly experimental and belong
itojun
2000-07-10
implement net.inet.icmp.errppslimit.
itojun
2000-07-09
be more cautious about tcp option length field. drop bogus ones earlier.
itojun
2000-07-07
sync with kame.
itojun
2000-07-06
remove unnecessary #include <netkey/key_debug.h>. from kame.
itojun
2000-07-06
- do not use bitfield for router renumbering header.
itojun
2000-07-06
Some slight cleanup.
thorpej
2000-07-05
Fix an omission in the gre cloning changes.
thorpej
2000-07-05
Fix some zero-vs-NULL confusion.
thorpej
2000-07-05
Make that note that we really should be checking the viftable
thorpej
2000-07-05
RFCs 1853, 2003, 2401 -- copy the DF bit.
thorpej
2000-07-05
Use LIST_HEAD_INITIALIZER(), for correctness sake.
thorpej
2000-07-05
added a linted comment about non-portable bitfields. Unfortunately it cannot
christos
2000-07-02
typo in previous
itojun
2000-07-02
do not touch struct ip6stat on non-INET6 compilation.
itojun
2000-07-02
repair kernel faithd(8) support. there were two mistakes:
itojun
2000-07-01
Don't rate-limit ICMP errors from packets we send to ourselves.
sommerfeld
2000-06-30
Pass the correct destination address for the route-to-gateway case.
thorpej
2000-06-30
remove old mbuf assumption (ip header and tcp header are on the same mbuf).
itojun
2000-06-28
<vm/vm.h> -> <uvm/uvm_extern.h>
mrg
2000-06-28
remove include of <vm/vm.h>
mrg
2000-06-26
XNS5.2: define sa_family_t and use it where specified by the standard.
kleink
2000-06-26
remove/move more mach vm header files:
mrg
2000-06-16
Don't copy M_EXT mbufs unless in "dhcp" mode. Do a mtod after the pullup
matt
2000-06-12
better conformance to draft-ietf-ipngwg-icmp-name-lookups-05.
itojun
2000-06-12
Remove a duplicated check for the NetBSD callout (I think it is a mistake
veego
2000-06-12
Ups, forgot to resolve one place.
veego
2000-06-12
Resolve conflicts.
veego
2000-06-10
add icmpreturndatabytes kernel variable (default 8) which specifies the
darrenr
2000-06-05
pass struct proc * down to udp6_output and in6_pcbbind.
itojun
2000-05-23
Resolve conflicts.
veego
2000-05-22
disallow negative numbers for ratelimit interval (tcp, icmp, icmp6).
itojun
2000-05-21
Add a missing ; at the end of a line.
veego
2000-05-21
Resolve conflicts.
veego
2000-05-20
Install "show arptab" (db_show_arptab) in the ddb command tree.
jhawk
2000-05-11
Resolve conflicts and fix a compile error in ip_ftp_pxy.c.
veego
2000-05-10
add missing boundary checks to ip options processing.
itojun
2000-05-10
correct more out-of-bounds memory access, if cnt == 1 and optlen > 1.
itojun
2000-05-10
correct out-of-bound access when hlen == 1 and opt > 1.
itojun
2000-05-06
Handle large offsets with very small options correctly.
sommerfeld
2000-05-06
GC in_interfaces.
mycroft
2000-05-05
remove superfluous test (snd_una is always > iss since th_ack must > iss
matt
2000-05-05
From PR #3733: Only disarm timer if SYN contained the ACK bit since if
matt
2000-05-03
Resolve conflicts.
veego
2000-05-02
One more __attribute__((__packed__)) to dissuade egcs from making
sommerfeld
2000-04-26
sync with more recent kame. defer inclusion of net/if_gif.h.
itojun
2000-04-20
IN_MULTICAST() takes in_addr.s_addr as argument, not pointer to it.
enami
[next]