Age | Commit message (Expand) | Author |
2010-04-20 | Don't ask for ipv6 checksum offloading as we aren't ready for it. | Jonathan Gray |
2010-03-22 | There is a workaround for a 82599 specific errata that could hang the rx dma | Jonathan Gray |
2010-03-22 | Use the correct number of max scatter gather segments for 82599, | Jonathan Gray |
2010-03-19 | Remove support for preproduction 82598 revision A0, | Jonathan Gray |
2010-03-16 | Set rx_ndescs to zero when initializing the rx ring. Otherwise we'll | Mark Kettenis |
2010-02-25 | Add support for the 82599 ExpressModule (X520-P2) card. | Jonathan Gray |
2010-02-23 | Add support for 82599 devices based on changes to the FreeBSD driver. | Jonathan Gray |
2010-02-19 | Partial sync to the latest version of ixgbe in FreeBSD leaving things | Jonathan Gray |
2010-01-19 | IP checksum is still broken with fragments, turn it off for now. | Reyk Floeter |
2010-01-11 | Enable IP checksum offloading in ix(4). | Reyk Floeter |
2010-01-09 | replace an #ifdef IX_CSUM_OFFLOAD with an IFCAP_CSUM_IPv4 capability check, | Reyk Floeter |
2010-01-09 | Fix the IP ckecksum offloading logic that disables and breakes offloading | Reyk Floeter |
2009-08-13 | - consistify cfdriver for the ethernet drivers (0 -> NULL) | Jasper Lievisse Adriaanse |
2009-08-12 | revert my change to m_cluncount which tries to prevent the system | David Gwynne |
2009-08-12 | ix currently relies on a gcc extension that removes a comma | Jonathan Gray |
2009-08-12 | if we get dangerously low on clusters during interrupts, we need | David Gwynne |
2009-08-10 | A few more simple cases of shutdown hooks which only call xxstop, when | Theo de Raadt |
2009-08-09 | MCLGETI() will now allocate a mbuf header if it is not provided, thus | Theo de Raadt |
2009-07-10 | rework link state handling a bit. this reports missing link correctly. the | David Gwynne |
2009-06-29 | Bring back rev 1.17, enable hardware vlan tagging/stripping. | Jonathan Gray |
2009-06-28 | Now the tx dma mapping problem it was exposing is fixed | Jonathan Gray |
2009-06-28 | Properly swap tx dma maps so we don't use invalid maps, | 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-24 | like I did for em(4) before, doubled error messages are silly | Theo de Raadt |
2009-06-04 | switch to a bnx style dynamic pool backed tx so we don't | Jonathan Gray |
2009-04-29 | Enable hardware vlan tagging/stripping and disable the | Jonathan Gray |
2009-04-24 | Switch ix over to em flavoured MCLGETI. | Jonathan Gray |
2008-11-28 | Eliminate the redundant bits of code for MTU and multicast handling | Brad Smith |
2008-11-09 | Introduce bpf_mtap_ether(), which for the benefit of bpf listeners | Christian Weisgerber |
2008-10-28 | Fix up some of the code for VLAN tagging/stripping and checksum offload | Brad Smith |
2008-10-16 | Switch the existing TX VLAN hardware support over to having the | Christian Weisgerber |
2008-10-16 | Convert RX tag stripping to storing the tag in the mbuf header and | Christian Weisgerber |
2008-10-11 | Fix various printf constructs either missing arguments or format specifiers. | Miod Vallat |
2008-10-02 | First step towards cleaning up the Ethernet driver ioctl handling. | Brad Smith |
2008-09-10 | Convert timeout_add() calls using multiples of hz to timeout_add_sec() | Bret Lambert |
2008-06-19 | the 82598AT variant of ix(4) is 10GbaseT, change media type from AUTO. | Reyk Floeter |
2008-06-09 | rename arc4random_bytes => arc4random_buf to match libc's nicer name; | Damien Miller |
2008-06-08 | more cleanup, removed unused code. we don't do LRO/RSS yet, code can | Reyk Floeter |
2008-06-08 | dma sync the tx ring and post new packets to the chip once per call to | Reyk Floeter |
2008-06-08 | we don't support msi/msi-x, remove the code | 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 |