summaryrefslogtreecommitdiffstats
path: root/sys/dev/wl
Commit message (Expand)AuthorAgeFilesLines
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-1/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-1/+1
* These drivers only set if_timer but never set if_watchdog. Just removejhb2009-11-191-2/+0
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* Don't call bus_deactivate_resource() explicitly before callingnyan2007-03-211-4/+0
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-5/+6
* Trival whitespace change.obrien2006-06-191-1/+0
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-2/+2
* Catch up with IFP2ENADDR() type change (array -> pointer).ru2005-11-111-1/+1
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weimp2005-09-191-1/+1
* Fix FBSDid style nit.obrien2005-08-101-1/+0
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-7/+7
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-55/+58
* Move if_wl_i82586.h into sys/dev/wl.nyan2005-05-092-1/+267
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-062-2/+2
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-231-1/+0
* Remove unused WL_IRQS macro.jhb2004-05-111-2/+0
* Remove improper use of if_addrhead in device drivers to checkluigi2004-04-151-2/+0
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-2/+1
* Drop the driver lock around calls to if_input to avoid a LOR whensam2003-11-141-0/+4
* Try to create some sort of consistency in how the routings to find theobrien2003-11-131-5/+4
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-17/+14
* Use __FBSDID().obrien2003-08-241-1/+3
* Get wlread() closer to working. Use m->m_len as the initial value forjhay2003-04-171-1/+9
* Add locking to wlinit().jhay2003-04-171-0/+2
* Put the spl calls back until we are sure that everything that they coverjhay2003-04-171-3/+14
* Add locking and remove all the spl() calls.jhay2003-04-161-22/+43
* Get rid of COMPAT_OLDISA and move in the direction of newbus.jhay2003-04-162-234/+340
* Remove the register keyword.jhay2003-04-161-62/+62
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* network interface driver changes:sam2002-11-141-100/+54
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-022-2/+2
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-5/+5
* Remove support for FreeBSD 2.x from this driver.imp2002-02-271-120/+1
* KSE Milestone 2julian2001-09-121-6/+6
* Minor style(9) changes before I get going.imp2001-07-021-41/+40
* Fix a couple of compile warnings because WLDEBUG and WLCACHE wereimp2001-07-021-2/+8
* Move wl driver to dev/wl. Repo copied to dev/wl, the old copiesimp2001-07-021-2/+2
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-1/+1
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-3/+3
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
OpenPOWER on IntegriCloud