summaryrefslogtreecommitdiffstats
path: root/sys/dev/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* revert 247035des2013-02-201-16/+18
* Reduce excessive nesting.des2013-02-201-18/+16
* This fixes a out-of-order problem with severalrrs2013-02-072-23/+24
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-302-2/+4
* Clean some 'svn:executable' properties in the tree.pfg2013-01-264-0/+0
* rename the 'tag' and 'map' fields used the rx ring to theirluigi2012-12-202-23/+23
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-042-4/+4
* Remove the sysctl process_limit interface, after somejfv2012-12-031-43/+7
* Patch #12 OK, I said there was only 11 patches, but unfortunatelyjfv2012-12-011-22/+42
* Patch #11 - The final patch: this one greatly improves thejfv2012-12-012-84/+86
* Patch #10 Performance - this changes the protocol offloadjfv2012-12-011-52/+46
* Patch #9 Performance - improve the tx dma failurejfv2012-11-301-25/+22
* Patch #8 Performance changes - this one improves locality,jfv2012-11-302-57/+58
* Patch #7 This is primarily about processing limit control.jfv2012-11-302-17/+28
* Patch #6 Whitespace cleanup, and removal of some very oldjfv2012-11-302-44/+36
* Patch #5 Cleanup unused IEEE1588 code fragments, the day mayjfv2012-11-302-11/+1
* Patch #4 - this does two things, it removes a number of statistics,jfv2012-11-301-28/+7
* Patch #3 - Add a new ioctl to access SFP+ module diagnosticjfv2012-11-302-2/+28
* Patch #2 - remove OACTIVE and DEPLETED notions from thejfv2012-11-302-44/+13
* First of a series of 11 patches leading to new ixgbe version 2.5.0jfv2012-11-302-310/+107
* 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
OpenPOWER on IntegriCloud