Since kmalloc's limit testing is not synchronized across CPUs, we raise
[dragonfly.git] / sys / dev / netif /
2008-11-19 Sepherosa ZiehauDon't use "timeout" mode for RX HC. The "collect"...
2008-11-10 Sepherosa ZiehauReconfigure default interrupt moderation parameters:
2008-10-30 Sepherosa ZiehauPut unknown hardware ids print back into bootverbose...
2008-10-28 Sepherosa ZiehauRecollect TX/RX descriptors if we are going to switch...
2008-10-28 Sepherosa ZiehauTry recollecting RX/TX descriptors if we are going...
2008-10-25 Sepherosa Ziehau- RX/TX coal parameters could be set at any time.
2008-10-22 Sepherosa ZiehauAdd 5906/5906M support. Based on my old patch with...
2008-10-21 Sepherosa Ziehau- Move RX filter configuration from re_init() into...
2008-10-19 Sepherosa ZiehauAdd pcie_set_max_readrq() to avoid code duplication...
2008-10-19 Sepherosa ZiehauAdd m_devpad() to avoid code duplication in various...
2008-10-19 Sepherosa ZiehauReduce RX coal ticks to 100us (favors performance a...
2008-10-19 Sepherosa Ziehau- In re_stop(), call re_reset(), which is supposed...
2008-10-19 Sepherosa Ziehau- Pack boolean fields into re_softc.re_flags
2008-10-19 Sepherosa Ziehau- Pack boolean fields into re_softc.re_flags
2008-10-19 Sepherosa Ziehau- Move PCIe chip detection into re_probe()
2008-10-18 Sepherosa ZiehauTry recollecting TX descriptors when we are short of...
2008-10-18 Sepherosa ZiehauThere are 4 fields in re_hwrev
2008-10-18 Sepherosa ZiehauReduce the threshold that control when "cut through...
2008-10-18 Sepherosa Ziehau- Don't claim 7422 MTU size is support by various 8111...
2008-10-18 Sepherosa ZiehauFix hardware vlan tagging support by setting vlan infor...
2008-10-18 Sepherosa ZiehauFix re_ioctl SIOCSIFCAP support, so that VLAN_HWTAGGING...
2008-10-17 Sepherosa ZiehauCorrect jumbo frame support for 8168C/CP/D.
2008-10-16 Sepherosa ZiehauAdjust max read request size according to MTU; 512...
2008-10-16 Sepherosa ZiehauAccording to wpaul's comment, 8139C+ only support 64...
2008-10-16 Sepherosa ZiehauAdd hardware csum offload support for MAC style 2 chips...
2008-10-14 Sepherosa Ziehau- Adjust PCI latency timer on all types of chips
2008-10-14 Sepherosa Ziehau0x28000000 is 8168D according to Realtek r8168-8.008...
2008-10-13 Sepherosa ZiehauAdd some PHY fixups before we do mii_phy_probe()
2008-10-13 Sepherosa ZiehauBring in some PCI register settings from RealTek BSD...
2008-10-13 Sepherosa Ziehau- Read ethernet address from IDRx registers.
2008-10-13 Sepherosa Ziehaure_softc.re_swcum_lim is applied to ethernet frame...
2008-10-12 Sepherosa ZiehauAvoid following possible race:
2008-10-12 Sepherosa Ziehau- Nuke re_type, add RE_C_8139CP to indicate the chip...
2008-10-12 Sepherosa ZiehauRework re_probe()
2008-10-09 Sepherosa ZiehauRename some HWREV
2008-10-09 Sepherosa ZiehauIncrease default RX/TX descriptor count from 64 to 256
2008-10-09 Sepherosa ZiehauUse hardware timer to simulate interrupt moderation...
2008-10-08 Sepherosa ZiehauLINKCHG interrupt is still needed
2008-10-07 Sepherosa Ziehau- According to Realtek's BSD driver v176, we could...
2008-10-07 Sepherosa Ziehau- It does not make sense to disable TX interrupt moderation
2008-10-07 Sepherosa Ziehau- Nuke interrupt bits definition which don't apply...
2008-10-06 Sepherosa Ziehau- Rearrange comment
2008-10-06 Sepherosa ZiehauAdd RX interrupt moderation suport for PCI-E GigaE...
2008-10-05 Sepherosa Ziehaure_freebufmem() may be re-entered, so set the mbuf...
2008-10-05 Sepherosa Ziehau- Set hardware timer according to bus clock. Adjust...
2008-10-05 Sepherosa ZiehauGet bus clock, which will be used to fix broken TCTR...
2008-10-05 Sepherosa ZiehauSet ifq maxlen according to number of TX descriptors
2008-10-05 Sepherosa ZiehauAdd tunable for RX/TX descriptor count
2008-10-05 Sepherosa ZiehauDon't assume that RE_RX_DESC_CNT and RE_TX_DESC_CNT...
2008-10-05 Sepherosa ZiehauMove some macros from if_rereg.h to if_revar.h; regroup...
2008-10-05 Sepherosa Ziehaure_chain_data is never used
2008-10-04 Sepherosa Ziehau- For relative newer parts (8168B), setting MTPS (max...
2008-10-03 Sepherosa ZiehauFree sysctl tree during detach
2008-10-03 Sepherosa ZiehauTransmit csum offload does not work at all on certain...
2008-10-03 Sepherosa ZiehauPrint hardware revision during attach
2008-10-03 Sepherosa Ziehau- Don't substract ETHER_ALIGN from the fragment length...
2008-10-03 Sepherosa ZiehauFactor out re_free_rxchain()
2008-10-03 Sepherosa ZiehauRework DMA stuffs' allocation/free
2008-10-03 Sepherosa ZiehauIf RX/TX ring initialization failed, then stop re(4...
2008-10-03 Sepherosa ZiehauRework re_newbuf() and re_encap()
2008-10-02 Sepherosa Ziehau- Instead of using magic number 4 define it as RE_TXDES...
2008-09-29 Matthew DillonAdd support for "RealTek 8102EL PCIe 10/100baseTX"...
2008-09-27 Peter AvalosMerge from vendor branch OPENSSH:
2008-09-27 Peter AvalosMerge from vendor branch OPENSSL:
2008-09-19 Sepherosa ZiehauAdd workaround for JMC250A2 under 10/100 hdx mode.
2008-09-19 Sepherosa Ziehau- Add workaround field in softc
2008-09-17 Sepherosa ZiehauAlways enable ETHER_INPUT_CHAIN support
2008-09-17 Sepherosa ZiehauRemove the '2' suffix from ether_input_chain and vlan_i...
2008-09-13 Sepherosa ZiehauUse extended interface FIFO depth to workaround CRC...
2008-09-13 Sepherosa Ziehau- Save device caps in device id array
2008-09-13 Sepherosa ZiehauSplit capabilities and flags
2008-09-13 Sepherosa Ziehau- Clean up header inclusion
2008-09-13 Sepherosa ZiehauUse IDs from pcidevs.h
2008-09-07 Sascha WildnerRemove unused variable.
2008-09-06 Peter AvalosMerge from vendor branch OPENSSL:
2008-09-01 Sepherosa ZiehauIn aue(4) txeof, differ ifnet.if_start to ifnet's CPU to:
2008-08-22 Sascha WildnerRemove unused variable/assignment.
2008-08-22 Sascha WildnerRemove unused variable.
2008-08-22 Sascha WildnerRemove unused variables.
2008-08-21 Sascha WildnerRemove wrong semicolon.
2008-08-17 Sepherosa ZiehauNuke INTR_NETSAFE
2008-08-11 Sascha WildnerRemove two unused variables and improve readability...
2008-08-10 Sascha WildnerRemove useless assignment.
2008-08-05 Sepherosa Ziehau- In dc_intr(), check IFF_RUNNING instead of IFF_UP...
2008-08-05 Sepherosa Ziehau- Add serializer assertion in all NIC driver's interfaces
2008-08-03 Sepherosa ZiehauPromote sysctl_int_range()
2008-08-03 Sepherosa ZiehauAdd serializer assertion in all NIC driver interfaces.
2008-08-02 Matthew DillonCreate an #include layer for bus/pci and bus/isa so...
2008-07-27 Sepherosa ZiehauAdd serializer assertion in all NIC driver interfaces
2008-07-27 Sepherosa ZiehauSwitch to ETHER_INPUT2 on ethernet input path by default:
2008-07-26 Sepherosa Ziehau- Serialize re_{resume,suspend}()
2008-07-26 Sepherosa ZiehauAdd jme(4)
2008-07-26 Sepherosa ZiehauAdd support for JMicron Gigabit/Fast Ethernet chips.
2008-07-26 Sepherosa ZiehauEnable hardware timer simulated interrupt moderation...
2008-07-22 Sepherosa ZiehauDon't let PROMISC interfere hardware vlan tagging opera...
2008-07-22 Sepherosa Ziehau- Add bge_cksum_pad() to assist hardware csum offloadin...
2008-07-22 Sepherosa ZiehauAdd serializer assertion in all NIC driver interfaces
2008-07-22 Sepherosa ZiehauIncrease RX ticks to 100us
2008-07-22 Sepherosa ZiehauAdd driver which supports PHYs from JMicron
2008-07-22 Sepherosa Ziehauregen
next