Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-16 | fix a buggy printf. | Damien Bergamini | |
in case something wrong happens in the Tx path, don't free a mbuf that is left in if_snd. ok deraadt@ | |||
2006-06-23 | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does | Miod Vallat | |
something, then it MUST return zero on DVACT_ACTIVATE, not EOPNOTSUPP; this very popular bug has been cut and pasted a lot of times... ok deraadt@ mickey@ | |||
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller | |
outbound), using a new BIOCSDIRFILT ioctl; guidance, feedback and ok canacar@ | |||
2006-01-29 | Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls in | Brad Smith | |
an interrupt context. From NetBSD ok dlg@ | |||
2006-01-04 | Remove redundant calls to bpfdetach. | Can Erkin Acar | |
ok brad@ | |||
2005-08-04 | Include if_ether.h and use better usbd_devinfo_alloc argument. ok brad@ | Can Erkin Acar | |
2005-08-01 | Don't keep the devinfo string on the stack, instead use malloc/free. | Brad Smith | |
This should cure some rare stack overflows. From augustss NetBSD ok dlg@ pascoe@ | |||
2005-07-30 | 6 -> ETHER_ADDR_LEN | Brad Smith | |
2005-07-07 | ueagle.c | Can Erkin Acar | |
2005-05-13 | fix dmesg output for pre-firmware modems. | Damien Bergamini | |
2005-04-19 | be more cautious when processing CMV interrupts. | Damien Bergamini | |
drop every CMV reply that is not a CR or CW ack. | |||
2005-04-16 | Driver for Analog Devices Eagle chipset. | Damien Bergamini | |
ok deraadt@ |