| Commit message (Expand) | Author | Age | Files | Lines |
* | A misplaced #endif in ixgbe_ioctl() causes interface MTU to become | Sean Bruno | 2015-08-03 | 1 | -3/+3 |
* | Remove a couple of TUNABLE_INT() calls which are unnecessary after r267961. | Hiren Panchasara | 2015-07-21 | 1 | -2/+0 |
* | Add netmap support for ixgbe SRIOV VFs (that is, to if_ixv). | Patrick Kelsey | 2015-07-15 | 3 | -2/+62 |
* | Remove FreeBSD version check for deprecated M_FLOWID. | Hiren Panchasara | 2015-07-15 | 1 | -4/+0 |
* | Fix igxbe SRIOV VF (if_ixv) initialization bugs. The MAC address for | Patrick Kelsey | 2015-07-15 | 3 | -6/+8 |
* | Expose full 32bit RSS hash from card regardless of whether RSS is defined or | Hiren Panchasara | 2015-07-14 | 1 | -45/+52 |
* | Sync netmap sources with the version in our private tree. | Luigi Rizzo | 2015-07-10 | 1 | -0/+3 |
* | Catch up to the SRIOV API changes in r283670. | John Baldwin | 2015-06-01 | 2 | -3/+4 |
* | Delta D2489 - Add SRIOV support to the Intel 10G driver. | Jack F Vogel | 2015-06-01 | 6 | -177/+1380 |
* | Revert last commit, to remove added skeleton tree. | Jack F Vogel | 2015-06-01 | 6 | -1382/+181 |
* | Delta D2489 - Add SRIOV support to the Intel 10G driver. | Jack F Vogel | 2015-06-01 | 6 | -181/+1382 |
* | Remove the extra extern which makes gcc complain; I assume it came from | Bjoern A. Zeeb | 2015-05-01 | 1 | -4/+0 |
* | Add support for certain Intel X550 devices. | Eric Joyner | 2015-04-30 | 30 | -400/+4793 |
* | Various fixes to the stats in igb(4), ixgbe(4), and ixl(4). | John Baldwin | 2015-04-30 | 1 | -0/+11 |
* | Add back ixgbe_rxeof, just remove the assignment to more. | Marcelo Araujo | 2015-04-20 | 1 | -0/+1 |
* | Remove unused variable. | Marcelo Araujo | 2015-04-20 | 1 | -2/+0 |
* | Make changes to busdma code in tx/rx path similar to the ones made in r257541. | Eric Joyner | 2015-04-01 | 1 | -4/+3 |
* | Fix building ixgbe with gcc, it doesn't like nested extern declarations. | Andrew Turner | 2015-03-19 | 1 | -1/+2 |
* | Fix i386 LINT build issues, and remove unused variable. | Jack F Vogel | 2015-03-18 | 2 | -5/+4 |
* | Fix ixgbe(4) to compile - with RSS; with ix+ixv in the kernel. | Adrian Chadd | 2015-03-18 | 3 | -11/+18 |
* | Resolve a few build issues, add module directories back into Makefile, | Jack F Vogel | 2015-03-17 | 3 | -1/+10 |
* | Update to the Intel ixgbe driver: | Jack F Vogel | 2015-03-17 | 30 | -8111/+8355 |
* | 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 |
* | Pad RX copy alignment calculation to avoid illegal memory accesses | Enji Cooper | 2015-02-28 | 1 | -2/+3 |
* | 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 | 2 | -6/+6 |
* | 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 | 2 | -3/+3 |
* | 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 |
* | Mechanically switch ixv(4) to if_inc_counter(). | Gleb Smirnoff | 2014-09-28 | 1 | -5/+5 |
* | The error bits are not valid with EOP=0; so intermediary fragments should | Adrian Chadd | 2014-09-15 | 2 | -8/+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 | 2 | -2/+2 |
* | Use define from if_var.h to access a field inside struct if_data, | Gleb Smirnoff | 2014-08-30 | 2 | -2/+2 |
* | * Add SIOCGI2C driver ioctl used to retrieve i2c info. | Alexander V. Chernikov | 2014-08-29 | 2 | -17/+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 |