Age | Commit message (Expand) | Author |
2022-02-09 | enable hw vlan tag handling in the rx path too. | David Gwynne |
2022-02-09 | enable hardware vlan tagging. | David Gwynne |
2022-02-08 | bring back IPv4, TCP4/6 and UDP4/6 checksum offloading. | David Gwynne |
2022-01-09 | spelling | Jonathan Gray |
2021-11-27 | previous commit causes gcc to perform an unaligned access to the tcphdr | Theo de Raadt |
2021-11-09 | Add IPv4, TCP4/6 and UDP4/6 checksum offloading. | Jan Klemkow |
2021-07-23 | pci_intr_msix_count() is the function that drivers using multiple MSI-X | Jonathan Matthew |
2021-03-26 | Add PCI ID for Intel X710 10G SFP+ NIC | jan |
2021-02-26 | Add missing PCI product IDs for x710 10GBase-T into ixl(4) | jan |
2021-01-25 | if the rx descriptor reports the rss hash, use it for the mbuf flowid. | David Gwynne |
2020-12-22 | name the rx rings like ix does for systat mb | David Gwynne |
2020-12-12 | Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp. | jan |
2020-11-02 | add support for ctl reads and writes on 710 chips with API < 1.5 | David Gwynne |
2020-07-16 | use a mutex to serialise the test and set of ifp->if_link_state. | David Gwynne |
2020-07-16 | sc_atq_mtx is unused, so get rid of it | David Gwynne |
2020-07-12 | it's not an error if the API doesnt support reading sfp/qsfp stuff. | David Gwynne |
2020-07-11 | don't complain if the API is too low to support "query phy types". | David Gwynne |
2020-07-10 | Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API. | Patrick Wildt |
2020-07-07 | fix a copy pasto. | David Gwynne |
2020-07-07 | don't try and be too clever in the kstat update timeout. | David Gwynne |
2020-07-07 | remove some old code from a previous version of the kstat diff. | David Gwynne |
2020-07-07 | add kstat support for reading hardware counters. | David Gwynne |
2020-06-26 | whitespace fixes, no functional change. | David Gwynne |
2020-06-26 | fix link state handling so we can see link go both up and down. | David Gwynne |
2020-06-25 | LUT writes go through actual regsiters on 710s, not ctl writes. | David Gwynne |
2020-06-25 | add rss/toeplitz support for 710 chips. | David Gwynne |
2020-06-25 | use the ixl_chip struct to store different rss_hena settings for 710/722 | David Gwynne |
2020-06-25 | add definitions for rss bits. | David Gwynne |
2020-06-25 | we're close to a point where the differences between 710s and 722s matter. | David Gwynne |
2020-06-25 | use intrmap to set up multiple queues across multiple cpus. | David Gwynne |
2020-06-24 | set IFQ_SET_MAXLEN to the number of slots on the tx ring, not 1. | David Gwynne |
2020-06-24 | get rid of the per device sff lock because we only use the global one. | David Gwynne |
2020-06-21 | The onboard interfaces on T7/S7 machines don't provide a valid MAC address | Jonathan Matthew |
2020-05-09 | Use MSI-X interrupts where available. The first vector is used for | Jonathan Matthew |
2020-04-22 | Use I40E_QUEUE_TYPE_EOL instead of hardcoding its value localy. | Martin Pieuchot |
2019-11-19 | Correct the link speed constant variables. From Shoichi Yamaguchi. | YASUOKA Masahiko |
2019-10-02 | When dequeuing an aqb from the live queue and move it to the idle queue, | YASUOKA Masahiko |
2019-09-30 | use the right values when figuring out which if_baudrate to use. | David Gwynne |
2019-08-27 | don't check the page number was set correctly. | David Gwynne |
2019-08-27 | make SIOCGIFSFFPAGE support QSFP modules better. | David Gwynne |
2019-07-29 | remove some VF bits now that iavf(4) exists | Jonathan Matthew |
2019-07-21 | apply backpressure when ifiq says the stack is getting busy | David Gwynne |
2019-07-04 | when the mac address changes, update the mac/vlan filters accordingly. | Jonathan Matthew |
2019-05-04 | fix array bounds check in ixl_search_link_speed() | Jonathan Gray |
2019-04-15 | Use timeout_del_barrier(9) instead of timeout_del(9) followed by | Visa Hankala |
2019-04-10 | Add support for X722 to ixl(4) | Peter Hessler |
2019-04-10 | implement support for SIOCGIFSFFPAGE | David Gwynne |
2019-04-01 | Enable the full pre-reset code path again, now that we've fixed the cause | Jonathan Matthew |
2019-04-01 | Don't use a prefetchable mapping for the registers - the controller only | Jonathan Matthew |
2019-03-29 | remove ifiq_barrier in ixl_down cos ifiq tasks don't use nic resources. | David Gwynne |