Add hardware csum offload support for MAC style 2 chips, which include
[dragonfly.git] / sys /
2008-10-16 Sepherosa ZiehauAdd hardware csum offload support for MAC style 2 chips...
2008-10-15 Matthew DillonChange hammer_str_to_tid() and its callers to restrict...
2008-10-15 Aggelos EconomopoulosUse cred from componentname, don't access curthread
2008-10-14 Sascha WildnerRemove unused variable.
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 Thomas Nikolajsen - fix UP build
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 Sascha WildnerPOSIX conformance:
2008-10-06 Sepherosa Ziehau- Rearrange comment
2008-10-06 Sepherosa ZiehauAdd RX interrupt moderation suport for PCI-E GigaE...
2008-10-05 Sascha WildnerNuke obsolete DEVICE_SYSCTLS option.
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 Sascha WildnerSilence warning on UP build with KTR.
2008-10-04 Sepherosa Ziehau- Add tunable (net.link.ether.inet.arp_mpsafe) to regis...
2008-10-04 Sepherosa ZiehauOn ethernet output path:
2008-10-04 Sepherosa ZiehauRecheck ifnet.if_bpf after we hold the BGL
2008-10-04 Sepherosa Ziehau- For relative newer parts (8168B), setting MTPS (max...
2008-10-03 Sascha WildnerSilence remaining "'packed' attribute ignored for field...
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 Sascha WildnerPrefix hex numbers with '0x' in debug messages.
2008-10-03 Hasso TepperCorrectly handle Intel g33 chips and add support for...
2008-10-03 Sepherosa ZiehauFactor out re_free_rxchain()
2008-10-03 Hasso TepperIf a neighbor solictation or neighbor advertisement...
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-03 Hasso Tepperdevctl(4)/devd(8) support in acpi_thinkpad(4).
2008-10-03 Hasso TepperWelcome devctl(4) and devd(8).
2008-10-02 Sepherosa Ziehau- Instead of using magic number 4 define it as RE_TXDES...
2008-10-01 Sepherosa ZiehauSplit arprequest() into two parts, arpreq_alloc() and...
2008-10-01 Sepherosa Ziehau- Constify 'enaddr'
2008-09-30 Hasso TepperThe devinfo(3) library provides userspace access to...
2008-09-29 Matthew DillonDo not return an EINVAL error for certain abort and...
2008-09-29 Matthew DillonAdd support for "RealTek 8102EL PCIe 10/100baseTX"...
2008-09-29 Hasso TepperUpdate acpi_battery(4) related code to the latest one...
2008-09-28 Victor Balada DiazThis file is an amd64 config file, not i386
2008-09-28 Matthew DillonLinux emulation adjustments.
2008-09-28 Matthew DillonUse the new vop_stdpathconf() instead of rolling our...
2008-09-28 Matthew DillonAdd vop_stdpathconf and default it so filesystems do...
2008-09-27 Peter AvalosMerge from vendor branch OPENSSH:
2008-09-27 Peter AvalosMerge from vendor branch OPENSSL:
2008-09-27 Sepherosa ZiehauRevoke the INTR_MPSAFE flag; nata is not MPSAFE yet.
2008-09-27 Sepherosa ZiehauFor SMP kernel
2008-09-26 Sepherosa ZiehauSchedule ipfw_tick() to IPFW_CFGPORT to run, this funct...
2008-09-26 Hasso TepperAttempt to fix the crash if accessing usb device(s...
2008-09-25 Sepherosa Ziehau- Minor style and white space changes
2008-09-25 Sepherosa ZiehauIf not in debugger, output kernel debug information...
2008-09-25 Sepherosa ZiehauAdd NETISR_TO_MSGF() to convert netisr.ni_flags to...
2008-09-24 Sepherosa ZiehauIf the current thread is not a network thread then...
2008-09-24 Sepherosa ZiehauAdd NETISR_FLAG_NOTMPSAFE, which could be used as the...
2008-09-24 Sepherosa ZiehauMark all msgs used by polling(4) as MPSAFE ones
2008-09-24 Sepherosa ZiehauInclude necessary head file for {get,rel}_mplock()...
2008-09-24 Matthew Dillonsleep for a shorter period of time when an excessive...
2008-09-24 Matthew DillonRename the PFSD structure's prune_path[64] to snapshots...
2008-09-23 Matthew DillonFix a double-flush which was occuring for every unlinke...
2008-09-23 Matthew DillonChange the autoflush code to autoflush when a flush...
2008-09-23 Matthew DillonMake two more changes to the ata request queue sorting...
2008-09-23 Sepherosa Ziehaupolling(4)'s poll/pollmore netmsg handler will not...
2008-09-23 Sepherosa ZiehauOn ethernet input path:
2008-09-23 Sepherosa ZiehauUse netmsg_service_sync() to protect vlan_input_p
2008-09-23 Sepherosa ZiehauAdd following three network protocol threads running...
2008-09-22 Hasso TepperAdd _SC_PAGE_SIZE as alias to _SC_PAGESIZE to make...
2008-09-21 Matthew DillonHAMMER: Fix a couple of minor non-corrupting bugs in...
2008-09-20 Sepherosa Ziehau- Add KTR of ethernet operations
2008-09-20 Sepherosa ZiehauAdd PFIL_MPSAFE flag to give hint to pfil(9) that the...
2008-09-20 Sepherosa ZiehauInstead of rejecting the eligible packet back into...
2008-09-20 Sepherosa ZiehauAdd TDF_NETWORK lwkt flag, so various assertion could...
2008-09-19 Sepherosa ZiehauUpdate comment
2008-09-19 Sepherosa ZiehauCheck ipfw static rules generation after get the BGL
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-18 Matthew DillonUnbreak buildworld a slightly different way. Adjust...
2008-09-18 Sepherosa ZiehauIn bridge(4), if the packet is tagged for dummynet...
2008-09-18 Sepherosa ZiehauIf there are no pfil hooks, just remove the dummynet...
2008-09-17 Matthew Dillon* Implement the ability to export NULLFS mounts via...
2008-09-17 Sepherosa ZiehauCall ifnet.if_output() in netisr0, so it executes in...
next