| Age | Commit message (Expand) | Author |
| 2019-05-17 | FCP-101: Remove xe(4) | Brooks Davis |
| 2018-10-25 | Deprecate a number of less used 10 and 10/100 Ethernet devices. | Brooks Davis |
| 2018-05-18 | ifnet: Replace if_addr_lock rwlock with epoch + mutex | Matt Macy |
| 2017-11-27 | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2016-05-03 | sys/dev: minor spelling fixes. | Pedro F. Giffuni |
| 2016-03-18 | Use uintmax_t (typedef'd to rman_res_t type) for rman ranges. | Justin Hibbits |
| 2016-02-27 | Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere(). | Justin Hibbits |
| 2016-02-01 | These files were getting sys/malloc.h and vm/uma.h with header pollution | Gleb Smirnoff |
| 2015-12-11 | Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO building | Warner Losh |
| 2015-01-06 | In order to reduce use of M_EXT outside of the mbuf allocator and | Robert Watson |
| 2014-09-19 | Mechanically convert to if_inc_counter(). | Gleb Smirnoff |
| 2013-10-26 | Provide includes that are needed in these files, and before were read | Gleb Smirnoff |
| 2013-10-26 | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff |
| 2012-12-04 | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff |
| 2011-11-07 | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten |
| 2010-05-03 | Add new tunable 'net.link.ifqmaxlen' to set default send interface | Maxim Sobolev |
| 2009-06-26 | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | Robert Watson |
| 2008-06-04 | Style(9) xe(4). The MD5 sums are different, but comparing the dissassemblies | John Baldwin |
| 2008-06-04 | Gah, always reset the timer for the watchdog check. | John Baldwin |
| 2008-06-04 | - Split the interrupt handler up into separate subroutines for rx, tx, and | John Baldwin |
| 2008-06-03 | - Change the watchdog timer logic to match other drivers that use their own | John Baldwin |
| 2008-06-02 | Add locking and make xe(4) MPSAFE: | John Baldwin |
| 2007-02-23 | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati |
| 2006-04-15 | o Fix printf(9) formatting: do not use hardcode "0x" and "#" flags | Maxim Konovalov |
| 2005-11-11 | - Store pointer to the link-level address right in "struct ifnet" | Ruslan Ermilov |
| 2005-11-11 | Catch up with IFP2ENADDR() type change (array -> pointer). | Ruslan Ermilov |
| 2005-10-06 | Fix a nasty typo. Change: | Pawel Jakub Dawidek |
| 2005-09-19 | Make sure that we call if_free(ifp) after bus_teardown_intr. Since we | Warner Losh |
| 2005-09-13 | MFp4: | Warner Losh |
| 2005-08-09 | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson |
| 2005-08-07 | Other changes to this driver preclude its use on 4.x, so remove 4.x compat | Warner Losh |
| 2005-08-03 | Modify device drivers supporting multicast addresses to lock if_addr_mtx | Robert Watson |
| 2005-07-15 | Use the new cis scanning code to look for the proper MAC address. The | Warner Losh |
| 2005-07-15 | Fix a couple of leaking situations when errors happen. | Warner Losh |
| 2005-07-15 | Fix the xircom match routine. In it we were always return a match | Warner Losh |
| 2005-07-13 | Stop using OLDCARD shims. rename xe_pccard_match to xe_pccard_probe | Warner Losh |
| 2005-07-10 | Add a boatload of new device ids, gleaned from the pcmcia-cs-3.2.8 | Warner Losh |
| 2005-06-24 | Eliminate unused argument in PCMCIA_CARD macro. | Warner Losh |
| 2005-06-14 | Remove a duplicate assignment. | Brooks Davis |
| 2005-06-10 | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis |
| 2005-01-20 | u_intXX_t -> uintXX_t | Warner Losh |
| 2005-01-06 | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh |
| 2004-08-14 | Since if_xe doesn't contain locking or run with INTR_MPSAFE, mark | Robert Watson |
| 2004-06-27 | MFp4: | Warner Losh |
| 2004-06-09 | Replace convoluted and broken CRC calcuation with ether_crc32_le(). | Christian Weisgerber |
| 2004-05-30 | Add missing <sys/module.h> includes | Poul-Henning Kamp |
| 2004-05-27 | Fix disordering of pccarddevs.h noticed by bde. Also remove a few | Warner Losh |
| 2004-05-26 | Move to generating pccarddevs.h on the fly, both for the kernel and | Warner Losh |
| 2004-05-23 | We don't need to initialize if_output, ether_ifattach() does it | Maxime Henrion |
| 2004-04-15 | Remove improper use of if_addrhead in device drivers to check | Luigi Rizzo |