| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge r259393 from head: | gavin | 2014-05-07 | 2 | -6/+5 |
* | 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 |
* | Reorganize an_detach() a bit. Make sure ether_ifdetach() and if_free() | emax | 2005-07-27 | 1 | -3/+4 |
* | Eliminate unused argument in PCMCIA_CARD macro. | imp | 2005-06-24 | 1 | -4/+4 |
* | Initialize sc->an_ifp when doing if_alloc(). This prevents an(4) | delphij | 2005-06-14 | 1 | -1/+1 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 2 | -18/+24 |
* | check copyin/copyout return values | sam | 2005-03-28 | 1 | -14/+24 |
* | Use BUS_PROBE_DEFAULT for pci probe return value | imp | 2005-03-05 | 1 | -2/+2 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 5 | -5/+5 |
* | Second part of ALTQ driver modifications, covering: | mlaier | 2004-08-01 | 1 | -5/+7 |
* | While setting up a transmit packet disable interupts on the card then | ambrisko | 2004-06-17 | 1 | -0/+6 |
* | Fix disordering of pccarddevs.h noticed by bde. Also remove a few | imp | 2004-05-27 | 1 | -3/+4 |