| 2012-10-05 |
Tim Bisson | re(4): Use MSI if device supports it. |
blob | commitdiff |
| 2012-06-11 |
Sepherosa Ziehau | re: Fix size of the bcopy when extracting ethernet... |
blob | commitdiff | diff to current |
| 2012-05-12 |
Sascha Wildner | re(4): Add support for the 8105E found in the Acer... |
blob | commitdiff | diff to current |
| 2012-04-28 |
Sascha Wildner | kernel: Remove newlines from the panic messages that... |
blob | commitdiff | diff to current |
| 2012-04-13 |
Sepherosa Ziehau | ether: Don't manually packing up input mbufs |
blob | commitdiff | diff to current |
| 2012-01-03 |
Matthew Dillon | kernel - Fix a case in if_re which could lockup the... |
blob | commitdiff | diff to current |
| 2011-12-29 |
Sepherosa Ziehau | intr: Remove no longer correct ithread_cpuid; use rman_... |
blob | commitdiff | diff to current |
| 2011-11-26 |
John Marino | Initial import of binutils 2.22 on the new vendor branch |
blob | commitdiff | diff to current |
| 2011-06-24 |
Sascha Wildner | kernel: Use NULL for DRIVER_MODULE()'s evh ... |
blob | commitdiff | diff to current |
| 2011-05-27 |
Sepherosa Ziehau | re(4): Correct EEPROM location for certain versions... |
blob | commitdiff | diff to current |
| 2011-05-27 |
Sepherosa Ziehau | re(4): Preliminary 8168F support |
blob | commitdiff | diff to current |
| 2011-05-27 |
Sepherosa Ziehau | re(4): Add 8168DP support |
blob | commitdiff | diff to current |
| 2011-05-27 |
Sepherosa Ziehau | re(4): Correct 8168E settings |
blob | commitdiff | diff to current |
| 2010-12-28 |
Sepherosa Ziehau | re(4): Add support for 8168E |
blob | commitdiff | diff to current |
| 2010-08-08 |
Thomas Nikolajsen | re(4): fix re_setmulti(): PCIe mcast hash registers... |
blob | commitdiff | diff to current |
| 2010-06-12 |
Sascha Wildner | network code: Convert if_multiaddrs from LIST to TAILQ. |
blob | commitdiff | diff to current |
| 2009-03-21 |
Sepherosa Ziehau | ether_input/rss: Pass packet info to ether_input_chain. |
blob | commitdiff | diff to current |
| 2009-02-17 |
Sepherosa Ziehau | re(4): Don't sync coherent memory |
blob | commitdiff | diff to current |
| 2009-02-17 |
Sepherosa Ziehau | re(4): Utilize bus_dmamap_load_mbuf_{segment,defrag}() |
blob | commitdiff | diff to current |
| 2009-02-17 |
Sepherosa Ziehau | busdma(9): Add BUS_DMA_ALIGNED hint flag |
blob | commitdiff | diff to current |
| 2009-02-17 |
Sepherosa Ziehau | re(4): add missing BUS_DMA_WAITOK |
blob | commitdiff | diff to current |
| 2009-02-17 |
Sepherosa Ziehau | Factor out bus_dmamem_coherent() to allocate busdma... |
blob | commitdiff | diff to current |
| 2009-02-17 |
Sepherosa Ziehau | Bounce page work |
blob | commitdiff | diff to current |
| 2009-02-17 |
Sepherosa Ziehau | Split RX/TX bus dma tag. RX buffers should to be... |
blob | commitdiff | diff to current |
| 2009-02-17 |
Sepherosa Ziehau | Correct busdma(9) parameters |
blob | commitdiff | diff to current |
| 2009-01-05 |
Simon Schubert | if_re needs miibus |
blob | commitdiff | diff to current |
| 2008-12-28 |
Sepherosa Ziehau | Use pci_is_pcie() |
blob | commitdiff | diff to current |
| 2008-12-09 |
Sepherosa Ziehau | Don't enable hardware timer simulated interrupt moderat... |
blob | commitdiff | diff to current |
| 2008-12-05 |
Sepherosa Ziehau | Don't set max read request size on 10/100 only PCIe... |
blob | commitdiff | diff to current |
| 2008-11-30 |
Sepherosa Ziehau | Recognize TTTech MC322 |
blob | commitdiff | diff to current |
| 2008-11-30 |
Sepherosa Ziehau | Filter out 8139 chips by PCI revid. It looks like... |
blob | commitdiff | diff to current |
| 2008-11-30 |
Sepherosa Ziehau | Remove jumbo frame support for 8169; it never works... |
blob | commitdiff | diff to current |
| 2008-10-30 |
Sepherosa Ziehau | Put unknown hardware ids print back into bootverbose... |
blob | commitdiff | diff to current |
| 2008-10-28 |
Sepherosa Ziehau | Try recollecting RX/TX descriptors if we are going... |
blob | commitdiff | diff to current |
| 2008-10-21 |
Sepherosa Ziehau | - Move RX filter configuration from re_init() into... |
blob | commitdiff | diff to current |
| 2008-10-19 |
Sepherosa Ziehau | Add pcie_set_max_readrq() to avoid code duplication... |
blob | commitdiff | diff to current |
| 2008-10-19 |
Sepherosa Ziehau | Add m_devpad() to avoid code duplication in various... |
blob | commitdiff | diff to current |
| 2008-10-19 |
Sepherosa Ziehau | - In re_stop(), call re_reset(), which is supposed... |
blob | commitdiff | diff to current |
| 2008-10-19 |
Sepherosa Ziehau | - Pack boolean fields into re_softc.re_flags |
blob | commitdiff | diff to current |
| 2008-10-19 |
Sepherosa Ziehau | - Move PCIe chip detection into re_probe() |
blob | commitdiff | diff to current |
| 2008-10-18 |
Sepherosa Ziehau | Try recollecting TX descriptors when we are short of... |
blob | commitdiff | diff to current |
| 2008-10-18 |
Sepherosa Ziehau | There are 4 fields in re_hwrev |
blob | commitdiff | diff to current |
| 2008-10-18 |
Sepherosa Ziehau | - Don't claim 7422 MTU size is support by various 8111... |
blob | commitdiff | diff to current |
| 2008-10-18 |
Sepherosa Ziehau | Fix hardware vlan tagging support by setting vlan infor... |
blob | commitdiff | diff to current |
| 2008-10-18 |
Sepherosa Ziehau | Fix re_ioctl SIOCSIFCAP support, so that VLAN_HWTAGGING... |
blob | commitdiff | diff to current |
| 2008-10-17 |
Sepherosa Ziehau | Correct jumbo frame support for 8168C/CP/D. |
blob | commitdiff | diff to current |
| 2008-10-16 |
Sepherosa Ziehau | Adjust max read request size according to MTU; 512... |
blob | commitdiff | diff to current |
| 2008-10-16 |
Sepherosa Ziehau | According to wpaul's comment, 8139C+ only support 64... |
blob | commitdiff | diff to current |
| 2008-10-16 |
Sepherosa Ziehau | Add hardware csum offload support for MAC style 2 chips... |
blob | commitdiff | diff to current |
| 2008-10-14 |
Sepherosa Ziehau | - Adjust PCI latency timer on all types of chips |
blob | commitdiff | diff to current |
| 2008-10-14 |
Sepherosa Ziehau | 0x28000000 is 8168D according to Realtek r8168-8.008... |
blob | commitdiff | diff to current |
| 2008-10-13 |
Sepherosa Ziehau | Add some PHY fixups before we do mii_phy_probe() |
blob | commitdiff | diff to current |
| 2008-10-13 |
Sepherosa Ziehau | Bring in some PCI register settings from RealTek BSD... |
blob | commitdiff | diff to current |
| 2008-10-13 |
Sepherosa Ziehau | - Read ethernet address from IDRx registers. |
blob | commitdiff | diff to current |
| 2008-10-13 |
Sepherosa Ziehau | re_softc.re_swcum_lim is applied to ethernet frame... |
blob | commitdiff | diff to current |
| 2008-10-12 |
Sepherosa Ziehau | - Nuke re_type, add RE_C_8139CP to indicate the chip... |
blob | commitdiff | diff to current |
| 2008-10-12 |
Sepherosa Ziehau | Rework re_probe() |
blob | commitdiff | diff to current |
| 2008-10-09 |
Sepherosa Ziehau | Rename some HWREV |
blob | commitdiff | diff to current |
| 2008-10-09 |
Sepherosa Ziehau | Use hardware timer to simulate interrupt moderation... |
blob | commitdiff | diff to current |
| 2008-10-07 |
Sepherosa Ziehau | - According to Realtek's BSD driver v176, we could... |
blob | commitdiff | diff to current |
| 2008-10-07 |
Sepherosa Ziehau | - It does not make sense to disable TX interrupt moderation |
blob | commitdiff | diff to current |
| 2008-10-07 |
Sepherosa Ziehau | - Nuke interrupt bits definition which don't apply... |
blob | commitdiff | diff to current |
| 2008-10-06 |
Sepherosa Ziehau | - Rearrange comment |
blob | commitdiff | diff to current |
| 2008-10-06 |
Sepherosa Ziehau | Add RX interrupt moderation suport for PCI-E GigaE... |
blob | commitdiff | diff to current |
| 2008-10-05 |
Sepherosa Ziehau | re_freebufmem() may be re-entered, so set the mbuf... |
blob | commitdiff | diff to current |
| 2008-10-05 |
Sepherosa Ziehau | - Set hardware timer according to bus clock. Adjust... |
blob | commitdiff | diff to current |
| 2008-10-05 |
Sepherosa Ziehau | Get bus clock, which will be used to fix broken TCTR... |
blob | commitdiff | diff to current |
| 2008-10-05 |
Sepherosa Ziehau | Set ifq maxlen according to number of TX descriptors |
blob | commitdiff | diff to current |
| 2008-10-05 |
Sepherosa Ziehau | Add tunable for RX/TX descriptor count |
blob | commitdiff | diff to current |
| 2008-10-05 |
Sepherosa Ziehau | Don't assume that RE_RX_DESC_CNT and RE_TX_DESC_CNT... |
blob | commitdiff | diff to current |
| 2008-10-04 |
Sepherosa Ziehau | - For relative newer parts (8168B), setting MTPS (max... |
blob | commitdiff | diff to current |
| 2008-10-03 |
Sepherosa Ziehau | Free sysctl tree during detach |
blob | commitdiff | diff to current |
| 2008-10-03 |
Sepherosa Ziehau | Transmit csum offload does not work at all on certain... |
blob | commitdiff | diff to current |
| 2008-10-03 |
Sepherosa Ziehau | Print hardware revision during attach |
blob | commitdiff | diff to current |
| 2008-10-03 |
Sepherosa Ziehau | - Don't substract ETHER_ALIGN from the fragment length... |
blob | commitdiff | diff to current |
| 2008-10-03 |
Sepherosa Ziehau | Factor out re_free_rxchain() |
blob | commitdiff | diff to current |
| 2008-10-03 |
Sepherosa Ziehau | Rework DMA stuffs' allocation/free |
blob | commitdiff | diff to current |
| 2008-10-03 |
Sepherosa Ziehau | If RX/TX ring initialization failed, then stop re(4... |
blob | commitdiff | diff to current |
| 2008-10-03 |
Sepherosa Ziehau | Rework re_newbuf() and re_encap() |
blob | commitdiff | diff to current |
| 2008-10-02 |
Sepherosa Ziehau | - Instead of using magic number 4 define it as RE_TXDES... |
blob | commitdiff | diff to current |
| 2008-09-29 |
Matthew Dillon | Add support for "RealTek 8102EL PCIe 10/100baseTX"... |
blob | commitdiff | diff to current |
| 2008-09-17 |
Sepherosa Ziehau | Always enable ETHER_INPUT_CHAIN support |
blob | commitdiff | diff to current |
| 2008-09-17 |
Sepherosa Ziehau | Remove the '2' suffix from ether_input_chain and vlan_i... |
blob | commitdiff | diff to current |
| 2008-08-17 |
Sepherosa Ziehau | Nuke INTR_NETSAFE |
blob | commitdiff | diff to current |
| 2008-08-10 |
Sascha Wildner | Remove useless assignment. |
blob | commitdiff | diff to current |
| 2008-07-27 |
Sepherosa Ziehau | Switch to ETHER_INPUT2 on ethernet input path by default: |
blob | commitdiff | diff to current |
| 2008-07-26 |
Sepherosa Ziehau | - Serialize re_{resume,suspend}() |
blob | commitdiff | diff to current |
| 2008-06-25 |
Sepherosa Ziehau | Make re(4) aware ETHER_INPUT_CHAIN and ETHER_INPUT2 |
blob | commitdiff | diff to current |
| 2008-05-16 |
Sepherosa Ziehau | Unify vlan_input() and vlan_input_tag(): |
blob | commitdiff | diff to current |
| 2008-05-14 |
Sepherosa Ziehau | Reduce ifnet.if_serializer contention on output path: |
blob | commitdiff | diff to current |
| 2008-04-27 |
Sepherosa Ziehau | Add basic support for 8111C; hardware checksum offload... |
blob | commitdiff | diff to current |
| 2008-04-27 |
Sepherosa Ziehau | Print unknown hardware version. |
blob | commitdiff | diff to current |
| 2008-04-20 |
Sascha Wildner | Another round of typo fixes (mostly in messages). |
blob | commitdiff | diff to current |
| 2008-03-10 |
Sepherosa Ziehau | Add ETHER_BPF_MTAP() which will call vlan_ether_ptap... |
blob | commitdiff | diff to current |
| 2008-03-10 |
Sepherosa Ziehau | - Embed ether vlan tag in mbuf packet header. Add... |
blob | commitdiff | diff to current |
| 2007-08-14 |
Sepherosa Ziehau | Add a new csum flag to tell IP defragmenter that csum_d... |
blob | commitdiff | diff to current |
| 2007-08-12 |
Sepherosa Ziehau | PCI-E re(4) needs multi hash in reverse order. Add... |
blob | commitdiff | diff to current |
| 2007-08-10 |
Matthew Dillon | Add support for a new revision of the RealTek 8168B... |
blob | commitdiff | diff to current |
| 2007-06-26 |
Hasso Tepper | Nuke "is is" stammering. |
blob | commitdiff | diff to current |
| 2007-03-30 |
Sepherosa Ziehau | Yet another RTL8110SC |
blob | commitdiff | diff to current |
| next |