| Commit message (Expand) | Author | Age | Files | Lines |
| * | iflib: ensure that tx interrupts enabled and cleanups | Matt Macy | 2021-10-03 | 2 | -2/+2 |
| * | iflib: Make if_shared_ctx_t a pointer to const | Mark Johnston | 2021-10-03 | 2 | -6/+2 |
| * | iflib: Free resources in a consistent order during detach | Sai Rajesh Tallamraju | 2021-09-28 | 1 | -1/+1 |
| * | ixl(4): Fix 2.5 and 5G speeds reporting and update shared code | Krzysztof Galazka | 2021-09-20 | 10 | -108/+234 |
| * | ixl(4): Fix reporting of unqualified transceivers | Krzysztof Galazka | 2021-09-20 | 2 | -9/+12 |
| * | ixl(4): Add tunable to override Flow Control settings | Krzysztof Galazka | 2021-09-20 | 3 | -18/+43 |
| * | ixl(4): Report RX errors as sum of all RX error counters | Krzysztof Galazka | 2021-09-20 | 3 | -9/+23 |
| * | ixl(4): Add ability to control link state on ifconfig down | Krzysztof Galazka | 2021-09-20 | 4 | -2/+156 |
| * | intel ethernet: Use ether_gen_addr(9) | Kevin Bowling | 2021-08-27 | 1 | -7/+3 |
| * | ixl: Permit 802.1ad frames to pass though the chip | Lutz Donnerhacke | 2021-02-02 | 1 | -0/+39 |
| * | ixl: quiet -Wunused-function | Ryan Libby | 2021-01-05 | 1 | -2/+0 |
| * | MFC r358698 and r364241 | Eric Joyner | 2020-09-12 | 2 | -13/+15 |
| * | MFC r365231: ixl(4): Add support for X710-T*L devices | Eric Joyner | 2020-09-04 | 9 | -16/+537 |
| * | MFC r361992: ixl(4): Add FW recovery mode support and other things | Eric Joyner | 2020-08-04 | 21 | -2186/+3136 |
| * | MFC r360398 and r360902 | Eric Joyner | 2020-05-14 | 2 | -1/+43 |
| * | MFC r348445 (by lwhsu): | Dimitry Andric | 2020-04-25 | 1 | -2/+3 |
| * | MFC r356309: ixl: prevent non-privileged access to NVM update interface | Eric Joyner | 2020-01-10 | 2 | -5/+24 |
| * | MFC isc_pause_frame field fixes to Intel ethernet drivers | Eric Joyner | 2020-01-02 | 1 | -0/+8 |
| * | MFC r345303, r345305, r345657, r345658 | Eric Joyner | 2019-04-17 | 2 | -9/+2 |
| * | MFC r344132: | Eric Joyner | 2019-02-15 | 2 | -2/+1 |
| * | MFC: r343372 | Marius Strobl | 2019-02-13 | 1 | -11/+58 |
| * | MFC: r339459 | Marius Strobl | 2019-02-13 | 2 | -4/+0 |
| * | MFC: r343369 | Marius Strobl | 2019-02-13 | 1 | -9/+12 |
| * | MFC: r343578 (partial) | Marius Strobl | 2019-02-07 | 4 | -17/+19 |
| * | MFC r340010 | Eric Joyner | 2018-12-06 | 2 | -7/+3 |
| * | MFC r341156: | Stephen Hurd | 2018-12-03 | 1 | -0/+6 |
| * | MFC r340256: ixl/iavf(4): Fix TSO offloads when TXCSUM is disabled | Eric Joyner | 2018-11-08 | 4 | -3/+5 |
| * | 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 |