aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo.Hiren Panchasara2014-07-171-1/+1
* Initialise these variables so gcc doesn't complain.Adrian Chadd2014-06-301-1/+1
* Add initial RSS awareness to the ixgbe(4) driver.Adrian Chadd2014-06-301-41/+196
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-9/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+9
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-9/+1
* - Don't compare bus_dma map pointers for static DMA allocations againstJohn Baldwin2014-06-122-2/+0
* make sure if_transmit returns 0 if the mbuf is enqueued.Luigi Rizzo2014-06-061-2/+2
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 GbitGleb Smirnoff2014-03-131-5/+1
* It is 2014 and we have a new version of netmap.Luigi Rizzo2014-01-061-1/+1
* Fix build broken in r259644.Gleb Smirnoff2013-12-201-0/+2
* ixgbe(4) takes packet counters from hardware in ixgbe_update_stats_counters(),Gleb Smirnoff2013-12-201-2/+0
* - Fix link loss on vlan reconfiguration.Oleg Bulyzhin2013-11-051-17/+19
* update to the latest netmap snapshot.Luigi Rizzo2013-11-011-7/+4
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-262-0/+6
* 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-454/+3135
* 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-292/+1005
* 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
* Patch #9 Performance - improve the tx dma failureJack F Vogel2012-11-301-25/+22
* Patch #8 Performance changes - this one improves locality,Jack F Vogel2012-11-302-57/+58
* Patch #7 This is primarily about processing limit control.Jack F Vogel2012-11-302-17/+28
* Patch #6 Whitespace cleanup, and removal of some very oldJack F Vogel2012-11-302-44/+36
* Patch #5 Cleanup unused IEEE1588 code fragments, the day mayJack F Vogel2012-11-302-11/+1
* Patch #4 - this does two things, it removes a number of statistics,Jack F Vogel2012-11-301-28/+7
* Patch #3 - Add a new ioctl to access SFP+ module diagnosticJack F Vogel2012-11-302-2/+28