Age | Commit message (Expand) | Author |
2012-05-09 | 8401E/8402/8105E/8105E_SPIN1 don't support jumbo frames | Jonathan Gray |
2012-05-09 | The 8168D chipset needs to have the PHY wake PM flag set to ensure | Jonathan Gray |
2012-04-08 | additional adapter types from FreeBSD | Jonathan Gray |
2011-06-15 | Set RL_FLAG_INVMAR for RTL8105E/RTL8401E/RTL8168E VL so multicast | Jonathan Gray |
2011-04-14 | Add several additional adapter types and correct definition of | Jonathan Gray |
2011-04-05 | mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT | Henning Brauer |
2011-03-13 | Wake On LAN support for re(4). | Stefan Sperling |
2010-11-28 | Get rid of "forever" loop in the interrupt handler such that we drop out of the | Mark Kettenis |
2010-11-28 | Bring back MCLGETI; a fix for the issue that was the reason for its previous | Mark Kettenis |
2010-11-12 | revert MCLGETI for re(4) for now, it is causing hangs (in some cases | Stuart Henderson |
2010-10-05 | add missing splx in the debug codepath. nevertheless that | Mike Belopuhov |
2010-08-27 | remove the unused if_init callback in struct ifnet | Jonathan Gray |
2010-08-08 | Fix re_stop() invocation (normally #ifdef'd out) to use new parameter | Kenneth R Westerback |
2010-08-07 | Revert 1.123. Hangs RTL8168C/8111C (0x3c00) after | Christian Weisgerber |
2010-08-07 | No "\n" needed at the end of panic() strings. | Kenneth R Westerback |
2010-07-27 | Make sure we stop DMA before we suspend. Remove unused argument to re_stop() | Mark Kettenis |
2010-07-14 | Newer 8168x and 810x chipsets have a different way of stopping the chipset. | Christian Weisgerber |
2010-07-10 | Reduce the delays a bit in the miibus read/write routines. | Christian Weisgerber |
2010-06-28 | fix typo; from Brad | Christian Weisgerber |
2010-06-28 | Add initial support for RTL8168E, brokenness reported by Joe Gidi. | Stuart Henderson |
2010-05-19 | BUS_DMA_ZERO instead of alloc, map, bzero. | Owain Ainsworth |
2010-04-03 | Set the RL_FLAG_MACSLEEP flag for the RTL8103E chipset. | Stuart Henderson |
2010-02-17 | Make sure we claim the interrupt as ours if the time out bit is set in the | Mark Kettenis |
2009-11-24 | Reset the chip an re-initialise the interface after reset. Resetting the | Mark Kettenis |
2009-11-13 | Remove an unnecessary assignment. From NetBSD via Brad. | Stuart Henderson |
2009-08-09 | MCLGETI() will now allocate a mbuf header if it is not provided, thus | Theo de Raadt |
2009-07-23 | Switch re(4) over to MCLGETI. | Mark Kettenis |
2009-07-18 | reorder a switch block, no functional change but reduces the diff | Stuart Henderson |
2009-07-15 | Removes the magic bit from re_init() and moves the common | Christian Weisgerber |
2009-07-11 | - Add some new feature flags | Stuart Henderson |
2009-07-10 | RL_HWREV_8168DP can be either RTL8168DP or RTL8111DP, so print both, | Stuart Henderson |
2009-07-03 | Support RTL8103E and RTL8168DP which are starting to show up, from brad. | Theo de Raadt |
2009-06-04 | Fix IPv4 rx checksumming for the non-TCP/UDP case. DESCV2 chips | Christian Weisgerber |
2009-06-03 | from Brad; I've read and tested it, also reads ok to dlg@. | Stuart Henderson |
2009-05-23 | FALL THROUGH -> FALLTHROUGH to appease lint | Jonathan Gray |
2009-02-12 | don't access undocumented register 0x82 for <= MAC06, since newer | Martynas Venckus |
2008-11-30 | Add initial 8168D/8111D support. | Brad Smith |
2008-11-28 | Eliminate the redundant bits of code for MTU and multicast handling | Brad Smith |
2008-11-17 | Sprinkle a few more tabs. | Brad Smith |
2008-11-14 | Revert the reduction in the delays in the miibus read/write routines, | Christian Weisgerber |
2008-11-09 | Introduce bpf_mtap_ether(), which for the benefit of bpf listeners | Christian Weisgerber |
2008-11-08 | Reduce the delay's a bit in the miibus read/write routines. | Brad Smith |
2008-11-07 | Try recollecting RX/TX descriptors if we are going to switch back to TX/RX | 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 | Use hardware timer to simulate interrupt moderation. Old devices will no | Brad Smith |
2008-10-09 | Set hardware timer according to bus clock speed. | Brad Smith |
2008-10-06 | Detect and store the PCI/PCIe bus speed. | Brad Smith |
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 |