| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor / restructure the RSS code into generic, IPv4 and IPv6 specific | adrian | 2015-01-18 | 1 | -1/+1 |
* | Revert r275136, it was not approved, it was sloppy, if a feature | jfv | 2014-12-02 | 1 | -38/+7 |
* | Start process of removing the use of the deprecated "M_FLOWID" flag | hselasky | 2014-12-01 | 2 | -6/+6 |
* | Make igb and ixgbe check tunables at probe time. | alfred | 2014-11-26 | 1 | -5/+36 |
* | Fix r273112: do not turn DROP_EN by default. | melifaro | 2014-11-16 | 1 | -1/+1 |
* | Fix multiple incorrect SYSCTL arguments in the kernel: | hselasky | 2014-10-21 | 2 | -3/+3 |
* | Set the DROP_EN bit before the RX queue is brought up and active. | adrian | 2014-10-15 | 1 | -0/+14 |
* | Convert to if_get_counter(). | glebius | 2014-09-28 | 1 | -16/+36 |
* | Mechanically switch ixv(4) to if_inc_counter(). | glebius | 2014-09-28 | 1 | -5/+5 |
* | The error bits are not valid with EOP=0; so intermediary fragments should | adrian | 2014-09-15 | 2 | -8/+1 |
* | Fix a double-free of mbufs in rx_ixgbe_discard(). | adrian | 2014-09-15 | 1 | -6/+7 |
* | Use the right constants in comparisons. This is currently a nop, as | brueffer | 2014-09-08 | 2 | -2/+2 |
* | Use define from if_var.h to access a field inside struct if_data, | glebius | 2014-08-30 | 2 | -2/+2 |
* | * Add SIOCGI2C driver ioctl used to retrieve i2c info. | melifaro | 2014-08-29 | 2 | -17/+12 |
* | Update to the current version of netmap. | luigi | 2014-08-16 | 1 | -3/+3 |
* | Renamed hw.ixgbe.unsupported_sfp -> hw.ix.unsupported_sfp | smh | 2014-08-14 | 1 | -1/+1 |
* | Add the UDP hash -> RSS mbuf hash type for the ixgbe(4) driver. | adrian | 2014-07-20 | 1 | -6/+9 |
* | Teach ixgbe(4) about rss_gethashconfig(). | adrian | 2014-07-20 | 1 | -0/+30 |
* | Disable the ixgbe(4) UDP 4-tuple hashing for the time being. | adrian | 2014-07-20 | 1 | -1/+11 |
* | Correctly program the RSS redirection table entries. | adrian | 2014-07-20 | 1 | -3/+9 |
* | Fix a typo. | hiren | 2014-07-17 | 1 | -1/+1 |
* | Initialise these variables so gcc doesn't complain. | adrian | 2014-06-30 | 1 | -1/+1 |
* | Add initial RSS awareness to the ixgbe(4) driver. | adrian | 2014-06-30 | 1 | -41/+196 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -9/+1 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -1/+9 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -9/+1 |
* | - Don't compare bus_dma map pointers for static DMA allocations against | jhb | 2014-06-12 | 2 | -2/+0 |
* | make sure if_transmit returns 0 if the mbuf is enqueued. | luigi | 2014-06-06 | 1 | -2/+2 |
* | Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbit | glebius | 2014-03-13 | 1 | -5/+1 |
* | It is 2014 and we have a new version of netmap. | luigi | 2014-01-06 | 1 | -1/+1 |
* | Fix build broken in r259644. | glebius | 2013-12-20 | 1 | -0/+2 |
* | ixgbe(4) takes packet counters from hardware in ixgbe_update_stats_counters(), | glebius | 2013-12-20 | 1 | -2/+0 |
* | - Fix link loss on vlan reconfiguration. | oleg | 2013-11-05 | 1 | -17/+19 |
* | update to the latest netmap snapshot. | luigi | 2013-11-01 | 1 | -7/+4 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 2 | -0/+6 |
* | There are some high performance NICs that count statistics in hardware, | glebius | 2013-10-09 | 1 | -1/+2 |
* | Expose system level ixgbe sysctls. | hiren | 2013-10-05 | 1 | -0/+26 |
* | Restructure the mbuf pkthdr to make it fit for upcoming capabilities and | andre | 2013-08-24 | 2 | -2/+2 |
* | Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI | scottl | 2013-08-12 | 1 | -7/+1 |
* | Improve the MSIX setup code in the drivers, thanks to Marius for | jfv | 2013-08-12 | 2 | -2/+10 |
* | Make the various driver MSIX setup routines fallback to MSI more | jfv | 2013-08-06 | 2 | -27/+26 |
* | Correct a fat-finger in the last delta. | jfv | 2013-08-05 | 1 | -1/+1 |
* | A number of important fixes: | jfv | 2013-08-01 | 1 | -24/+20 |
* | Opps, need to change the VF code as well. | jfv | 2013-07-12 | 1 | -3/+0 |
* | Remove the conditional define around the option headers, | jfv | 2013-07-12 | 1 | -3/+0 |
* | Fix my last commit, flags rather than flag... duh. | jfv | 2013-07-11 | 1 | -1/+1 |
* | Fix to a panic found internally, bad pointer during rxeof | jfv | 2013-07-10 | 1 | -0/+1 |
* | Add quad port probe support, this gives the admin proper information about th... | jfv | 2013-06-18 | 22 | -454/+3135 |
* | use netmap_rx_irq() / netmap_tx_irq() to handle interrupts in | luigi | 2013-04-30 | 1 | -23/+4 |
* | Two small fixes: | jfv | 2013-03-29 | 1 | -8/+36 |