aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixgb
Commit message (Expand)AuthorAgeFilesLines
* Provide ixgb_get_counter().Gleb Smirnoff2014-09-281-21/+30
* Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff2014-08-301-1/+1
* - Don't compare bus_dma map pointers for static DMA allocations againstJohn Baldwin2014-06-121-1/+0
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-8/+2
* Remove redundant definitions to appease tinderbox.Jung-uk Kim2013-07-092-7/+3
* Update Intel email address.Eitan Adler2013-05-021-1/+1
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-1/+2
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-1/+1
* More conversions of drivers to use the PCI parent DMA tag.Scott Long2012-03-121-3/+3
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo2012-01-071-1/+0
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Do not allocate multicast array memory in multicast filterPyun YongHyeon2010-08-282-1/+18
* Do not call voluntary panic(9) in case of if_alloc() failure.Pyun YongHyeon2010-08-281-6/+11
* - Use callout_init_mtx() instead of callout_init(..., CALLOUT_MPSAFE).John Baldwin2009-11-192-33/+22
* Use device_printf() and if_printf() instead of printf() with an explicitJohn Baldwin2009-11-062-82/+75
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* When user_frac in the polling subsystem is low it is going to busy theAttilio Rao2009-05-301-8/+14
* The module name convention is foo, not if_foo.Warner Losh2009-05-151-3/+3
* Catch up the rest of the drivers with the ether_vlan_mtap modifications.Christian S.J. Peron2007-03-041-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldAndre Oppermann2006-09-171-4/+13
* Commit the results of the typo hunt by Darren Pilgrim.Yaroslav Tykhiy2006-08-041-1/+1
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-162-2/+0
* - Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag inGleb Smirnoff2005-12-181-2/+1
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-1/+1
* - Don't pollute opt_global.h with DEVICE_POLLING and introduceGleb Smirnoff2005-10-051-0/+4
* Big polling(4) cleanup.Gleb Smirnoff2005-10-012-42/+50
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalMax Laier2005-09-271-1/+0
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weWarner Losh2005-09-191-2/+3
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-17/+18
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-031-0/+2
* - add missing ether_poll_deregisterChristian Brueffer2005-08-021-2/+13
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-102-21/+23
* Convert to the faster bus_dmamap_load_mbuf_sg() interface.Alan Cox2005-05-182-34/+16
* Add locking and enable INTR_MPSAFE. Eliminate spl calls.Alan Cox2005-04-052-55/+102
* Fix copy&paste error in my previous commit.Maxime Henrion2005-03-271-2/+2
* Fix a bunch of bugs I came accross when looking at the ixgb(4) driver,Maxime Henrion2005-03-273-41/+9
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-064-3/+7
* Since if_ixgb doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-141-1/+2
* PR kern/68474:Tony Ackerman2004-07-011-2/+2
* Add missing <sys/module.h> includes currently relying on nested includePoul-Henning Kamp2004-06-031-0/+1
* First release of ixgb driver for the Intel(R) PRO/10GbE Family of Adapters. ...Tony Ackerman2004-05-2810-0/+6297