Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-23 | spelling fixes and minor repairs almost entirely from jsyn@nthought.com | Paul Janzen | |
2001-06-23 | bye bye | Theo de Raadt | |
2001-06-23 | m_copyback(), not m_copydata() | Angelos D. Keromytis | |
2001-06-23 | half go bye bye | Theo de Raadt | |
2001-06-23 | Software-compute TCP/UDP checksum if we are going to do IPsec or if the | Angelos D. Keromytis | |
output interface does not support hardware checksumming. | |||
2001-06-23 | try to decode ssh-3.0.0 private rsa keys | Markus Friedl | |
(allow migration to openssh, not vice versa), #910 | |||
2001-06-23 | Typo. | Angelos D. Keromytis | |
2001-06-23 | Prototype for in4_cksum() | Angelos D. Keromytis | |
2001-06-23 | Add in4_cksum.c | Angelos D. Keromytis | |
2001-06-23 | pool_init, not pool_create | Artur Grabowski | |
2001-06-23 | Remember to compute IP/TCP/UDP checksum if we're going to broadcast on | Angelos D. Keromytis | |
bridge. | |||
2001-06-23 | Reflect current reality: | Jason Wright | |
rx ip, udp, tcp checksum offload works tx ip checksum offload works | |||
2001-06-23 | Check for bridge loops. | Angelos D. Keromytis | |
2001-06-23 | Placeholder, reminder to fix TCP/UDP checksumming right before doing IPsec. | Angelos D. Keromytis | |
2001-06-23 | pipe_stat isn't referenced from outside sys_pipe.c anymore | Artur Grabowski | |
2001-06-23 | Print hardware checksumming statistics. | Angelos D. Keromytis | |
2001-06-23 | Add pipe_init, call it from main, move the pool initialization into it. | Artur Grabowski | |
2001-06-23 | Keep stats on TCP/UDP hardware checksumming. | Angelos D. Keromytis | |
2001-06-23 | ok, tmac is now fixed | Theo de Raadt | |
2001-06-23 | Count input/output hardware-checksummed IP packets. | Angelos D. Keromytis | |
2001-06-23 | Hardware checksumming stats. | Angelos D. Keromytis | |
2001-06-23 | Since malloc in hashinit can get M_NOWAIT flags, we should | Artur Grabowski | |
check the return value. | |||
2001-06-23 | Only mips uses cpu_set_init_frame (and it shouldn't) | Artur Grabowski | |
2001-06-23 | sync | Theo de Raadt | |
2001-06-23 | TCP/UDP hardware checksumming. Untested, since txp dies when it tries | Angelos D. Keromytis | |
to compute the checksums. Still, it shouldn't affect anything. | |||
2001-06-23 | handle sigature of size 0 (some broken clients send this). | Markus Friedl | |
2001-06-23 | Document LIST_REPLACE() | Angelos D. Keromytis | |
2001-06-23 | IPv4 transmit checksum offload handling | Jason Wright | |
2001-06-23 | Having to update queue(3) for DLIST_* is a major PITA; thus, just use | Angelos D. Keromytis | |
SLIST and be done with it. | |||
2001-06-23 | print names in reference (.%A) as below | Jun-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-23 | I could search... but I'm a lazy bum;-) | Michael Shalayeff | |
2001-06-23 | sprinkle some const on theo | Michael Shalayeff | |
2001-06-23 | slacker slacker lazy bum bum bum slacker! | Todd C. Miller | |
2001-06-23 | Add more partition types - ref. NetBSD | Kjell Wooding | |
2001-06-23 | Remove DLIST_INSERT_BEFORE -- unnecessary complication. | Angelos D. Keromytis | |
2001-06-23 | Add "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 support | Jason Wright | |
- Do not enable IPSEC offloading (don't know how that got there =) | |||
2001-06-23 | UDP and TCP bits are reversed with respect to documentation | Jason Wright | |
2001-06-23 | Fix missing .Nd. | Hans Insulander | |
Reported by espie@ | |||
2001-06-23 | Use DLIST for tags. | Angelos D. Keromytis | |
2001-06-23 | Use standard defined macros to access inner ifnet data structure members. | Aaron Campbell | |
2001-06-23 | Use DLIST for tags. | Angelos D. Keromytis | |
2001-06-23 | Use DLIST for tags | Angelos D. Keromytis | |
2001-06-23 | Likewise, use m_tag_init() | Angelos D. Keromytis | |
2001-06-23 | One of these days, I'll learn to type. | Angelos D. Keromytis | |
2001-06-23 | Actually, should just use m_tag_init() | Angelos D. Keromytis | |
2001-06-23 | Typo. | Angelos D. Keromytis | |
2001-06-23 | DLIST_* type/operations. | Angelos D. Keromytis | |
2001-06-23 | fix comment | Michael Shalayeff | |
2001-06-23 | Initialize only if no hardware checksumming. | Angelos D. Keromytis | |