summaryrefslogtreecommitdiffstats
path: root/sys/dev/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* Catch up to the SRIOV API changes in r283670.jhb2015-06-012-3/+4
* Delta D2489 - Add SRIOV support to the Intel 10G driver.jfv2015-06-016-177/+1380
* Revert last commit, to remove added skeleton tree.jfv2015-06-016-1382/+181
* Delta D2489 - Add SRIOV support to the Intel 10G driver.jfv2015-06-016-181/+1382
* Remove the extra extern which makes gcc complain; I assume it came frombz2015-05-011-4/+0
* Add support for certain Intel X550 devices.erj2015-04-3030-400/+4793
* Various fixes to the stats in igb(4), ixgbe(4), and ixl(4).jhb2015-04-301-0/+11
* Add back ixgbe_rxeof, just remove the assignment to more.araujo2015-04-201-0/+1
* Remove unused variable.araujo2015-04-201-2/+0
* Make changes to busdma code in tx/rx path similar to the ones made in r257541.erj2015-04-011-4/+3
* Fix building ixgbe with gcc, it doesn't like nested extern declarations.andrew2015-03-191-1/+2
* Fix i386 LINT build issues, and remove unused variable.jfv2015-03-182-5/+4
* Fix ixgbe(4) to compile - with RSS; with ix+ixv in the kernel.adrian2015-03-183-11/+18
* Resolve a few build issues, add module directories back into Makefile,jfv2015-03-173-1/+10
* Update to the Intel ixgbe driver:jfv2015-03-1730-8111/+8355
* Fix style(9) from my previous commit r279803.araujo2015-03-091-24/+23
* Now ifconfig(8) can set the media option as 10Gbase-T for ixgbe(4).araujo2015-03-091-0/+1
* Fix the media detected for copper cables NIC based on chipset X540T.araujo2015-03-091-11/+24
* 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
OpenPOWER on IntegriCloud