aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* A bunch of netmap fixes:Luigi Rizzo2012-02-271-5/+5
* (This commit only touches code within the DEV_NETMAP blocks)Luigi Rizzo2012-02-151-9/+4
* Wrap the bool typedefJack F Vogel2012-01-301-0/+2
* New hardware support: Intel X540 adapter support added.Jack F Vogel2012-01-3022-3605/+6100
* ixgbe changes:Luigi Rizzo2012-01-261-33/+46
* netmap-related changes:Luigi Rizzo2012-01-191-29/+46
* small code cleanup in preparation for future modifications inLuigi Rizzo2012-01-101-7/+5
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo2012-01-072-2/+0
* Consistently use types in ixgbe driver code:Matthew D Fleming2011-12-123-8/+10
* 1. Fix the handling of link reset while in netmap more.Luigi Rizzo2011-12-051-0/+148
* The maximum read size of incoming packets is done in 1024-byte increments.Qing Li2011-09-051-3/+6
* Cut and paste mistake corrected.Jack F Vogel2011-06-021-1/+1
* First off: update the driver README, the old one was horriblyJack F Vogel2011-06-024-149/+257
* Add a #define for driver portability to older OSJack F Vogel2011-04-281-0/+5
* - Add the RX refresh changes from igb to ixgbeJack F Vogel2011-04-252-49/+84
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin2011-03-231-1/+1
* Don't bother to run the flowcontrol code if thereJack F Vogel2011-01-221-1/+5
* Missing case for 82598DA type adapter, thanks Andrew.Jack F Vogel2011-01-221-0/+3
* Leftover bogus TX UNLOCK removed. Thanks toJack F Vogel2011-01-211-1/+0
* Update driver to version 2.3.8:Jack F Vogel2011-01-198-663/+357
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needMatthew D Fleming2011-01-181-5/+6
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-55/+55
* CSUM flags need to be OS version sensitive in ixv codeJack F Vogel2011-01-071-0/+4
* kern/150247 - virtualization code also needs fix for 7.X to be buildable...Jack F Vogel2011-01-071-1/+1
* Fix to kern/150247 - make ixgbe buildable for 7.xJack F Vogel2011-01-071-1/+1
* kern/153772 fix variable names.Jack F Vogel2011-01-071-2/+2
* This small little change is a bug that drove me nutsJack F Vogel2010-12-041-5/+1
* Interrupt handler, and stats changes from Michael Tuexen,Jack F Vogel2010-11-271-149/+408
* and the header...Jack F Vogel2010-11-271-0/+3
* A couple fixes got clobbered, putting them back.Jack F Vogel2010-11-261-13/+33
* Update ixgbe driver to verion 2.3.6Jack F Vogel2010-11-2618-1239/+7881
* Fix typos.Rebecca Cran2010-11-091-5/+5
* 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
* Fix buildKevin Lo2010-07-011-1/+0
* Left out header change in last delta - new memberJack F Vogel2010-06-301-0/+1
* Fix build.Gleb Smirnoff2010-06-301-0/+1
* BAH, I apologize, the wrong version of the code gotJack F Vogel2010-06-301-40/+45
* Add a new sysctl option, this will allow one toJack F Vogel2010-06-301-0/+42
* Change the mbuf memory calls back to NOWAIT as aJack F Vogel2010-06-111-2/+2
* Remove a disable_queue from the beginning of theJack F Vogel2010-06-111-1/+6
* Fixes for panic experienced in test at Intel, whenJack F Vogel2010-06-032-28/+50
* A few changes:Jack F Vogel2010-05-192-178/+238
* A few minor fixes:Jack F Vogel2010-05-141-8/+11
* Remove the tx queue selection based on the cpu wheJack F Vogel2010-04-161-13/+15
* fix my clobber of the copyright date :)Jack F Vogel2010-03-301-1/+1
* Thanks to Michael Tuexen for adding SCTP support for 82599,Jack F Vogel2010-03-302-38/+70
* Update the driver to Intel version 2.1.6Jack F Vogel2010-03-2711-1094/+1158
* Fix drbr and altq interaction:Max Laier2010-02-131-1/+1
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-2/+2