summaryrefslogtreecommitdiff
path: root/sys/dev/ex
AgeCommit message (Expand)Author
2019-05-17FCP-101: Remove ex(4).Brooks Davis
2018-10-25Deprecate a number of less used 10 and 10/100 Ethernet devices.Brooks Davis
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2018-03-30Fall back to ether_ioctl() by default.Brooks Davis
2017-12-23Create a new ISA_PNP_INFO macro. Use this macro every where we haveWarner Losh
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-04-06remove archaic register keyword from ixgb and exEd Maste
2015-12-11Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingWarner Losh
2015-01-06In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson
2014-09-19Mechanically convert to if_inc_counter().Gleb Smirnoff
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-01-15Convert files to UTF-8Ulrich Spörlein
2012-01-07ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo
2010-05-03Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev
2010-01-08Replace several instances of 'if (!a & b)' with 'if (!(a &b))' in orderEdward Tomasz Napierala
2009-06-26Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson
2008-08-27Add preliminary support for the OLICOM OC2231 and OC2232. This is theWarner Losh
2008-08-24Some PC Card variants of the 82365 don't seem to like setting the IRQWarner Losh
2008-06-13Make ex(4) MPSAFE:John Baldwin
2007-04-16s/destory/destroy/ (except for the code in contrib/).Pawel Jakub Dawidek
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-02-04Remove ifdef notyet SIOCGHWADDR vestige.Warner Losh
2005-11-11- Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov
2005-11-11Catch up with IFP2ENADDR() type change (array -> pointer).Ruslan Ermilov
2005-09-16Fix "struct ifnet" leaks when attach() fails in the middle.Ruslan Ermilov
2005-09-13MFp4:Warner Losh
2005-09-13Add the olicom OC2231 and OC2232 to the list of cards that we shouldWarner Losh
2005-08-09Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson
2005-08-03Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson
2005-07-15Add real support for obtaining the silicom MAC address from theWarner Losh
2005-06-24Eliminate unused argument in PCMCIA_CARD macro.Warner Losh
2005-06-10Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis
2005-01-20Include necessary declarationsWarner Losh
2005-01-20Only match ethernet functions. I've not seen any multifunction cardsWarner Losh
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-10-17Use cluster if data >= MINCLSIZE.Gleb Smirnoff
2004-08-13Since if_ex doesn't contain locking or run with INTR_MPSAFE, markRobert Watson
2004-06-28another format nitWarner Losh
2004-06-28casting for printf happinessWarner Losh
2004-06-27MFp4:Warner Losh
2004-05-27Fix disordering of pccarddevs.h noticed by bde. Also remove a fewWarner Losh
2004-05-26Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh
2004-05-23We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion
2004-04-15Remove improper use of if_addrhead in device drivers to checkLuigi Rizzo
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2004-03-14Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd
2003-10-31Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis
2003-10-26add newcard support to exWarner Losh
2003-08-24Use __FBSDID().David E. O'Brien