Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-08 | rl* at cardbus | Aaron Campbell | |
2002-06-08 | Add support for RealTek 8129/8139-based CardBus cards; mostly from NetBSD. | Aaron Campbell | |
deraadt@, jasoni@ ok. Thanks to niklas@ for donating a card for testing. | |||
2002-06-08 | typo | Jun-ichiro itojun Hagino | |
2002-06-08 | sync | Aaron Campbell | |
2002-06-08 | Add some RealTek card ID's; from NetBSD. | Aaron Campbell | |
2002-06-08 | in6_len2mask is a duplicate of in6_prefixlen2mask. unify. sync w/kame | Jun-ichiro itojun Hagino | |
2002-06-08 | Macppc switches to gem from gm. Use the MI, better, Gig-E capable driver. | Dale Rahn | |
2002-06-08 | print address; millert@ ok. | Federico G. Schwindt | |
2002-06-08 | on SIOCAIFADDR_IN6 check if sin6_len is sane. sync w/kame | Jun-ichiro itojun Hagino | |
2002-06-07 | kill register; ok with itojun | jasoni | |
2002-06-07 | use TAILQ_FOREACH macro; ok angelos | jasoni | |
2002-06-07 | Multicast fixes, Gig-E support, mostly from netbsd. ok jason@ | Dale Rahn | |
2002-06-07 | knf | Jason Wright | |
2002-06-07 | Use LIST macros instead of accessing field members directly; jason@ ok | Aaron Campbell | |
2002-06-07 | Detect wrap-around of timeout and set it to its maximum value. Hacky | Angelos D. Keromytis | |
way of getting the max value attributed to millert@ | |||
2002-06-07 | increase rule label length from 32 to 64 chars | Henning Brauer | |
okay dhartmei@, frantzen@ | |||
2002-06-07 | add the possibility to configure a TTL while return-rst | Philipp Buehler | |
ok dhartmei@, ipv6 part itojun@ ok | |||
2002-06-07 | Fix more timeout handling issues in ohci. There are still cursed harrdware | Miod Vallat | |
that will keep dying with this applied, though. Discussed with drahn@ | |||
2002-06-07 | style | Jun-ichiro itojun Hagino | |
2002-06-07 | More DDB fallout. | Dale Rahn | |
2002-06-07 | Fix DDB build problem, minor cleanup. | Dale Rahn | |
2002-06-07 | This doesn't happen, and Debugger should not be used here anyway... | Dale Rahn | |
2002-06-07 | move IPV6_CHECKSUM processing to ip6_raw_ctloutput(). bunch of KNFs. | Jun-ichiro itojun Hagino | |
rip6 stats. sync w/kame | |||
2002-06-07 | in pf_route{6}, do not pass thru pf_test again if the outgoing | jasoni | |
interface has not changed - ok dhartmei@ | |||
2002-06-07 | Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@ | Thomas Nordin | |
2002-06-07 | Add "(max <number>)" option for "keep/modulate state" to limit the number | Daniel Hartmeier | |
of concurrent connections a rule can create. ok frantzen@ | |||
2002-06-07 | Change addupc_intr to not use fuswintr and suswintr to update the profiling | Artur Grabowski | |
info. Since we only use it to profile processes in user mode and there is no way to get back user mode without going past the AST that will write out the profiling info in a context where copyout works. Sitting in my tree for ages. Reviewed and with some suggestions from nordin@ | |||
2002-06-07 | switch from AVL tree's to herr Provos' red-black trees | Mike Frantzen | |
with suggestions from provos@ ok dhartmei@ | |||
2002-06-07 | regen. | Federico G. Schwindt | |
2002-06-07 | Call pf_test() from pf_route() to filter (and translate) routed packets, | Daniel Hartmeier | |
too. Use mbuf tag to prevent loops. Suggested by Darren Reed. ok frantzen@ | |||
2002-06-07 | Gemplus GPR400 smartcard reader. | Federico G. Schwindt | |
2002-06-07 | Add wsconsctl recognition support for adb keyboard. | Dale Rahn | |
2002-06-07 | bus_dma-ify, now it works again, sorry for the inconvenience | Niklas Hallqvist | |
2002-06-07 | Add mbuf tag PACKET_TAG_PF_ROUTED, used to prevent loops for pf routed | Daniel Hartmeier | |
packets. ok angelos@ | |||
2002-06-07 | add a way to exit from the 'root device' prompt if we haven't found ANY ↵ | Jason Wright | |
possibilities. Power cycling this machine is SLOW! | |||
2002-06-07 | sync behaviour about DF bit between ip_output()/tcp_response() | Philipp Buehler | |
and pf_send_reset() while sending a RST ok dhartmei@, itojun@, frantzen@ | |||
2002-06-07 | Don't try to send a packet we don't have if rl_encap fails. | Artur Grabowski | |
Tested by noone, the bug reporter didn't respond. could fix kernel/2731 | |||
2002-06-07 | There is absolutely no need to protect a reference to mono_time.tv_sec with ↵ | Artur Grabowski | |
splclock. | |||
2002-06-07 | Move all duplicated enqueueing code into one function, | jasoni | |
bridge_ifenqueu(). - ok jason@, dhartmei@ | |||
2002-06-07 | typo | Jun-ichiro itojun Hagino | |
2002-06-07 | If there has been no NS for the neighbor after entering the | Jun-ichiro itojun Hagino | |
INCOMPLETE state, send the first solicitation in nd6_output(), regardless of the timer value. revised comments about rate-limiting accordingly. sync w/kame | |||
2002-06-07 | avoid is_ipv6 construct. a step towards IPv4-less kernel | Jun-ichiro itojun Hagino | |
2002-06-07 | no need for IPv4 mapped addr support | Jun-ichiro itojun Hagino | |
2002-06-07 | Hand-editing diff file to remove a few chunks that you don't want to | Miod Vallat | |
commit now sucks. Especially when you accidentally delete an important chunk. Put a few more pm_xxx() prototypes there to unbreak compilation, 10x maja@ | |||
2002-06-07 | mistake in sysctl table | Jun-ichiro itojun Hagino | |
2002-06-07 | just for consistency/compatibility, have net.inet6.ip6.v6only sysctl MIB, | Jun-ichiro itojun Hagino | |
as well as set/getsockopt(IPV6_V6ONLY). | |||
2002-06-07 | style | Jun-ichiro itojun Hagino | |
2002-06-07 | Handle hashinit() failure. ok niklas@ | Thomas Nordin | |
2002-06-07 | remove static | Jason Wright | |
2002-06-07 | Simplify so that we can remove CLKF_BASEPRI() and spllowersoftclock() | Thomas Nordin | |
infrastructure. ok art@ and miod@ |