aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* provide helper if_initbaudrate() to set if_baudrate_pf and if_baudrate_pf.Maksim Yevmenkin2012-10-171-2/+1
* introduce concept of ifi_baudrate power factor. the idea is to workMaksim Yevmenkin2012-10-161-1/+2
* The drbr(9) API appeared to be so unclear, that most drivers inGleb Smirnoff2012-09-282-2/+4
* Merge similar fixes from 223198 from igb to ixgbe:John Baldwin2012-09-262-8/+43
* Define missing DEBUGOUT# macros. DEBUGOUT[45] are not yet used but areEitan Adler2012-09-131-0/+5
* Remove a prefetch() directive that, after careful testing, does more harmScott Long2012-09-111-1/+0
* Add missing bracesKevin Lo2012-09-061-1/+2
* Heavily optimize the case of small RX packets of 160 bytes or less. ForScott Long2012-08-313-16/+88
* Update to the ixgbe driver:Jack F Vogel2012-07-0514-495/+672
* Correct typo(?) and actually set PTHRESH to 32 and not 16 as per IntelMaksim Yevmenkin2012-06-071-1/+1
* Before it gets lost in the noise.Maksim Yevmenkin2012-06-051-1/+1
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-251-29/+67
* fix a typo in a commentLuigi Rizzo2012-05-171-1/+1
* If we pass down 64k - L2 hdr size + 1 to 64K L3+ data adding an etherBjoern A. Zeeb2012-04-231-1/+1
* Properly disable crc stripping when operating in netmap mode.Luigi Rizzo2012-04-131-0/+10
* Enable prefetching of descriptors on the TX ring, using the sameLuigi Rizzo2012-04-111-0/+8
* More conversions of drivers to use the PCI parent DMA tag.Scott Long2012-03-122-2/+4
* 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