| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Remove _KERNEL_OPT leftovers. | 2007-02-11 | 1 | -7/+1 | ||
| | | ||||||
| * | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does | 2006-06-23 | 1 | -2/+1 | ||
| | | | | | | | 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@ | |||||
| * | allow bpf(4) to ignore packets based on their direction (inbound or | 2006-03-25 | 1 | -5/+3 | ||
| | | | | | | outbound), using a new BIOCSDIRFILT ioctl; guidance, feedback and ok canacar@ | |||||
| * | Remove last NRND NetBSDisms from tree. | 2006-03-07 | 1 | -17/+1 | ||
| | | | | | ok deraadt@ brad@ | |||||
| * | Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls in | 2006-01-29 | 1 | -4/+4 | ||
| | | | | | | | | | an interrupt context. From NetBSD ok dlg@ | |||||
| * | Remove redundant calls to bpfdetach. | 2006-01-04 | 1 | -4/+1 | ||
| | | | | | ok brad@ | |||||
| * | Don't keep the devinfo string on the stack, instead use malloc/free. | 2005-08-01 | 1 | -4/+5 | ||
| | | | | | | | | | This should cure some rare stack overflows. From augustss NetBSD ok dlg@ pascoe@ | |||||
| * | clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources. | 2005-07-02 | 1 | -3/+2 | ||
| | | ||||||
| * | remove netns crud. | 2005-06-08 | 1 | -21/+1 | ||
| | | | | | | some drivers actually had hooks for SIOCSIFADDR, most just useless includes "looks good" deraadt miod brad | |||||
| * | strncpy->strlcpy | 2004-11-10 | 1 | -2/+2 | ||
| | | | | | ok henning@ | |||||
| * | put "do { } while (0)" wrappers on all the debug maroc functions | 2004-07-08 | 1 | -3/+3 | ||
| | | ||||||
| * | Set devclass to DV_IFNET for all USB network drivers. | 2003-12-15 | 1 | -2/+2 | ||
| | | | | | ok deraadt@ nate@ | |||||
| * | string cleanup; nate ok | 2003-05-07 | 1 | -2/+2 | ||
| | | ||||||
| * | remove the altq classifier code which is replaced by pf and no longer used. | 2003-01-07 | 1 | -9/+2 | ||
| | | | | | ok henning@, deraadt@ | |||||
| * | Make code more portable | 2002-07-29 | 1 | -17/+8 | ||
| | | ||||||
| * | get rid of trailing whitespace | 2002-07-25 | 1 | -4/+4 | ||
| | | ||||||
| * | allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always know | 2002-06-30 | 1 | -1/+2 | ||
| | | | | | | the size of sockaddr_dl on if_attach() - for instance, see ether_ifattach(). from netbsd. fgs ok | |||||
| * | Kill __FUNCTION__. | 2002-06-26 | 1 | -19/+19 | ||
| | | ||||||
| * | use IF_INPUT macro for us as well. | 2002-06-07 | 1 | -2/+2 | ||
| | | ||||||
| * | Meant to commit only ulpt and committed everything. Most things weren't ready | 2002-05-07 | 1 | -11/+17 | ||
| | | ||||||
| * | Sync ulpt driver with NetBSD | 2002-05-07 | 1 | -17/+11 | ||
| | | ||||||
| * | sync with KAME | 2002-03-12 | 1 | -11/+21 | ||
| | | | | | | ALTQify more drivers. ok millert@ | |||||
| * | Synchronize usb code with NetBSD. | 2001-10-31 | 1 | -10/+10 | ||
| | | ||||||
| * | change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. | 2001-06-15 | 1 | -2/+1 | ||
| | | | | | | | | | follows BSD/OS practice and ucd-snmp code (FreeBSD does it for specific interfaces only). was: if_lastchange get updated on every packet transmission/receipt. now: if_lastchange get updated when IFF_UP is changed. | |||||
| * | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | 2001-02-20 | 1 | -3/+1 | ||
| | | ||||||
| * | Add driver for Prolific PL2301/PL2302 host-to-host adapter. From NetBSD. | 2001-01-28 | 1 | -0/+1116 | ||
| /* XXX - untested */ Note: just reminding myself that I need to create a nice diff for Lennart to further portablize the USB code (I fell behind in doing this). In particular, for this driver, the IF_INPUT() macro just does ether_input() in OpenBSD, but we really want to call the local upl_input() routine. | ||||||
