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
/
ip_flow.c
Age
Commit message (
Expand
)
Author
2001-11-13
add RCSIDs
lukem
2001-10-29
Don't need to include <uvm/uvm_extern.h> just to include <sys/sysctl.h>
simonb
2001-09-17
Split the pre-computed ifnet checksum flags into Tx and Rx directions.
thorpej
2001-06-12
receive, not recieve
wiz
2001-06-02
Implement support for IP/TCP/UDP checksum offloading provided by
thorpej
2001-04-13
Remove the use of splimp() from the NetBSD kernel. splnet()
thorpej
2000-06-30
Pass the correct destination address for the route-to-gateway case.
thorpej
2000-06-28
<vm/vm.h> -> <uvm/uvm_extern.h>
mrg
1999-10-17
If a packet came in as link-level broadcast or link-level multicast, don't
sommerfeld
1999-03-26
security: test for ip_len < ip_hl <<2 and drop packet accordingly
proff
1999-01-28
~htons(...) is always negative.
itohy
1999-01-25
One more tweak to the checksum hack, and I promise I'm done. B-)
mycroft
1999-01-25
Absolutely minor tweak to generate better code.
mycroft
1999-01-24
Update the comment about the checksum hack. It was way out of date.
mycroft
1999-01-24
Modify the checksum slightly so that the htons()s can all be combined.
mycroft
1998-10-08
Use the pool allocator for ipflow entries.
thorpej
1998-06-10
Truncate mbufs to the correct length before forwarding; fixes pr5560
sommerfe
1998-06-02
In addition to the IP flow hash table, put the flows on a list. The table
thorpej
1998-05-18
Fix two bugs.
matt
1998-05-04
Default IP flow to being enabled. Add a sysctl to control the maximum
matt
1998-05-04
- kern/5380 (Dennis Ferguson): fix incremental IP header checksum.
thorpej
1998-04-29
Add support for "fast" forwarding. Add hooks in if_ethersubr.c and
matt