| Commit message (Expand) | Author | Age | Files | Lines |
* | Update to the Intel ixgbe driver: | Jack F Vogel | 2015-03-17 | 1 | -6075/+0 |
* | Fix style(9) from my previous commit r279803. | Marcelo Araujo | 2015-03-09 | 1 | -24/+23 |
* | Now ifconfig(8) can set the media option as 10Gbase-T for ixgbe(4). | Marcelo Araujo | 2015-03-09 | 1 | -0/+1 |
* | Fix the media detected for copper cables NIC based on chipset X540T. | Marcelo Araujo | 2015-03-09 | 1 | -11/+24 |
* | Migrate using CPU_ZERO() + CPU_SET() -> CPU_SETOF(). | Adrian Chadd | 2015-02-25 | 1 | -2/+1 |
* | Change uses of taskqueue_start_threads_pinned() -> taskqueue_start_threads_cp... | Adrian Chadd | 2015-02-24 | 1 | -2/+7 |
* | Refactor / restructure the RSS code into generic, IPv4 and IPv6 specific | Adrian Chadd | 2015-01-18 | 1 | -1/+1 |
* | Revert r275136, it was not approved, it was sloppy, if a feature | Jack F Vogel | 2014-12-02 | 1 | -38/+7 |
* | Start process of removing the use of the deprecated "M_FLOWID" flag | Hans Petter Selasky | 2014-12-01 | 1 | -4/+4 |
* | Make igb and ixgbe check tunables at probe time. | Alfred Perlstein | 2014-11-26 | 1 | -5/+36 |
* | Fix r273112: do not turn DROP_EN by default. | Alexander V. Chernikov | 2014-11-16 | 1 | -1/+1 |
* | Fix multiple incorrect SYSCTL arguments in the kernel: | Hans Petter Selasky | 2014-10-21 | 1 | -1/+1 |
* | Set the DROP_EN bit before the RX queue is brought up and active. | Adrian Chadd | 2014-10-15 | 1 | -0/+14 |
* | Convert to if_get_counter(). | Gleb Smirnoff | 2014-09-28 | 1 | -16/+36 |
* | The error bits are not valid with EOP=0; so intermediary fragments should | Adrian Chadd | 2014-09-15 | 1 | -7/+1 |
* | Fix a double-free of mbufs in rx_ixgbe_discard(). | Adrian Chadd | 2014-09-15 | 1 | -6/+7 |
* | Use the right constants in comparisons. This is currently a nop, as | Christian Brueffer | 2014-09-08 | 1 | -1/+1 |
* | Use define from if_var.h to access a field inside struct if_data, | Gleb Smirnoff | 2014-08-30 | 1 | -1/+1 |
* | * Add SIOCGI2C driver ioctl used to retrieve i2c info. | Alexander V. Chernikov | 2014-08-29 | 1 | -5/+12 |
* | Update to the current version of netmap. | Luigi Rizzo | 2014-08-16 | 1 | -3/+3 |
* | Renamed hw.ixgbe.unsupported_sfp -> hw.ix.unsupported_sfp | Steven Hartland | 2014-08-14 | 1 | -1/+1 |
* | Add the UDP hash -> RSS mbuf hash type for the ixgbe(4) driver. | Adrian Chadd | 2014-07-20 | 1 | -6/+9 |
* | Teach ixgbe(4) about rss_gethashconfig(). | Adrian Chadd | 2014-07-20 | 1 | -0/+30 |
* | Disable the ixgbe(4) UDP 4-tuple hashing for the time being. | Adrian Chadd | 2014-07-20 | 1 | -1/+11 |
* | Correctly program the RSS redirection table entries. | Adrian Chadd | 2014-07-20 | 1 | -3/+9 |
* | Fix a typo. | Hiren Panchasara | 2014-07-17 | 1 | -1/+1 |
* | Initialise these variables so gcc doesn't complain. | Adrian Chadd | 2014-06-30 | 1 | -1/+1 |
* | Add initial RSS awareness to the ixgbe(4) driver. | Adrian Chadd | 2014-06-30 | 1 | -41/+196 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky | 2014-06-28 | 1 | -9/+1 |
* | Revert r267961, r267973: | Glen Barber | 2014-06-27 | 1 | -1/+9 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky | 2014-06-27 | 1 | -9/+1 |
* | - Don't compare bus_dma map pointers for static DMA allocations against | John Baldwin | 2014-06-12 | 1 | -1/+0 |
* | make sure if_transmit returns 0 if the mbuf is enqueued. | Luigi Rizzo | 2014-06-06 | 1 | -2/+2 |
* | Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbit | Gleb Smirnoff | 2014-03-13 | 1 | -5/+1 |
* | It is 2014 and we have a new version of netmap. | Luigi Rizzo | 2014-01-06 | 1 | -1/+1 |
* | Fix build broken in r259644. | Gleb Smirnoff | 2013-12-20 | 1 | -0/+2 |
* | ixgbe(4) takes packet counters from hardware in ixgbe_update_stats_counters(), | Gleb Smirnoff | 2013-12-20 | 1 | -2/+0 |
* | - Fix link loss on vlan reconfiguration. | Oleg Bulyzhin | 2013-11-05 | 1 | -17/+19 |
* | update to the latest netmap snapshot. | Luigi Rizzo | 2013-11-01 | 1 | -7/+4 |
* | There are some high performance NICs that count statistics in hardware, | Gleb Smirnoff | 2013-10-09 | 1 | -1/+2 |
* | Expose system level ixgbe sysctls. | Hiren Panchasara | 2013-10-05 | 1 | -0/+26 |
* | Restructure the mbuf pkthdr to make it fit for upcoming capabilities and | Andre Oppermann | 2013-08-24 | 1 | -1/+1 |
* | Improve the MSIX setup code in the drivers, thanks to Marius for | Jack F Vogel | 2013-08-12 | 1 | -1/+7 |
* | Make the various driver MSIX setup routines fallback to MSI more | Jack F Vogel | 2013-08-06 | 1 | -17/+18 |
* | Correct a fat-finger in the last delta. | Jack F Vogel | 2013-08-05 | 1 | -1/+1 |
* | A number of important fixes: | Jack F Vogel | 2013-08-01 | 1 | -24/+20 |
* | Remove the conditional define around the option headers, | Jack F Vogel | 2013-07-12 | 1 | -3/+0 |
* | Fix my last commit, flags rather than flag... duh. | Jack F Vogel | 2013-07-11 | 1 | -1/+1 |
* | Fix to a panic found internally, bad pointer during rxeof | Jack F Vogel | 2013-07-10 | 1 | -0/+1 |
* | Add quad port probe support, this gives the admin proper information about th... | Jack F Vogel | 2013-06-18 | 1 | -92/+206 |