aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixgb
Commit message (Expand)AuthorAgeFilesLines
* - Restore VLAN_INPUT_TAG() macro to preserve API compatibility forGleb Smirnoff2006-01-131-2/+2
* MFC:Gleb Smirnoff2006-01-131-2/+1
* Big overall MFC of polling(4) cleanup:Gleb Smirnoff2005-10-072-42/+54
* Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38Robert Watson2005-08-251-17/+18
* Merge if_ath.c:1.99 awi.c:1.39 if_bfe.c:1.26 if_bge.c:1.92 if_ed.c:1.255Robert Watson2005-08-241-0/+2
* MFC: rev. 1.11Christian Brueffer2005-08-161-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