]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
With r232015, sf(4) gets correct speed/duplex of established link.
[FreeBSD/FreeBSD.git] / sys /
2012-02-23 yongariWith r232015, sf(4) gets correct speed/duplex of establ...
2012-02-23 thompsaNow that network interfaces advertise if they support...
2012-02-23 yongariRemove taskqueue based MII stat change handler.
2012-02-23 yongariNo need to reprogram hardware RX filter when driver...
2012-02-23 yongariIntroduce sf_ifmedia_upd_locked() and have driver reset...
2012-02-23 yongariIf there are not enough RX buffers, release partially...
2012-02-23 yongariGive hardware chance to drain active DMA cycles.
2012-02-23 yongariConnect smcphy(4) to mii module build.
2012-02-23 yongariAdd Seeq Technology 80220 PHY support to smcphy(4)...
2012-02-23 thompsabstp_input() always consumes the packet so remove the...
2012-02-22 thompsaUsing the flowid in the mbuf assumes the network card...
2012-02-22 kibProperly lock DQREF() with dqhlock. Missed locking...
2012-02-22 kibRemove wrong comment.
2012-02-22 jpaetzelFix various typos and normalize spelling.
2012-02-22 kibUse DOINGASYNC() to test for async allowance, to honor...
2012-02-22 glebiusRevert r231829, that was my braino.
2012-02-22 davidxuFix typo.
2012-02-22 aeDon't use `m' after m_megapullup.
2012-02-22 mpUpdate to tcsh 6.18.01.
2012-02-22 davidxuUse unused fourth argument of umtx_op to pass flags...
2012-02-22 gonzoRefctor address assignment for Octeon's ethernet ports:
2012-02-22 kevloFix memset sizeof
2012-02-21 dimWhen building with clang, disable -Wformat-security for
2012-02-21 dimWhen building with clang, disable -Wunneeded-internal...
2012-02-21 trocinyunp_connect() may use a shared lock on the vnode to...
2012-02-21 trocinyMake vnode_if.awk parse vnode operations with underscor...
2012-02-21 kibFix found places where uio_resid is truncated to int.
2012-02-20 rayRemove redundant forward declaration of struct ieee8021...
2012-02-20 kevloRemove an unnecessary cast.
2012-02-20 delphijRevert r231923 for now. Further work is needed to...
2012-02-20 aeIf nested scheme allows dump kernel to its partition...
2012-02-20 aeAdd alias for the partition type 0x0f. Now "ebr" name...
2012-02-20 adrianBreak out the radar code into a separate source file.
2012-02-20 delphijReturn BUS_PROBE_DEFAULT instead of 0 because this...
2012-02-20 delphijUse uprintf instead of printf for the reason why a...
2012-02-19 mariusProbe the National DP83849, which is a dual-port versio...
2012-02-19 marius- Probe BCM57780.
2012-02-19 andreastEnable the new PCI-PCI bridge driver by default.
2012-02-19 alcClose a race due to dropping of the map lock between...
2012-02-18 tuexenRemove two clang warnings.
2012-02-18 adrianTry to ensure that ieee80211_newstate() and the vap_new...
2012-02-17 kibFix misuse of the kernel map in miscellaneous image...
2012-02-17 gibbsFix regression in the handling of blkback close events for
2012-02-17 luigiVarious cleanups for readability (no functional changes)
2012-02-17 luigiPatches from Naresh Raju Gottumukkala
2012-02-17 adrianFix the return type.
2012-02-17 sbrunoDuring work to port isci(4) to stable/7 I noted that...
2012-02-17 adrianEnforce some consistent ordering and handling of interr...
2012-02-17 adrianBegin breaking out the txrx stop code into a locked...
2012-02-17 bzMerge multi-FIB IPv6 support from projects/multi-fibv6...
2012-02-16 jkimMerge ACPICA 20120215.
2012-02-16 jkimSet the initial mode for the adapter after executing...
2012-02-16 jkimMake sure the VESA mode number is between 256 and 511...
2012-02-16 jkimProperly check VESA video mode number.
2012-02-16 jkimRefine r231791. Install the resume event handler uncon...
2012-02-16 gibbsFix a bug in the calculation of the maximum I/O request...
2012-02-16 uqsFix 'make depend'.
2012-02-16 gibbsFix typo in a printf string: "specificed" -> "specified".
2012-02-16 gibbsFix "_" vs. "-" typo in a comment. No functional changes.
2012-02-16 glebiusRefactor the name hash and the ID hash, that are used...
2012-02-16 glebiusSpecify correct loading order for core of netgraph(4).
2012-02-16 glebiusSupply correct "how" argument to the uma_zcreate().
2012-02-16 adrianAdd a module dependency on wlan.
2012-02-16 glebiusIn ng_getsockaddr() allocate memory prior to obtaining...
2012-02-16 alcWhen vm_mmap() is used to map a vm object into a kernel...
2012-02-16 eadlerAdd a timestamp to the msgbuf output in order to determ...
2012-02-16 nwhitehornMake sure to synchronize icache for the newly loaded...
2012-02-16 rmacklemDelete a couple of out of date comments that are no...
2012-02-15 jkimClean up RFLAG and CR3 register handling and nearby...
2012-02-15 luigi(This commit only touches code within the DEV_NETMAP...
2012-02-15 jkimSet up an event handler to turn off speaker if user...
2012-02-15 jkimMake ACPI resume beeper less cryptic. Set PIC timer2...
2012-02-15 jkimSome BIOSes are known for corrupting low 64KB between...
2012-02-15 luigireduce the differences between these three files.
2012-02-15 nwhitehornImprove error handling in smusat(4).
2012-02-15 bzFix PAWS (Protect Against Wrapped Sequence numbers...
2012-02-15 glebiusFix includes list.
2012-02-15 glebiusTrim double empty lines.
2012-02-15 glebiusRemove testing stuff, reducing kernel memory footprint...
2012-02-15 glebiusIn ng_bypass() add more protection against potential...
2012-02-15 glebiusstyle(9): sort includes.
2012-02-15 aeAdd additional check to EBR probe and create methods:
2012-02-15 aeAdd PART::type attribute handler. It returns partition...
2012-02-15 gibbsLimit the ST3146855LW U320 drive to 55 tags to avoid...
2012-02-15 gibbsEnhance documentation, improve interoperability, and...
2012-02-14 kenSet the max_lun field of the path inquiry CCB to 8.
2012-02-14 dimRevert r231673 and r231682 for now, until we can run...
2012-02-14 hselaskyAdd new USB device ID.
2012-02-14 rwatsonWhen initialising the CP0 status register during boot...
2012-02-14 adrianFix the usefir128 config bit flipping.
2012-02-14 adrianImprove the radar register config API.
2012-02-14 tijlChange some headers such that lang/gcc* ports no longer...
2012-02-14 theravenCleanup of xlocale:
2012-02-14 tuexenFix a bug where the wrong protocol overhead was used...
2012-02-14 tijlReplace PRIdMAX with "jd" in a printf call. Cast the...
2012-02-14 luigiproperly sort dev/oce entries
2012-02-14 mavDo not handle MOD_SHUTDOWN equally to MOD_UNLOAD in...
2012-02-14 yongariFor RTL8168/8111D controller, make sure to wake PHY...
2012-02-14 marius- As it turns out, MSI-X is broken for at least LSI...
2012-02-14 gonzoAdd ARM relocations types used for thread-local storage
next