aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixgbe/ixgbe.c
Commit message (Expand)AuthorAgeFilesLines
* Update to the Intel ixgbe driver:Jack F Vogel2015-03-171-6075/+0
* Fix style(9) from my previous commit r279803.Marcelo Araujo2015-03-091-24/+23
* Now ifconfig(8) can set the media option as 10Gbase-T for ixgbe(4).Marcelo Araujo2015-03-091-0/+1
* Fix the media detected for copper cables NIC based on chipset X540T.Marcelo Araujo2015-03-091-11/+24
* Migrate using CPU_ZERO() + CPU_SET() -> CPU_SETOF().Adrian Chadd2015-02-251-2/+1
* Change uses of taskqueue_start_threads_pinned() -> taskqueue_start_threads_cp...Adrian Chadd2015-02-241-2/+7
* Refactor / restructure the RSS code into generic, IPv4 and IPv6 specificAdrian Chadd2015-01-181-1/+1
* Revert r275136, it was not approved, it was sloppy, if a featureJack F Vogel2014-12-021-38/+7
* Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky2014-12-011-4/+4
* Make igb and ixgbe check tunables at probe time.Alfred Perlstein2014-11-261-5/+36
* Fix r273112: do not turn DROP_EN by default.Alexander V. Chernikov2014-11-161-1/+1
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-1/+1
* Set the DROP_EN bit before the RX queue is brought up and active.Adrian Chadd2014-10-151-0/+14
* Convert to if_get_counter().Gleb Smirnoff2014-09-281-16/+36
* The error bits are not valid with EOP=0; so intermediary fragments shouldAdrian Chadd2014-09-151-7/+1
* Fix a double-free of mbufs in rx_ixgbe_discard().Adrian Chadd2014-09-151-6/+7
* Use the right constants in comparisons. This is currently a nop, asChristian Brueffer2014-09-081-1/+1
* Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff2014-08-301-1/+1
* * Add SIOCGI2C driver ioctl used to retrieve i2c info.Alexander V. Chernikov2014-08-291-5/+12
* Update to the current version of netmap.Luigi Rizzo2014-08-161-3/+3
* Renamed hw.ixgbe.unsupported_sfp -> hw.ix.unsupported_sfpSteven Hartland2014-08-141-1/+1
* Add the UDP hash -> RSS mbuf hash type for the ixgbe(4) driver.Adrian Chadd2014-07-201-6/+9
* Teach ixgbe(4) about rss_gethashconfig().Adrian Chadd2014-07-201-0/+30
* Disable the ixgbe(4) UDP 4-tuple hashing for the time being.Adrian Chadd2014-07-201-1/+11
* Correctly program the RSS redirection table entries.Adrian Chadd2014-07-201-3/+9
* 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-121-1/+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
* 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-241-1/+1
* Improve the MSIX setup code in the drivers, thanks to Marius forJack F Vogel2013-08-121-1/+7
* Make the various driver MSIX setup routines fallback to MSI moreJack F Vogel2013-08-061-17/+18
* 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
* 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-181-92/+206