| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | em/ix/ixv/ixl/iavf: Implement ifdi_needs_restart iflib method | Eric Joyner | 2020-05-11 | 2 | -1/+43 |
| * | ixl: Add missing conversions from/to LE16 | Leandro Lupori | 2020-03-06 | 2 | -15/+20 |
| * | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (15 of many) | Pawel Biernacki | 2020-02-24 | 4 | -61/+106 |
| * | Miscellaneous typo fixes | Ed Maste | 2020-02-07 | 1 | -1/+1 |
| * | ixl: prevent non-privileged access to NVM update interface | Eric Joyner | 2020-01-02 | 2 | -5/+24 |
| * | Fix compile error introduced in r353658 | Eric Joyner | 2019-10-16 | 1 | -1/+1 |
| * | ixl: report whether device received pause frames | Eric Joyner | 2019-10-16 | 1 | -0/+8 |
| * | Convert if_foreach_llmaddr() KPI. | Gleb Smirnoff | 2019-10-14 | 3 | -71/+48 |
| * | Add the missing braces to fix the code not guarded by the if clause and has | Li-Wen Hsu | 2019-05-30 | 1 | -2/+3 |
| * | iflib: expose the Rx mbuf buffer size to drivers | Eric Joyner | 2019-03-19 | 2 | -9/+2 |
| * | ixl: Fix panic caused by bug exposed by r344062 | Eric Joyner | 2019-02-14 | 2 | -2/+1 |
| * | - Stop iflib(4) from leaking MSI messages on detachment by calling | Marius Strobl | 2019-01-30 | 4 | -17/+19 |
| * | ixl(4): Fix handling data passed with ioctl from NVM update tool | Eric Joyner | 2019-01-24 | 1 | -11/+58 |
| * | intel iflib drivers: correct initialization of tx_cidx_processed | Eric Joyner | 2019-01-24 | 1 | -9/+12 |
| * | Fix first-packet completion | Stephen Hurd | 2018-11-28 | 1 | -0/+6 |
| * | ixl/iavf(4): Fix TSO offloads when TXCSUM is disabled | Eric Joyner | 2018-11-08 | 4 | -3/+5 |
| * | ixl/iavf(4): Update remaining references of "num_queues" to "num_rx_queues" | Eric Joyner | 2018-11-01 | 2 | -7/+3 |
| * | ixl/iavf(4): Fix GCC 6.4.0 build | Conrad Meyer | 2018-10-20 | 2 | -4/+0 |
| * | iavf(4): Finish rename/rebrand internally | Eric Joyner | 2018-10-15 | 6 | -614/+614 |
| * | ixl/iavf(4): Change ixlv to iavf and update it to use iflib(9) | Eric Joyner | 2018-10-12 | 16 | -3458/+2029 |
| * | Add PNP info to PCI attachments of cbb, cxgb, ida, iwn, ixl, ixlv, | Warner Losh | 2018-09-26 | 2 | -1/+4 |
| * | Remove a duplicated interface capability bit missed in r336313. | Marius Strobl | 2018-08-23 | 1 | -1/+1 |
| * | Assorted TSO fixes for em(4)/iflib(9) and dead code removal: | Marius Strobl | 2018-07-15 | 3 | -39/+8 |
| * | As suggested by a comment in ixl_initialize_vsi(), use if_getcapenable(9) | Marius Strobl | 2018-07-15 | 2 | -3/+2 |
| * | ixl(4): Set baudrate on link up using proper link_speed variable | Eric Joyner | 2018-07-12 | 2 | -2/+2 |
| * | ixl(4): Fix gcc build errors | Eric Joyner | 2018-06-20 | 2 | -3/+0 |
| * | Remove "diff" line indicator. Next to see if this code works or not. | Sean Bruno | 2018-06-19 | 1 | -42/+40 |
| * | ixl(4): Update version number to 2.0.0-k | Eric Joyner | 2018-06-18 | 38 | -42/+42 |
| * | ixl(4): Update to use iflib | Eric Joyner | 2018-06-18 | 13 | -5508/+3801 |
| * | ifnet: Replace if_addr_lock rwlock with epoch + mutex | Matt Macy | 2018-05-18 | 2 | -7/+7 |
| * | ixl(4): Update to 1.9.9-k | Eric Joyner | 2018-05-01 | 38 | -1885/+5486 |
| * | netmap: align codebase to the current upstream (commit id 3fb001303718146) | Vincenzo Maffione | 2018-04-12 | 2 | -3/+3 |
| * | Use an accessor function to access ifr_data. | Brooks Davis | 2018-03-30 | 1 | -2/+2 |
| * | Revert r327828, r327949, r327953, r328016-r328026, r328041: | Pedro F. Giffuni | 2018-01-21 | 3 | -9/+8 |
| * | dev/(e1000,ixl): Make some use of mallocarray(9). | Pedro F. Giffuni | 2018-01-11 | 3 | -8/+9 |
| * | ixl: Fix mbuf hash type settings. | Sepherosa Ziehau | 2017-09-27 | 1 | -26/+12 |
| * | Drop IXL RX lock during TCP_LRO, fixes LOR mahem while holding the RX | Sean Bruno | 2017-07-27 | 1 | -3/+4 |
| * | ixl: gcc build errors | Ryan Libby | 2017-07-14 | 6 | -22/+24 |
| * | ixl(4)/ixlv(4): Stop leaking every busdma entry in receive path | Eric Joyner | 2017-07-13 | 1 | -0/+12 |
| * | ixl(4)/ixlv(4): Fix some busdma tags and improper map NULL. | Eric Joyner | 2017-06-10 | 1 | -5/+4 |
| * | ixl(4): Update to 1.7.12-k | Eric Joyner | 2017-02-10 | 25 | -675/+2973 |
| * | Restore r302384 that was dropped when r303816 updated the driver to 1.6.6.-k | Sean Bruno | 2017-01-03 | 1 | -1/+2 |
| * | Fix linker warnings (errors on gcc) that resulted from r304510. | Eric Joyner | 2016-09-01 | 2 | -5/+1 |
| * | ixlv(4): Fix ixlv(4) not loading when loaded as a kernel module and netmap is... | Eric Joyner | 2016-08-20 | 1 | -0/+4 |
| * | Consistently use `device_t` | Jean-Sébastien Pédron | 2016-08-09 | 4 | -4/+4 |
| * | Fixup ixl(4) options parsing to actually compile when using RSS/PCBGROUP | Sean Bruno | 2016-08-08 | 3 | -11/+10 |
| * | ixl(4): Update to ixl-1.6.6-k. | Sean Bruno | 2016-08-07 | 24 | -7457/+11694 |
| * | Do not initialize the adapter on MTU change when adapter status is down. | Sean Bruno | 2016-07-07 | 2 | -2/+4 |
| * | net: Use M_HASHTYPE_OPAQUE_HASH if the mbuf flowid has hash properties | Sepherosa Ziehau | 2016-06-07 | 1 | -3/+3 |
| * | Delete duplicate declaration for i40e_blink_phy_link_led(..) | Enji Cooper | 2016-05-29 | 1 | -2/+0 |