summaryrefslogtreecommitdiffstats
path: root/sys/dev/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* Use the right constants in comparisons. This is currently a nop, asbrueffer2014-09-082-2/+2
* Use define from if_var.h to access a field inside struct if_data,glebius2014-08-302-2/+2
* * Add SIOCGI2C driver ioctl used to retrieve i2c info.melifaro2014-08-292-17/+12
* Update to the current version of netmap.luigi2014-08-161-3/+3
* Renamed hw.ixgbe.unsupported_sfp -> hw.ix.unsupported_sfpsmh2014-08-141-1/+1
* Add the UDP hash -> RSS mbuf hash type for the ixgbe(4) driver.adrian2014-07-201-6/+9
* Teach ixgbe(4) about rss_gethashconfig().adrian2014-07-201-0/+30
* Disable the ixgbe(4) UDP 4-tuple hashing for the time being.adrian2014-07-201-1/+11
* Correctly program the RSS redirection table entries.adrian2014-07-201-3/+9
* Fix a typo.hiren2014-07-171-1/+1
* Initialise these variables so gcc doesn't complain.adrian2014-06-301-1/+1
* Add initial RSS awareness to the ixgbe(4) driver.adrian2014-06-301-41/+196
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-9/+1
* Revert r267961, r267973:gjb2014-06-271-1/+9
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-9/+1
* - Don't compare bus_dma map pointers for static DMA allocations againstjhb2014-06-122-2/+0
* make sure if_transmit returns 0 if the mbuf is enqueued.luigi2014-06-061-2/+2
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbitglebius2014-03-131-5/+1
* It is 2014 and we have a new version of netmap.luigi2014-01-061-1/+1
* Fix build broken in r259644.glebius2013-12-201-0/+2
* ixgbe(4) takes packet counters from hardware in ixgbe_update_stats_counters(),glebius2013-12-201-2/+0
* - Fix link loss on vlan reconfiguration.oleg2013-11-051-17/+19
* update to the latest netmap snapshot.luigi2013-11-011-7/+4
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-262-0/+6
* There are some high performance NICs that count statistics in hardware,glebius2013-10-091-1/+2
* Expose system level ixgbe sysctls.hiren2013-10-051-0/+26
* Restructure the mbuf pkthdr to make it fit for upcoming capabilities andandre2013-08-242-2/+2
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-7/+1
* Improve the MSIX setup code in the drivers, thanks to Marius forjfv2013-08-122-2/+10
* Make the various driver MSIX setup routines fallback to MSI morejfv2013-08-062-27/+26
* Correct a fat-finger in the last delta.jfv2013-08-051-1/+1
* A number of important fixes:jfv2013-08-011-24/+20
* Opps, need to change the VF code as well.jfv2013-07-121-3/+0
* Remove the conditional define around the option headers,jfv2013-07-121-3/+0
* Fix my last commit, flags rather than flag... duh.jfv2013-07-111-1/+1
* Fix to a panic found internally, bad pointer during rxeofjfv2013-07-101-0/+1
* Add quad port probe support, this gives the admin proper information about th...jfv2013-06-1822-454/+3135
* use netmap_rx_irq() / netmap_tx_irq() to handle interrupts inluigi2013-04-301-23/+4
* Two small fixes:jfv2013-03-291-8/+36
* Fix a small, but important bug, a task drain was mistakenlyjfv2013-03-041-1/+1
* First, sync to internal shared code, and thenjfv2013-03-0419-292/+1005
* 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
OpenPOWER on IntegriCloud