summaryrefslogtreecommitdiffstats
path: root/sys/dev/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* Pad RX copy alignment calculation to avoid illegal memory accessesngie2015-02-281-2/+3
* Migrate using CPU_ZERO() + CPU_SET() -> CPU_SETOF().adrian2015-02-251-2/+1
* Change uses of taskqueue_start_threads_pinned() -> taskqueue_start_threads_cp...adrian2015-02-241-2/+7
* Refactor / restructure the RSS code into generic, IPv4 and IPv6 specificadrian2015-01-181-1/+1
* Revert r275136, it was not approved, it was sloppy, if a featurejfv2014-12-021-38/+7
* Start process of removing the use of the deprecated "M_FLOWID" flaghselasky2014-12-012-6/+6
* Make igb and ixgbe check tunables at probe time.alfred2014-11-261-5/+36
* Fix r273112: do not turn DROP_EN by default.melifaro2014-11-161-1/+1
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-212-3/+3
* Set the DROP_EN bit before the RX queue is brought up and active.adrian2014-10-151-0/+14
* Convert to if_get_counter().glebius2014-09-281-16/+36
* Mechanically switch ixv(4) to if_inc_counter().glebius2014-09-281-5/+5
* The error bits are not valid with EOP=0; so intermediary fragments shouldadrian2014-09-152-8/+1
* Fix a double-free of mbufs in rx_ixgbe_discard().adrian2014-09-151-6/+7
* 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
OpenPOWER on IntegriCloud