summaryrefslogtreecommitdiffstats
path: root/sys/dev/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* More conversions of drivers to use the PCI parent DMA tag.scottl2012-03-122-2/+4
* A bunch of netmap fixes:luigi2012-02-271-5/+5
* (This commit only touches code within the DEV_NETMAP blocks)luigi2012-02-151-9/+4
* Wrap the bool typedefjfv2012-01-301-0/+2
* New hardware support: Intel X540 adapter support added.jfv2012-01-3022-3605/+6100
* ixgbe changes:luigi2012-01-261-33/+46
* netmap-related changes:luigi2012-01-191-29/+46
* small code cleanup in preparation for future modifications inluigi2012-01-101-7/+5
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againkevlo2012-01-072-2/+0
* Consistently use types in ixgbe driver code:mdf2011-12-123-8/+10
* 1. Fix the handling of link reset while in netmap more.luigi2011-12-051-0/+148
* The maximum read size of incoming packets is done in 1024-byte increments.qingli2011-09-051-3/+6
* Cut and paste mistake corrected.jfv2011-06-021-1/+1
* First off: update the driver README, the old one was horriblyjfv2011-06-024-149/+257
* Add a #define for driver portability to older OSjfv2011-04-281-0/+5
* - Add the RX refresh changes from igb to ixgbejfv2011-04-252-49/+84
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls tojhb2011-03-231-1/+1
* Don't bother to run the flowcontrol code if therejfv2011-01-221-1/+5
* Missing case for 82598DA type adapter, thanks Andrew.jfv2011-01-221-0/+3
* Leftover bogus TX UNLOCK removed. Thanks tojfv2011-01-211-1/+0
* Update driver to version 2.3.8:jfv2011-01-198-663/+357
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needmdf2011-01-181-5/+6
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-55/+55
* CSUM flags need to be OS version sensitive in ixv codejfv2011-01-071-0/+4
* kern/150247 - virtualization code also needs fix for 7.X to be buildable...jfv2011-01-071-1/+1
* Fix to kern/150247 - make ixgbe buildable for 7.xjfv2011-01-071-1/+1
* kern/153772 fix variable names.jfv2011-01-071-2/+2
* This small little change is a bug that drove me nutsjfv2010-12-041-5/+1
* Interrupt handler, and stats changes from Michael Tuexen,jfv2010-11-271-149/+408
* and the header...jfv2010-11-271-0/+3
* A couple fixes got clobbered, putting them back.jfv2010-11-261-13/+33
* Update ixgbe driver to verion 2.3.6jfv2010-11-2618-1239/+7881
* Fix typos.brucec2010-11-091-5/+5
* Do not allocate multicast array memory in multicast filteryongari2010-08-282-1/+18
* Do not call voluntary panic(9) in case of if_alloc() failure.yongari2010-08-281-6/+11
* Fix buildkevlo2010-07-011-1/+0
* Left out header change in last delta - new memberjfv2010-06-301-0/+1
* Fix build.glebius2010-06-301-0/+1
* BAH, I apologize, the wrong version of the code gotjfv2010-06-301-40/+45
* Add a new sysctl option, this will allow one tojfv2010-06-301-0/+42
* Change the mbuf memory calls back to NOWAIT as ajfv2010-06-111-2/+2
* Remove a disable_queue from the beginning of thejfv2010-06-111-1/+6
* Fixes for panic experienced in test at Intel, whenjfv2010-06-032-28/+50
* A few changes:jfv2010-05-192-178/+238
* A few minor fixes:jfv2010-05-141-8/+11
* Remove the tx queue selection based on the cpu whejfv2010-04-161-13/+15
* fix my clobber of the copyright date :)jfv2010-03-301-1/+1
* Thanks to Michael Tuexen for adding SCTP support for 82599,jfv2010-03-302-38/+70
* Update the driver to Intel version 2.1.6jfv2010-03-2711-1094/+1158
* Fix drbr and altq interaction:mlaier2010-02-131-1/+1
OpenPOWER on IntegriCloud