summaryrefslogtreecommitdiff
path: root/sys/dev/xe
AgeCommit message (Expand)Author
2019-05-17FCP-101: Remove xe(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
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-03-18Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits
2016-02-27Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits
2016-02-01These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff
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-26Provide includes that are needed in these files, and before were readGleb 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
2011-11-07Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten
2010-05-03Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev
2009-06-26Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson
2008-06-04Style(9) xe(4). The MD5 sums are different, but comparing the dissassembliesJohn Baldwin
2008-06-04Gah, always reset the timer for the watchdog check.John Baldwin
2008-06-04- Split the interrupt handler up into separate subroutines for rx, tx, andJohn Baldwin
2008-06-03- Change the watchdog timer logic to match other drivers that use their ownJohn Baldwin
2008-06-02Add locking and make xe(4) MPSAFE:John Baldwin
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-04-15o Fix printf(9) formatting: do not use hardcode "0x" and "#" flagsMaxim Konovalov
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-10-06Fix a nasty typo. Change:Pawel Jakub Dawidek
2005-09-19Make sure that we call if_free(ifp) after bus_teardown_intr. Since weWarner Losh
2005-09-13MFp4:Warner Losh
2005-08-09Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson
2005-08-07Other changes to this driver preclude its use on 4.x, so remove 4.x compatWarner Losh
2005-08-03Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson
2005-07-15Use the new cis scanning code to look for the proper MAC address. TheWarner Losh
2005-07-15Fix a couple of leaking situations when errors happen.Warner Losh
2005-07-15Fix the xircom match routine. In it we were always return a matchWarner Losh
2005-07-13Stop using OLDCARD shims. rename xe_pccard_match to xe_pccard_probeWarner Losh
2005-07-10Add a boatload of new device ids, gleaned from the pcmcia-cs-3.2.8Warner Losh
2005-06-24Eliminate unused argument in PCMCIA_CARD macro.Warner Losh
2005-06-14Remove a duplicate assignment.Brooks Davis
2005-06-10Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis
2005-01-20u_intXX_t -> uintXX_tWarner Losh
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-08-14Since if_xe doesn't contain locking or run with INTR_MPSAFE, markRobert Watson
2004-06-27MFp4:Warner Losh
2004-06-09Replace convoluted and broken CRC calcuation with ether_crc32_le().Christian Weisgerber
2004-05-30Add missing <sys/module.h> includesPoul-Henning Kamp
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