aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/wl
Commit message (Expand)AuthorAgeFilesLines
* Various fixes for wl(4):John Baldwin2014-11-202-432/+420
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-10/+10
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-1/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-1/+1
* These drivers only set if_timer but never set if_watchdog. Just removeJohn Baldwin2009-11-191-2/+0
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* Don't call bus_deactivate_resource() explicitly before callingYoshihiro Takahashi2007-03-211-4/+0
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-5/+6
* Trival whitespace change.David E. O'Brien2006-06-191-1/+0
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-2/+2
* Catch up with IFP2ENADDR() type change (array -> pointer).Ruslan Ermilov2005-11-111-1/+1
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weWarner Losh2005-09-191-1/+1
* Fix FBSDid style nit.David E. O'Brien2005-08-101-1/+0
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-7/+7
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-031-0/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-55/+58
* Move if_wl_i82586.h into sys/dev/wl.Yoshihiro Takahashi2005-05-092-1/+267
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-062-2/+2
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0
* Remove unused WL_IRQS macro.John Baldwin2004-05-111-2/+0
* Remove improper use of if_addrhead in device drivers to checkLuigi Rizzo2004-04-151-2/+0
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+2
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-141-2/+1
* Drop the driver lock around calls to if_input to avoid a LOR whenSam Leffler2003-11-141-0/+4
* Try to create some sort of consistency in how the routings to find theDavid E. O'Brien2003-11-131-5/+4
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-17/+14
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Get wlread() closer to working. Use m->m_len as the initial value forJohn Hay2003-04-171-1/+9
* Add locking to wlinit().John Hay2003-04-171-0/+2
* Put the spl calls back until we are sure that everything that they coverJohn Hay2003-04-171-3/+14
* Add locking and remove all the spl() calls.John Hay2003-04-161-22/+43
* Get rid of COMPAT_OLDISA and move in the direction of newbus.John Hay2003-04-162-234/+340
* Remove the register keyword.John Hay2003-04-161-62/+62
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* network interface driver changes:Sam Leffler2002-11-141-100/+54
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-022-2/+2
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-5/+5
* Remove support for FreeBSD 2.x from this driver.Warner Losh2002-02-271-120/+1
* KSE Milestone 2Julian Elischer2001-09-121-6/+6
* Minor style(9) changes before I get going.Warner Losh2001-07-021-41/+40
* Fix a couple of compile warnings because WLDEBUG and WLCACHE wereWarner Losh2001-07-021-2/+8
* Move wl driver to dev/wl. Repo copied to dev/wl, the old copiesWarner Losh2001-07-021-2/+2
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp2001-02-061-1/+1
* Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp2001-02-041-2/+1