Age | Commit message (Expand) | Author |
2024-10-04 | Expose {T,R}X desc trail and add link_enabled field to prepare VF | YASUOKA Masahiko |
2024-05-21 | Make igc(4) and ix(4) struct names unique. | Alexander Bluhm |
2023-08-04 | Remove unused struct field vlan_stripping. | Jan Klemkow |
2022-06-27 | Introduce Large Receive Offloading of TCP segment offloading for ix(4). It is | Jan Klemkow |
2022-01-09 | spelling | Jonathan Gray |
2020-07-18 | replace stat collection with the kstat api. | David Gwynne |
2020-07-17 | enable multiq support for ix. | David Gwynne |
2020-06-07 | build on mpi's work toward ix multiq support. | David Gwynne |
2020-04-06 | Make it possible to use ix(4) with MSI-X, currently disabled by default. | Martin Pieuchot |
2020-03-25 | Revert introduction of MSI-X code, deraadt@ reported a regression on i386. | Martin Pieuchot |
2020-03-23 | Make it possible to use ix(4) with MSI-X, currently disabled by default. | Martin Pieuchot |
2020-03-02 | Update ix(4) from freebsd to add support for X553 controllers. | Jonathan Matthew |
2020-02-28 | oops some snapshot tests fell in | Theo de Raadt |
2020-02-28 | sync | Theo de Raadt |
2019-04-10 | add support for SIOCGIFSFFPAGE so userland can read sfp module info | David Gwynne |
2019-02-21 | get rid of atomic_foo ops in the tx start and completion paths. | David Gwynne |
2016-11-21 | Add ability to change media type | Mike Belopuhov |
2015-12-31 | Make ixgbe_start() mpsafe. This means the driver will no longer grab the | Mark Kettenis |
2015-12-18 | Make ix(4) mpsafer. Take advantage of intr_barrier() to eliminate the mutex | Mark Kettenis |
2015-09-11 | Make room for media types of the future. Extend the ifmedia word to 64 bits. | Stefan Sperling |
2015-09-11 | First step at making ix(4) MPSAVE. This is largely based on the em(4) | Claudio Jeker |
2014-11-12 | Remove SIOCSIFMTU handling and misuse of if_mtu values for MRU | Mike Belopuhov |
2014-11-10 | remove ixgbe_sfp_probe since it's not called anyways | Mike Belopuhov |
2014-07-08 | cut things that relied on mclgeti for rx ring accounting/restriction over | David Gwynne |
2013-08-05 | First stab at updating this monster to the Intel/FreeBSD current version. | Mike Belopuhov |
2012-12-17 | Catch up with upstream, where rxbuf->m_pack was renamed to rxbuf->buf | Mike Belopuhov |
2012-12-17 | Get rid of the split header code as it was never used in | Mike Belopuhov |
2012-12-17 | Fix a link autonegotiation bug on 10GbaseT controllers and improve | Mike Belopuhov |
2012-11-29 | make ix complile with IX_DEBUG defined, based on the patch from | Mike Belopuhov |
2012-10-30 | backout previous over the m_freem contention concerns | Mike Belopuhov |
2012-10-30 | Bump the default number of descriptors. | Brad Smith |
2012-08-08 | We're not going to loop in the rxeof refilling our ring as it would | Mike Belopuhov |
2012-07-29 | whitespace cleanup, no binary change | Mike Belopuhov |
2012-07-05 | enable the code that forces a cleanup if number of tx descriptors | Mike Belopuhov |
2012-02-26 | rather than driving the card with 16k intr/s of low latency interrupts, | Mike Belopuhov |
2011-06-15 | if the system runs out of mbufs and cannot provide any when filling | David Gwynne |
2011-06-10 | Monster update of ix(4). This brings ix(4) close to what is currently | Claudio Jeker |
2010-08-27 | These do not need powerhook functions. | Theo de Raadt |
2010-03-22 | Use the correct number of max scatter gather segments for 82599, | Jonathan Gray |
2010-02-23 | Add support for 82599 devices based on changes to the FreeBSD driver. | Jonathan Gray |
2009-08-10 | A few more simple cases of shutdown hooks which only call xxstop, when | Theo de Raadt |
2009-06-28 | Now the tx dma mapping problem it was exposing is fixed | Jonathan Gray |
2009-06-25 | Back out if_ix.c 1.16, 1.17 and 1.18 (and corresponding changes to to | Theo de Raadt |
2009-06-04 | switch to a bnx style dynamic pool backed tx so we don't | Jonathan Gray |
2009-04-24 | Switch ix over to em flavoured MCLGETI. | Jonathan Gray |
2008-06-08 | more cleanup, removed unused code. we don't do LRO/RSS yet, code can | Reyk Floeter |
2008-06-08 | replace strange Linux-style u8/u16/u32/u64/s32 integer types with the | Reyk Floeter |
2008-06-08 | Import ix, a driver for the Intel 82598 PCI-Express 10 Gig Ethernet Adapter, | Reyk Floeter |