summaryrefslogtreecommitdiffstats
path: root/sys/dev/ixgb/if_ixgb.c
Commit message (Expand)AuthorAgeFilesLines
* Sync the e1000 drivers with what's in head as of r294327, modulo partsmarius2016-01-271-1/+0
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-8/+2
* Remove redundant definitions to appease tinderbox.jkim2013-07-091-2/+2
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+2
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-1/+1
* More conversions of drivers to use the PCI parent DMA tag.scottl2012-03-121-3/+3
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againkevlo2012-01-071-1/+0
* Do not allocate multicast array memory in multicast filteryongari2010-08-281-1/+16
* Do not call voluntary panic(9) in case of if_alloc() failure.yongari2010-08-281-6/+11
* - Use callout_init_mtx() instead of callout_init(..., CALLOUT_MPSAFE).jhb2009-11-191-33/+21
* Use device_printf() and if_printf() instead of printf() with an explicitjhb2009-11-061-81/+75
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* When user_frac in the polling subsystem is low it is going to busy theattilio2009-05-301-8/+14
* The module name convention is foo, not if_foo.imp2009-05-151-3/+3
* Catch up the rest of the drivers with the ether_vlan_mtap modifications.csjp2007-03-041-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldandre2006-09-171-4/+13
* Commit the results of the typo hunt by Darren Pilgrim.yar2006-08-041-1/+1
* - Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag inglebius2005-12-181-2/+1
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-1/+1
* - Don't pollute opt_global.h with DEVICE_POLLING and introduceglebius2005-10-051-0/+4
* Big polling(4) cleanup.glebius2005-10-011-34/+43
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weimp2005-09-191-2/+3
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-17/+18
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+2
* - add missing ether_poll_deregisterbrueffer2005-08-021-2/+13
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-20/+21
* Convert to the faster bus_dmamap_load_mbuf_sg() interface.alc2005-05-181-28/+16
* Add locking and enable INTR_MPSAFE. Eliminate spl calls.alc2005-04-051-54/+93
* Fix copy&paste error in my previous commit.mux2005-03-271-2/+2
* Fix a bunch of bugs I came accross when looking at the ixgb(4) driver,mux2005-03-271-32/+9
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Since if_ixgb doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-141-1/+2
* PR kern/68474:tackerman2004-07-011-2/+2
* First release of ixgb driver for the Intel(R) PRO/10GbE Family of Adapters. ...tackerman2004-05-281-0/+2484
OpenPOWER on IntegriCloud