Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-20 | Avoid using I/O port 0x370 since this is used by onboard audio on | Todd C. Miller | |
some laptops. Only seems to cause problems with some card, notably wavelan and aironet. | |||
2000-06-20 | Remove static from arptimer so that "show callout" in ddb shows the right | Artur Grabowski | |
function. | |||
2000-06-20 | If only one of IX86_CPU is defined, set CMACHFLAGS to the appropriate | Artur Grabowski | |
-march=ix86. (as it was done for 486). | |||
2000-06-20 | some files from crypto/ are needed for tcfs. | Federico G. Schwindt | |
2000-06-20 | remove NetBSD ifdefs. indent. | Federico G. Schwindt | |
2000-06-20 | KNF | Todd T. Fries | |
2000-06-20 | Convert if_slowtimo to use new timeouts. | Artur Grabowski | |
2000-06-20 | knf | Jason Wright | |
2000-06-20 | call crypto_done() | Jason Wright | |
2000-06-20 | Use crypto_done() | Angelos D. Keromytis | |
2000-06-20 | crypto_done(), all it does for now is invoke the callback. | Angelos D. Keromytis | |
2000-06-20 | Add crypto_done() prototype. | Angelos D. Keromytis | |
2000-06-20 | Almost make a Megahertz card working, still rx probs though | Niklas Hallqvist | |
2000-06-20 | some more esp devices | Niklas Hallqvist | |
2000-06-20 | regen | Niklas Hallqvist | |
2000-06-20 | do not play with rcvif, if the traffic is non-IPv4. | Jun-ichiro itojun Hagino | |
by setting rcvif to enc*, we break IPv6 scope considerations. | |||
2000-06-20 | esp SCSI devices | Niklas Hallqvist | |
2000-06-20 | try to cope with AH6 with scoped address case better. | Jun-ichiro itojun Hagino | |
2000-06-20 | initialize mtu/hlim for enc interface at encattach(). | Jun-ichiro itojun Hagino | |
backgronud: inbound ipsec packet will have enc* as m->m_pkthdr.rcvif. when we try to reflect the packet back in the kernel (like icmp6 echo), we'd generate packet toward enc* interface. icmp6_reflect() will take hoplimit value from nd_ifinfo[enc*], which was not initialized by the old code. XXX the change to m->m_pkthdr.rcvif violates IPv6 scoped routing. we will need to disable it, for at least IPv6. | |||
2000-06-20 | After bpf_mtap(), in promisc mode, don't drop packets that aren't for us here; | Aaron Campbell | |
that is done in ether_input(); jason@ ok | |||
2000-06-20 | timeout_add: Remove the right timeout when we see that it is on the list. | Artur Grabowski | |
2000-06-20 | Big oops on my previous commit, broke gateway function; patch from | Angelos D. Keromytis | |
form@openbsd.ru | |||
2000-06-20 | initialize hoplimit field properly on ipsec6 case | Jun-ichiro itojun Hagino | |
2000-06-19 | correct header chasing code. take care of AH length. | Jun-ichiro itojun Hagino | |
2000-06-19 | sync | Chris Cappuccio | |
2000-06-19 | new cmd ide controllers | Chris Cappuccio | |
2000-06-19 | xe needs ifmedia | Federico G. Schwindt | |
2000-06-19 | esp at pcmcia, commented out. | Federico G. Schwindt | |
2000-06-19 | Uncomment esp out now that the driver is in the tree. | Federico G. Schwindt | |
2000-06-19 | Add pcmcia attachment of esp; from NetBSD. | Federico G. Schwindt | |
So far this code supports some panasonic adapters, but other brands should work as well. | |||
2000-06-19 | oops, nuke unused variable | Jason Wright | |
2000-06-19 | IPv6 IPsec, outbound direction. | Jun-ichiro itojun Hagino | |
restriction: if there's any extension header (except fragment) and outbound packet matches tdb, we can't encrypt it. packet will not go out of the node (dropped). | |||
2000-06-19 | Need to include rijndael.c for crypto | (inet & ipsec) too | Thorsten Lockert | |
2000-06-19 | de-#ifdef-ize | Jason Wright | |
2000-06-19 | oops, add macbuf to the queue structure | Jason Wright | |
2000-06-19 | add authentication-only handling (easy setup). | Jason Wright | |
remove most of the parameters from ubsec_callback() since they can be found later. ok, so ubsec can now authenticate to itself (doesn't like software, tho) | |||
2000-06-19 | Upload memory ranges for NEW_NONCONTIG code, this one forgotten before 2.7 | Miod Vallat | |
freeze | |||
2000-06-19 | Small, usable, and it even boots on 4Mb machines | Miod Vallat | |
2000-06-19 | Insert missing splx(); me and roberto@ns2.freenix.org. | Aaron Campbell | |
Hacking at USENIX 2000 :-) | |||
2000-06-18 | Oops on checking inp_tdb etc. (itojun@) | Angelos D. Keromytis | |
2000-06-18 | Allow S to be overridden like on the other arches; provos@ | Todd C. Miller | |
2000-06-18 | more mbuf sanity check | Jun-ichiro itojun Hagino | |
2000-06-18 | Correct function declaration. | Angelos D. Keromytis | |
2000-06-18 | KNF | Jun-ichiro itojun Hagino | |
2000-06-18 | Arguments. | Angelos D. Keromytis | |
2000-06-18 | Pull in the right header for ip6_sprintf(), fix argument. | Angelos D. Keromytis | |
2000-06-18 | fix 3des decryption | Niels Provos | |
2000-06-18 | remove remains from NRL ipsec code | Jun-ichiro itojun Hagino | |
2000-06-18 | Use ip6_sprintf() rather than the home-cooked inet6_ntoa4() | Angelos D. Keromytis | |
2000-06-18 | split long "if" case (cosmetic; preparation for KNF) | Jun-ichiro itojun Hagino | |