summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-06-23Reorder libraries.Hans Insulander
2001-06-23More files from libroken needed by telnetd.Hans Insulander
2001-06-23More spelling fixes from jsyn@nthought.com, and some formatting fixesPaul Janzen
2001-06-23bye byeTheo de Raadt
2001-06-23bye byeTheo de Raadt
2001-06-23Remove loop detection bug, even though we may not be quite finishedAngelos D. Keromytis
with it yet. We should be done in the next few days.
2001-06-23Checksum offloading doesn't work when in bridge mode.Angelos D. Keromytis
2001-06-23bye byeTheo de Raadt
2001-06-23Likewise, only use outgoing TCP/UDP hardware checksumming if theAngelos D. Keromytis
interface is not in bridge mode.
2001-06-23Only use IP checksumming if the output interface is not in bridgeAngelos D. Keromytis
mode. We can't deal with that well.
2001-06-23UDP/IP/TCP packets that hit a bridge and need hardware checksummingAngelos D. Keromytis
are simply dropped.
2001-06-23spelling fixes and minor repairs almost entirely from jsyn@nthought.comPaul Janzen
2001-06-23bye byeTheo de Raadt
2001-06-23m_copyback(), not m_copydata()Angelos D. Keromytis
2001-06-23half go bye byeTheo de Raadt
2001-06-23Software-compute TCP/UDP checksum if we are going to do IPsec or if theAngelos D. Keromytis
output interface does not support hardware checksumming.
2001-06-23try to decode ssh-3.0.0 private rsa keysMarkus Friedl
(allow migration to openssh, not vice versa), #910
2001-06-23Typo.Angelos D. Keromytis
2001-06-23Prototype for in4_cksum()Angelos D. Keromytis
2001-06-23Add in4_cksum.cAngelos D. Keromytis
2001-06-23pool_init, not pool_createArtur Grabowski
2001-06-23Remember to compute IP/TCP/UDP checksum if we're going to broadcast onAngelos D. Keromytis
bridge.
2001-06-23Reflect current reality:Jason Wright
rx ip, udp, tcp checksum offload works tx ip checksum offload works
2001-06-23Check for bridge loops.Angelos D. Keromytis
2001-06-23Placeholder, reminder to fix TCP/UDP checksumming right before doing IPsec.Angelos D. Keromytis
2001-06-23pipe_stat isn't referenced from outside sys_pipe.c anymoreArtur Grabowski
2001-06-23Print hardware checksumming statistics.Angelos D. Keromytis
2001-06-23Add pipe_init, call it from main, move the pool initialization into it.Artur Grabowski
2001-06-23Keep stats on TCP/UDP hardware checksumming.Angelos D. Keromytis
2001-06-23ok, tmac is now fixedTheo de Raadt
2001-06-23Count input/output hardware-checksummed IP packets.Angelos D. Keromytis
2001-06-23Hardware checksumming stats.Angelos D. Keromytis
2001-06-23Since malloc in hashinit can get M_NOWAIT flags, we shouldArtur Grabowski
check the return value.
2001-06-23Only mips uses cpu_set_init_frame (and it shouldn't)Artur Grabowski
2001-06-23syncTheo de Raadt
2001-06-23TCP/UDP hardware checksumming. Untested, since txp dies when it triesAngelos D. Keromytis
to compute the checksums. Still, it shouldn't affect anything.
2001-06-23handle sigature of size 0 (some broken clients send this).Markus Friedl
2001-06-23Document LIST_REPLACE()Angelos D. Keromytis
2001-06-23IPv4 transmit checksum offload handlingJason Wright
2001-06-23Having to update queue(3) for DLIST_* is a major PITA; thus, just useAngelos D. Keromytis
SLIST and be done with it.
2001-06-23print names in reference (.%A) as belowJun-ichiro itojun Hagino
first guy, ... first guy and second guy, ... first, second, and second guy, ... based on comment from "Brian J. Kifiak" <bk@rt.fm>.
2001-06-23I could search... but I'm a lazy bum;-)Michael Shalayeff
2001-06-23sprinkle some const on theoMichael Shalayeff
2001-06-23slacker slacker lazy bum bum bum slacker!Todd C. Miller
2001-06-23Add more partition types - ref. NetBSDKjell Wooding
2001-06-23Remove DLIST_INSERT_BEFORE -- unnecessary complication.Angelos D. Keromytis
2001-06-23Add "M-x theo". Just like "M-x doctor" in emacs... Well, almost.Artur Grabowski
More beer!
2001-06-23- Add IPv4, UDP, and TCP RX checksum offloading supportJason Wright
- Do not enable IPSEC offloading (don't know how that got there =)
2001-06-23UDP and TCP bits are reversed with respect to documentationJason Wright
2001-06-23Fix missing .Nd.Hans Insulander
Reported by espie@