aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* Partial MFC of r285528 as full RSS support is not available in FreeBSD 10.Hiren Panchasara2015-07-211-1/+19
* Fix a typo in r285668. Replace hw.ixgbe.* with correct hw.ix.* for a couple ofHiren Panchasara2015-07-211-2/+2
* Loader tunable fetching has been broken on stable/10 since ix(4) rewriteHiren Panchasara2015-07-181-0/+6
* Re-add if_hw_tso* assignments to if_ix.c that were removed in r283668.Eric Joyner2015-06-301-0/+4
* Limit the number of autoconfigured queues to 8.Eric Joyner2015-06-261-2/+5
* Fix build issue and incompatibilites introduced by r283620.Eric Joyner2015-05-282-10/+51
* MFC ixgbe commits for 10.2:Eric Joyner2015-05-2733-8187/+12891
* Convert space to tabs in the bits that I changed in my last commit.Marcelo Araujo2015-05-131-23/+23
* Fix the media detected for copper cables NIC based on chipsest X540T.Marcelo Araujo2015-05-121-11/+23
* MFC r275358 r275483 r276982 - Removing M_FLOWID by hps@Hiren Panchasara2015-04-242-4/+4
* MFC r279393:Enji Cooper2015-04-241-2/+3
* MFC r263710, r273377, r273378, r273423 and r273455:Hans Petter Selasky2014-10-272-3/+3
* MFC r273112: Set the DROP_EN bit before the RX queue is brought up and active.Adrian Chadd2014-10-181-0/+14
* MFC r271648 - The error bits are not valid with EOP=0; so intermediaryAdrian Chadd2014-10-112-8/+1
* Merge r271647 - Fix a double-free of mbufs in rx_ixgbe_discard().Adrian Chadd2014-10-111-6/+7
* MFC: r271286Christian Brueffer2014-09-152-2/+2
* MFC 270063: update of netmap codeLuigi Rizzo2014-08-201-3/+3
* Make the ixgbe tunables now match their sysctl counterparts.Steven Hartland2014-08-141-9/+9
* MFC r268790Hiren Panchasara2014-07-201-1/+1
* MFC svn 267065 and 267187Luigi Rizzo2014-06-091-2/+2
* MFH: sync the netmap code with the one in HEADLuigi Rizzo2014-02-181-4/+5
* MFC: 257695Oleg Bulyzhin2013-11-191-17/+19
* There are some high performance NICs that count statistics in hardware,Gleb Smirnoff2013-10-091-1/+2
* Expose system level ixgbe sysctls.Hiren Panchasara2013-10-051-0/+26
* Restructure the mbuf pkthdr to make it fit for upcoming capabilities andAndre Oppermann2013-08-242-2/+2
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-7/+1
* Improve the MSIX setup code in the drivers, thanks to Marius forJack F Vogel2013-08-122-2/+10
* Make the various driver MSIX setup routines fallback to MSI moreJack F Vogel2013-08-062-27/+26
* Correct a fat-finger in the last delta.Jack F Vogel2013-08-051-1/+1
* A number of important fixes:Jack F Vogel2013-08-011-24/+20
* Opps, need to change the VF code as well.Jack F Vogel2013-07-121-3/+0
* Remove the conditional define around the option headers,Jack F Vogel2013-07-121-3/+0
* Fix my last commit, flags rather than flag... duh.Jack F Vogel2013-07-111-1/+1
* Fix to a panic found internally, bad pointer during rxeofJack F Vogel2013-07-101-0/+1
* Add quad port probe support, this gives the admin proper information about th...Jack F Vogel2013-06-1822-447/+3128
* use netmap_rx_irq() / netmap_tx_irq() to handle interrupts inLuigi Rizzo2013-04-301-23/+4
* Two small fixes:Jack F Vogel2013-03-291-8/+36
* Fix a small, but important bug, a task drain was mistakenlyJack F Vogel2013-03-041-1/+1
* First, sync to internal shared code, and thenJack F Vogel2013-03-0419-291/+1004
* revert 247035Dag-Erling Smørgrav2013-02-201-16/+18
* Reduce excessive nesting.Dag-Erling Smørgrav2013-02-201-18/+16
* This fixes a out-of-order problem with severalRandall Stewart2013-02-072-23/+24
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-302-2/+4
* Clean some 'svn:executable' properties in the tree.Pedro F. Giffuni2013-01-264-0/+0
* rename the 'tag' and 'map' fields used the rx ring to theirLuigi Rizzo2012-12-202-23/+23
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-042-4/+4
* Remove the sysctl process_limit interface, after someJack F Vogel2012-12-031-43/+7
* Patch #12 OK, I said there was only 11 patches, but unfortunatelyJack F Vogel2012-12-011-22/+42
* Patch #11 - The final patch: this one greatly improves theJack F Vogel2012-12-012-84/+86
* Patch #10 Performance - this changes the protocol offloadJack F Vogel2012-12-011-52/+46