| Commit message (Expand) | Author | Age | Files | Lines |
* | Reject ioctl commands for FLSHGCHR and FLSHPCHR if the size is greater | sbruno | 2016-05-24 | 1 | -0/+6 |
* | Move mutex initialization from PCI probe to PCI attach. Drivers are not | scottl | 2016-05-12 | 3 | -23/+13 |
* | sys/dev: minor spelling fixes. | pfg | 2016-05-03 | 2 | -2/+2 |
* | Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere(). | jhibbits | 2016-02-27 | 1 | -6/+6 |
* | Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO building | imp | 2015-12-11 | 1 | -0/+1 |
* | In order to reduce use of M_EXT outside of the mbuf allocator and | rwatson | 2015-01-06 | 1 | -4/+2 |
* | Mechanically convert to if_inc_counter(). | glebius | 2014-09-19 | 1 | -20/+20 |
* | last is set and not used, most likely a cut and paste error from other | imp | 2014-08-08 | 1 | -3/+1 |
* | Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases, | jhb | 2014-06-10 | 1 | -8/+0 |
* | Fix several panics when initialization of an ISA or PC-CARD device fails: | gavin | 2013-12-14 | 2 | -6/+5 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 1 | -0/+1 |
* | Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI | scottl | 2013-08-12 | 1 | -14/+0 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-04 | 1 | -4/+4 |
* | Convert a number of drivers to obtaining their parent DMA tag from their | scottl | 2012-03-12 | 1 | -1/+1 |
* | ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again | kevlo | 2012-01-07 | 1 | -1/+0 |
* | Fix some net80211 enum nits: | bschmidt | 2011-12-17 | 1 | -2/+2 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+2 |
* | Remove duplicate header includes | kevlo | 2011-06-28 | 1 | -1/+0 |
* | Add new tunable 'net.link.ifqmaxlen' to set default send interface | sobomax | 2010-05-03 | 1 | -2/+2 |
* | - For 350 chips, don't set various INTR bits in TX control word; turning INTR | jhb | 2009-11-24 | 2 | -9/+14 |
* | Use bus_*() rather than bus_space_*(). | jhb | 2009-11-24 | 5 | -39/+12 |
* | - Locking fixes to not do silly things like drop the lock only to call a | jhb | 2009-11-10 | 2 | -76/+67 |
* | - Use device_printf() instead of printf() with an explicit unit number | jhb | 2009-11-06 | 5 | -19/+16 |
* | Use device_printf() and if_printf() instead of printf() with an explicit | jhb | 2009-11-06 | 2 | -70/+61 |
* | Shutdown routine returns int. | imp | 2009-02-04 | 2 | -3/+3 |
* | In case INET is not defined, then ANCACHE is not defined and | bz | 2008-11-06 | 1 | -0/+2 |
* | Style changes from avatar. | ambrisko | 2008-01-18 | 2 | -48/+48 |
* | First real attempt at proper locking. The locking is a little complicated | ambrisko | 2008-01-18 | 3 | -122/+253 |
* | MFP4(129048): Eliminating an unnecessary check on an_gone inside | avatar | 2007-11-27 | 1 | -4/+0 |
* | MFP4(128855, 129015): | avatar | 2007-11-16 | 2 | -11/+18 |
* | Fixing invalid channel display in ifconfig(8) by implementing required | avatar | 2007-09-10 | 1 | -0/+17 |
* | MFP4(123687): Closing another LOR by dropping the driver lock around calls | avatar | 2007-08-07 | 1 | -1/+3 |
* | MFP4(123686): Fixing various ancontrol(8) related panics by dropping locks | avatar | 2007-08-02 | 1 | -12/+60 |
* | Remove assignment to uninitialized variable that wasn't then used anyway. | mjacob | 2007-06-08 | 1 | -2/+0 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 3 | -3/+3 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -5/+6 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | phk | 2006-05-16 | 1 | -1/+0 |
* | Silence the strict-alias warnings. Make a trip through (void *) when | imp | 2006-02-04 | 1 | -16/+16 |
* | Since the A-Z range is contained in the previous check, the else-if is | njl | 2006-01-26 | 1 | -3/+2 |
* | Don't leak mbufs and mbuf clusters in several error-handling situations | rwatson | 2006-01-15 | 1 | -0/+4 |
* | If frame length is excessive, don't leak an mbuf and cluster when | rwatson | 2006-01-15 | 1 | -0/+1 |
* | - Store pointer to the link-level address right in "struct ifnet" | ru | 2005-11-11 | 1 | -2/+3 |
* | - Make IFP2ENADDR() a pointer to IF_LLADDR() rather than another | ru | 2005-11-11 | 1 | -6/+0 |
* | MFp4: Remove OLDCARD shims | imp | 2005-09-22 | 1 | -27/+13 |
* | MFp4: trivial KNF nits | imp | 2005-09-22 | 1 | -6/+1 |
* | MFp4: KNF (mostly remove K&R function definitions). Fix some spaces left | imp | 2005-09-22 | 1 | -176/+82 |
* | Make sure that we call if_free(ifp) after bus_teardown_intr. Since we | imp | 2005-09-19 | 1 | -1/+1 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -12/+12 |
* | Minor style nits. | imp | 2005-08-03 | 1 | -6/+4 |
* | Do not lock an to check gone flag. Only need to hold the lock to set | emax | 2005-08-02 | 1 | -2/+1 |