summaryrefslogtreecommitdiffstats
path: root/sys/dev/ixgbe/ixgbe.c
Commit message (Expand)AuthorAgeFilesLines
* Update to the Intel ixgbe driver:jfv2015-03-171-6075/+0
* 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
* 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-011-4/+4
* 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-211-1/+1
* 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
* The error bits are not valid with EOP=0; so intermediary fragments shouldadrian2014-09-151-7/+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-081-1/+1
* Use define from if_var.h to access a field inside struct if_data,glebius2014-08-301-1/+1
* * Add SIOCGI2C driver ioctl used to retrieve i2c info.melifaro2014-08-291-5/+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-121-1/+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
* 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-241-1/+1
* Improve the MSIX setup code in the drivers, thanks to Marius forjfv2013-08-121-1/+7
* Make the various driver MSIX setup routines fallback to MSI morejfv2013-08-061-17/+18
* Correct a fat-finger in the last delta.jfv2013-08-051-1/+1
* A number of important fixes:jfv2013-08-011-24/+20
* 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-181-92/+206
OpenPOWER on IntegriCloud