Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove _KERNEL_OPT leftovers. | 2007-02-11 | 1 | -7/+1 | ||
| | ||||||
* | add ZyXEL USB id, remove useless comments and reorder USB devices. | 2006-07-14 | 1 | -12/+6 | ||
| | ||||||
* | 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 | -4/+3 | ||
| | | | | | outbound), using a new BIOCSDIRFILT ioctl; guidance, feedback and ok canacar@ | |||||
* | Remove last NRND NetBSDisms from tree. | 2006-03-07 | 1 | -11/+1 | ||
| | | | | ok deraadt@ brad@ | |||||
* | typos from alexey dobriyan; | 2006-02-06 | 1 | -2/+2 | ||
| | ||||||
* | Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls in | 2006-01-29 | 1 | -3/+3 | ||
| | | | | | | | | an interrupt context. From NetBSD ok dlg@ | |||||
* | {TrendNet,Trendware} -> TRENDnet, ok jsg@ | 2005-09-23 | 1 | -2/+2 | ||
| | ||||||
* | 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@ | |||||
* | Update for GREENHOUSE2 -> REALTEK USB vid change. | 2005-07-19 | 1 | -3/+3 | ||
| | ||||||
* | clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources. | 2005-07-02 | 1 | -2/+2 | ||
| | ||||||
* | don't call mii_pollstat() right after mii_tick() in foo_tick_task() | 2005-07-02 | 1 | -11/+8 | ||
| | ||||||
* | 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 | |||||
* | ethernet on OQO model 01 device cable. dlg ok | 2005-03-03 | 1 | -2/+4 | ||
| | ||||||
* | - make sure int is in running state before touching the multicast filters | 2005-01-03 | 1 | -4/+5 | ||
| | | | | | | | | - call foo_setmulti only instead of init'ing the chip - don't overwrite potential error return with success when calling ether_addmulti/ether_delmulti ok dlg@ | |||||
* | Three mode devices found in the wild, I think | 2004-11-17 | 1 | -2/+6 | ||
| | ||||||
* | strncpy->strlcpy | 2004-11-10 | 1 | -2/+2 | ||
| | | | | ok henning@ | |||||
* | Add Longshine LCS-8138TX and Micronet SP128AR found in linux driver | 2004-10-16 | 1 | -2/+6 | ||
| | | | | ok dlg@ | |||||
* | from netbsd: if_url.c 1.8, if_urlreg.h 1.2, urlphy.c 1.9 and urlphyreg.h 1.2 | 2004-09-29 | 1 | -5/+2 | ||
| | | | | | | | | via Jonathan Gray log message: Remove advertising clauses from code written by Shingo WATANABE. He has kindly consented it. | |||||
* | don't need to set ifp->if_mtu or ifp->if_output in each driver, | 2004-09-23 | 1 | -2/+1 | ||
| | | | | | | {ether,atm,fddi}_ifattach already does this. ok mcbride@ markus@ henning@ | |||||
* | put "do { } while (0)" wrappers on all the debug maroc functions | 2004-07-08 | 1 | -3/+3 | ||
| | ||||||
* | init ether address correctly, since our Ether_ifattach macro does not do | 2003-12-23 | 1 | -1/+4 | ||
| | | | | that job; 3612, rspmn@arcor.de | |||||
* | 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 | ||
| | ||||||
* | pad minimum frames with 0's; based on netbsd | 2003-01-27 | 1 | -2/+4 | ||
| | ||||||
* | sync with NetBSD | 2002-11-11 | 1 | -4/+8 | ||
| | ||||||
* | Plug memory leak; nyar-junk@int0rnet.net | 2002-09-29 | 1 | -2/+2 | ||
| | ||||||
* | get rid of trailing whitespace | 2002-07-25 | 1 | -21/+21 | ||
| | ||||||
* | shorten address printout | 2002-07-10 | 1 | -2/+2 | ||
| | ||||||
* | Kill __FUNCTION__. | 2002-06-26 | 1 | -48/+48 | ||
| | ||||||
* | Fix ioctl handling | 2002-05-09 | 1 | -8/+69 | ||
| | | | | | | | Add default MTU fix typo errors noted by Jason Ackley <jason@ackley.net> | |||||
* | Add a driver for Realtek RTL8150L based ethernet devices | 2002-05-07 | 1 | -0/+1630 | ||
| | | | | From NetBSD | |||||
* | Meant to commit only ulpt and committed everything. Most things weren't ready | 2002-05-07 | 1 | -1609/+0 | ||
| | ||||||
* | Sync ulpt driver with NetBSD | 2002-05-07 | 1 | -0/+1609 | ||