summaryrefslogtreecommitdiffstats
path: root/sys/dev/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* A few important fixes:jfv2012-10-311-11/+72
* Correct code that was lost somewhere in the past,jfv2012-10-311-1/+1
* Now that device disabling is generic, remove extraneous code from theeadler2012-10-222-10/+0
* This isn't functionally identical. In some cases a hint to disableeadler2012-10-222-0/+10
* Now that device disabling is generic, remove extraneous code from theeadler2012-10-222-10/+0
* provide helper if_initbaudrate() to set if_baudrate_pf and if_baudrate_pf.emax2012-10-171-2/+1
* introduce concept of ifi_baudrate power factor. the idea is to workemax2012-10-161-1/+2
* The drbr(9) API appeared to be so unclear, that most drivers inglebius2012-09-282-2/+4
* Merge similar fixes from 223198 from igb to ixgbe:jhb2012-09-262-8/+43
* Define missing DEBUGOUT# macros. DEBUGOUT[45] are not yet used but areeadler2012-09-131-0/+5
* Remove a prefetch() directive that, after careful testing, does more harmscottl2012-09-111-1/+0
* Add missing braceskevlo2012-09-061-1/+2
* Heavily optimize the case of small RX packets of 160 bytes or less. Forscottl2012-08-313-16/+88
* Update to the ixgbe driver:jfv2012-07-0514-495/+672
* Correct typo(?) and actually set PTHRESH to 32 and not 16 as per Intelemax2012-06-071-1/+1
* Before it gets lost in the noise.emax2012-06-051-1/+1
* MFp4 bz_ipv6_fast:bz2012-05-251-29/+67
* fix a typo in a commentluigi2012-05-171-1/+1
* If we pass down 64k - L2 hdr size + 1 to 64K L3+ data adding an etherbz2012-04-231-1/+1
* Properly disable crc stripping when operating in netmap mode.luigi2012-04-131-0/+10
* Enable prefetching of descriptors on the TX ring, using the sameluigi2012-04-111-0/+8
* 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
OpenPOWER on IntegriCloud