| Commit message (Expand) | Author | Age | Files | Lines |
* | FCP-101: Remove xe(4) | Brooks Davis | 2019-05-17 | 1 | -2078/+0 |
* | Deprecate a number of less used 10 and 10/100 Ethernet devices. | Brooks Davis | 2018-10-25 | 1 | -0/+2 |
* | ifnet: Replace if_addr_lock rwlock with epoch + mutex | Matt Macy | 2018-05-18 | 1 | -1/+1 |
* | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | Use uintmax_t (typedef'd to rman_res_t type) for rman ranges. | Justin Hibbits | 2016-03-18 | 1 | -2/+2 |
* | Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere(). | Justin Hibbits | 2016-02-27 | 1 | -4/+4 |
* | These files were getting sys/malloc.h and vm/uma.h with header pollution | Gleb Smirnoff | 2016-02-01 | 1 | -0/+1 |
* | In order to reduce use of M_EXT outside of the mbuf allocator and | Robert Watson | 2015-01-06 | 1 | -2/+1 |
* | Mechanically convert to if_inc_counter(). | Gleb Smirnoff | 2014-09-19 | 1 | -17/+17 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 1 | -0/+1 |
* | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-04 | 1 | -2/+2 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 1 | -1/+1 |
* | Add new tunable 'net.link.ifqmaxlen' to set default send interface | Maxim Sobolev | 2010-05-03 | 1 | -1/+1 |
* | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | Robert Watson | 2009-06-26 | 1 | -2/+2 |
* | Style(9) xe(4). The MD5 sums are different, but comparing the dissassemblies | John Baldwin | 2008-06-04 | 1 | -1498/+1554 |
* | Gah, always reset the timer for the watchdog check. | John Baldwin | 2008-06-04 | 1 | -1/+1 |
* | - Split the interrupt handler up into separate subroutines for rx, tx, and | John Baldwin | 2008-06-04 | 1 | -47/+75 |
* | - Change the watchdog timer logic to match other drivers that use their own | John Baldwin | 2008-06-03 | 1 | -10/+16 |
* | Add locking and make xe(4) MPSAFE: | John Baldwin | 2008-06-02 | 1 | -69/+89 |
* | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -2/+2 |
* | o Fix printf(9) formatting: do not use hardcode "0x" and "#" flags | Maxim Konovalov | 2006-04-15 | 1 | -1/+1 |
* | - Store pointer to the link-level address right in "struct ifnet" | Ruslan Ermilov | 2005-11-11 | 1 | -2/+2 |
* | Catch up with IFP2ENADDR() type change (array -> pointer). | Ruslan Ermilov | 2005-11-11 | 1 | -1/+1 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson | 2005-08-09 | 1 | -15/+15 |
* | Other changes to this driver preclude its use on 4.x, so remove 4.x compat | Warner Losh | 2005-08-07 | 1 | -4/+0 |
* | Modify device drivers supporting multicast addresses to lock if_addr_mtx | Robert Watson | 2005-08-03 | 1 | -0/+2 |
* | Fix a couple of leaking situations when errors happen. | Warner Losh | 2005-07-15 | 1 | -0/+2 |
* | Stop using OLDCARD shims. rename xe_pccard_match to xe_pccard_probe | Warner Losh | 2005-07-13 | 1 | -9/+4 |
* | Remove a duplicate assignment. | Brooks Davis | 2005-06-14 | 1 | -1/+1 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 1 | -7/+10 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 1 | -1/+1 |
* | Since if_xe doesn't contain locking or run with INTR_MPSAFE, mark | Robert Watson | 2004-08-14 | 1 | -1/+2 |
* | Replace convoluted and broken CRC calcuation with ether_crc32_le(). | Christian Weisgerber | 2004-06-09 | 1 | -41/+6 |
* | We don't need to initialize if_output, ether_ifattach() does it | Maxime Henrion | 2004-05-23 | 1 | -1/+0 |
* | Remove improper use of if_addrhead in device drivers to check | Luigi Rizzo | 2004-04-15 | 1 | -2/+0 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -2/+2 |
* | Announce ethernet MAC addresss in ether_ifattach(). | Matthew N. Dodd | 2004-03-14 | 1 | -1/+0 |
* | Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones. | David E. O'Brien | 2003-12-08 | 1 | -4/+4 |
* | Try to create some sort of consistency in how the routings to find the | David E. O'Brien | 2003-11-13 | 1 | -27/+28 |
* | Disable the (currently unused) xe_reg_dump() function, until I know for | Scott Mitchell | 2003-11-06 | 1 | -1/+9 |
* | Make xe_reg_dump non-static to avoid warnings (and tinerbox mail) | Warner Losh | 2003-11-05 | 1 | -2/+2 |
* | Convert XE_DEBUG define to hw.xe.debug sysctl, to set debug logging level | Scott Mitchell | 2003-11-04 | 1 | -175/+91 |
* | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -2/+1 |
* | There is no way to enter the attach routine twice with the same softc | Brooks Davis | 2003-10-30 | 1 | -16/+14 |
* | Major update to xe driver: | Scott Mitchell | 2003-10-14 | 1 | -550/+697 |
* | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -1/+3 |
* | Remove unused variable(s). | Poul-Henning Kamp | 2003-05-31 | 1 | -6/+2 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -2/+2 |
* | The Xircom hardware always delivers received packets with the FCS appended. | Joerg Wunsch | 2003-01-29 | 1 | -0/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -2/+2 |