| Commit message (Expand) | Author | Age | Files | Lines |
* | Sync the e1000 drivers with what's in head as of r294327, modulo parts | marius | 2016-01-27 | 1 | -1/+0 |
* | Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI | scottl | 2013-08-12 | 1 | -8/+2 |
* | Remove redundant definitions to appease tinderbox. | jkim | 2013-07-09 | 2 | -7/+3 |
* | Update Intel email address. | eadler | 2013-05-02 | 1 | -1/+1 |
* | Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de... | sbz | 2013-01-30 | 1 | -1/+2 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-04 | 1 | -1/+1 |
* | More conversions of drivers to use the PCI parent DMA tag. | scottl | 2012-03-12 | 1 | -3/+3 |
* | ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again | kevlo | 2012-01-07 | 1 | -1/+0 |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 1 | -1/+1 |
* | Do not allocate multicast array memory in multicast filter | yongari | 2010-08-28 | 2 | -1/+18 |
* | Do not call voluntary panic(9) in case of if_alloc() failure. | yongari | 2010-08-28 | 1 | -6/+11 |
* | - Use callout_init_mtx() instead of callout_init(..., CALLOUT_MPSAFE). | jhb | 2009-11-19 | 2 | -33/+22 |
* | Use device_printf() and if_printf() instead of printf() with an explicit | jhb | 2009-11-06 | 2 | -82/+75 |
* | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | rwatson | 2009-06-26 | 1 | -2/+2 |
* | When user_frac in the polling subsystem is low it is going to busy the | attilio | 2009-05-30 | 1 | -8/+14 |
* | The module name convention is foo, not if_foo. | imp | 2009-05-15 | 1 | -3/+3 |
* | Catch up the rest of the drivers with the ether_vlan_mtap modifications. | csjp | 2007-03-04 | 1 | -1/+1 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |
* | Move ethernet VLAN tags from mtags to its own mbuf packet header field | andre | 2006-09-17 | 1 | -4/+13 |
* | Commit the results of the typo hunt by Darren Pilgrim. | yar | 2006-08-04 | 1 | -1/+1 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | phk | 2006-05-16 | 2 | -2/+0 |
* | - Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag in | glebius | 2005-12-18 | 1 | -2/+1 |
* | - Store pointer to the link-level address right in "struct ifnet" | ru | 2005-11-11 | 1 | -1/+1 |
* | - Don't pollute opt_global.h with DEVICE_POLLING and introduce | glebius | 2005-10-05 | 1 | -0/+4 |
* | Big polling(4) cleanup. | glebius | 2005-10-01 | 2 | -42/+50 |
* | Remove bridge(4) from the tree. if_bridge(4) is a full functional | mlaier | 2005-09-27 | 1 | -1/+0 |
* | Make sure that we call if_free(ifp) after bus_teardown_intr. Since we | imp | 2005-09-19 | 1 | -2/+3 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -17/+18 |
* | Modify device drivers supporting multicast addresses to lock if_addr_mtx | rwatson | 2005-08-03 | 1 | -0/+2 |
* | - add missing ether_poll_deregister | brueffer | 2005-08-02 | 1 | -2/+13 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 2 | -21/+23 |
* | Convert to the faster bus_dmamap_load_mbuf_sg() interface. | alc | 2005-05-18 | 2 | -34/+16 |
* | Add locking and enable INTR_MPSAFE. Eliminate spl calls. | alc | 2005-04-05 | 2 | -55/+102 |
* | Fix copy&paste error in my previous commit. | mux | 2005-03-27 | 1 | -2/+2 |
* | Fix a bunch of bugs I came accross when looking at the ixgb(4) driver, | mux | 2005-03-27 | 3 | -41/+9 |
* | Use BUS_PROBE_DEFAULT for pci probe return value | imp | 2005-03-05 | 1 | -1/+1 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 4 | -3/+7 |
* | Since if_ixgb doesn't contain locking or run with INTR_MPSAFE, mark | rwatson | 2004-08-14 | 1 | -1/+2 |
* | PR kern/68474: | tackerman | 2004-07-01 | 1 | -2/+2 |
* | Add missing <sys/module.h> includes currently relying on nested include | phk | 2004-06-03 | 1 | -0/+1 |
* | First release of ixgb driver for the Intel(R) PRO/10GbE Family of Adapters. ... | tackerman | 2004-05-28 | 10 | -0/+6297 |