summaryrefslogtreecommitdiffstats
path: root/sys/dev/ex
Commit message (Expand)AuthorAgeFilesLines
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-3/+3
* Convert files to UTF-8uqs2012-01-152-2/+2
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againkevlo2012-01-071-1/+0
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-1/+1
* Replace several instances of 'if (!a & b)' with 'if (!(a &b))' in ordertrasz2010-01-081-1/+1
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-4/+4
* Add preliminary support for the OLICOM OC2231 and OC2232. This is theimp2008-08-271-12/+55
* Some PC Card variants of the 82365 don't seem to like setting the IRQimp2008-08-243-10/+18
* Make ex(4) MPSAFE:jhb2008-06-134-90/+101
* s/destory/destroy/ (except for the code in contrib/).pjd2007-04-161-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-232-2/+2
* Remove ifdef notyet SIOCGHWADDR vestige.imp2006-02-041-7/+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
* Fix "struct ifnet" leaks when attach() fails in the middle.ru2005-09-161-1/+3
* MFp4:imp2005-09-131-73/+40
* Add the olicom OC2231 and OC2232 to the list of cards that we shouldimp2005-09-131-0/+2
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-9/+9
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-1/+5
* Add real support for obtaining the silicom MAC address from theimp2005-07-151-34/+7
* Eliminate unused argument in PCMCIA_CARD macro.imp2005-06-241-2/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-104-14/+22
* Include necessary declarationsimp2005-01-201-0/+3
* Only match ethernet functions. I've not seen any multifunction cardsimp2005-01-201-0/+7
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-062-2/+2
* Use cluster if data >= MINCLSIZE.glebius2004-10-171-1/+1
* Since if_ex doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* another format nitimp2004-06-281-1/+2
* casting for printf happinessimp2004-06-281-4/+4
* MFp4:imp2004-06-274-257/+351
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewimp2004-05-271-1/+1
* Move to generating pccarddevs.h on the fly, both for the kernel andimp2004-05-261-1/+1
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-231-1/+0
* Remove improper use of if_addrhead in device drivers to checkluigi2004-04-151-3/+0
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+4
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-3/+0
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-9/+7
* add newcard support to eximp2003-10-261-2/+28
* Use __FBSDID().obrien2003-08-243-3/+9
* - Declare ex_devclass in if_ex.cmdodd2003-03-294-8/+8
* - Move ex_pccard_detach() to if_ex.c and rename it to ex_detach().mdodd2003-03-294-15/+22
* Reformat for readability.mdodd2003-03-291-96/+98
* Don't panic if we aren't plugged into a hub.mdodd2003-03-291-5/+18
* Multicast support, gleaned from NetBSD's if_iy driver.mdodd2003-03-282-5/+103
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* network interface driver changes:sam2002-11-141-6/+3
* Remove __P.alfred2002-03-203-16/+16
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-1/+1
* Warning police:jhb2001-01-192-2/+2
OpenPOWER on IntegriCloud