]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
- Fixes a comparison wrap issue with sack gap ack blocks that
[FreeBSD/FreeBSD.git] / sys / dev /
2008-01-28 Mitsuru IWASAKIReturn errno value rather than boolean in this context.
2008-01-27 Mitsuru IWASAKIEnter the sleep state immediately without waiting for...
2008-01-27 Kip MacyFix loading for case where we don't overload tcp_usrreq...
2008-01-27 Kip Macyfix DISABLE_MBUF_IOVEC case by initializing mbuf header...
2008-01-27 Marius Strobl- Fix a typo in a comment.
2008-01-27 Marius StroblFix a typo in a comment.
2008-01-27 Marius StroblAdd a driver for the National Semiconductor DP83815...
2008-01-26 Sam Lefflerrx mbufs must have a pkthdr; use m_gethdr to populate...
2008-01-26 Ed MasteAllow arbitrary baud rates, not just the standard ones.
2008-01-25 Ed MasteCalculate baud rate divisor instead of allowing only...
2008-01-24 Konstantin BelousovDo not dereference NULL scp in the case the screen...
2008-01-24 Attilio RaoCleanup lockmgr interface and exported KPI:
2008-01-24 Scott LongMany improvements that have been collected over time:
2008-01-22 Andrew GallatinTake advantage of the new physically contiguous 9K...
2008-01-21 Pyun YongHyeonFix build.
2008-01-21 Pyun YongHyeonOverhaul sf(4) to make it run on all architectures...
2008-01-21 Pyun YongHyeonIt seems that the firmware for TxGFP does not work...
2008-01-21 Pyun YongHyeonImport AIC-6915 firmware for GFP from Adaptec.
2008-01-21 Pyun YongHyeonForced commit to note that sf(4) was repocopied from...
2008-01-19 Kip MacyRe-enable pcpu caching by default make sysctl R/W
2008-01-18 Jung-uk KimAdd a flag for Ethernet@WireSpeed capability and correc...
2008-01-18 Jung-uk KimFix mbuf pool watermark configuration (mismerged from...
2008-01-18 Doug AmbriskoStyle changes from avatar.
2008-01-18 Doug AmbriskoFirst real attempt at proper locking. The locking...
2008-01-18 Pyun YongHyeonUse m_collapse(9) to collapse mbuf chains instead of...
2008-01-17 John Baldwin- Retire npe_defrag(), gem_defrag(), msk_defrag(),...
2008-01-17 Kip Macy- remove bogus_imm counter
2008-01-17 Sam Lefflerpromote ath_defrag to m_collapse (and retire private...
2008-01-17 John BaldwinUse pause(9) instead of a tsleep() on a stack variable.
2008-01-16 Kip MacyFix lock ordering panic by not calling ether_ioctl...
2008-01-16 John BaldwinAdd a header containing constants for the various HPET...
2008-01-16 Remko LodderDont accidentally remove a filesocket which is still...
2008-01-16 Kip Macyremove superfluous debug printfs
2008-01-16 Kip MacyFix mbuf leak caused by freeing packet zone clusters...
2008-01-16 Kip Macyput tx queue size back to 1024
2008-01-15 John BaldwinUse '%zd' to print PIO_LEN since it involves a size_t...
2008-01-15 John BaldwinDon't cache the new-bus name of a PCI device in the...
2008-01-15 Andrew GallatinAdd optional support to mxge for MSI-X interrupts and...
2008-01-15 Maxim SobolevHide common prints under bootverbose.
2008-01-15 John BaldwinFix a few minor issues based on a bug report and readin...
2008-01-15 Andrew GallatinFix accidental swap of "const" for "static" in mxge...
2008-01-15 Andrew GallatinUpdate to firmware version 1.4.29 from 1.4.25. Relevan...
2008-01-15 Kip Macy- Simplify mb_free_ext_fast
2008-01-15 Pyun YongHyeonFix build.
2008-01-15 Kip Macy- move WR_LEN in to cxgb_adapter.h add PIO_LEN to make...
2008-01-15 Kip Macyremove superfluous locking from dequeue
2008-01-15 Pyun YongHyeonOverhaul re(4).
2008-01-14 Kip Macy- Assert that immpkt is not set
2008-01-14 Pyun YongHyeonImplement WOL capability.
2008-01-14 Kip Macy- Add more extensive sanity checks
2008-01-14 Kip MacyMake back pressure visible more quickly, particularly...
2008-01-14 Kip MacyAdd extensive sanity checking to buf_ring
2008-01-13 Kip MacyConvert over to using the multiqueue infrastructure...
2008-01-13 Kip MacyAdd buf_ring_full utility function, make sure dequeue...
2008-01-13 Kip Macyremove unused code
2008-01-13 Kip Macystyle nit
2008-01-13 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-13 Attilio RaoVOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are...
2008-01-13 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-12 Nate LawsonThis commit was generated by cvs2svn to compensate...
2008-01-12 Nate LawsonFix GPE livelock that occurs on HP/Compaq laptops,...
2008-01-12 Kip MacyMFp4 multiple queue support
2008-01-12 Maxim Konovalovo Add Moxa Technologies CP-104EL PCI Express 4 port...
2008-01-11 Konstantin BelousovThe wakeup() line from the rev. 1.319 is wrong and...
2008-01-11 Konstantin BelousovFix unload of the fdc.ko:
2008-01-11 Kip MacyBe more aggressive about tx cleaning - when multiples...
2008-01-10 Kip MacyIf we're not running with multiqueue enabled we need...
2008-01-10 John BaldwinWork around problems with the ppbus(4)'s interesting...
2008-01-10 Rui PauloDisable the check for errata AE18. On MacBooks (1...
2008-01-10 Kip MacyAdd support for selectively dumping the state of the...
2008-01-10 Kip Macyshould always free when refcount is 1
2008-01-10 Attilio Raovn_lock() is currently only used with the 'curthread...
2008-01-10 Kip Macy- make 9k clusters the default unless a tunable is set
2008-01-09 Scott LongFix a buffer overflow in the processing of various...
2008-01-09 Kip Macymake nqsets a uint32_t so that sysctl will work
2008-01-09 Kip Macydon't decrement ref count below 1 for EXT_PACKET
2008-01-09 Kip MacyEXT_PACKET is one of the valid mbuf types
2008-01-08 Attilio RaoRemove explicit calling of lockmgr() with the NULL...
2008-01-07 John BaldwinMake ftruncate a 'struct file' operation rather than...
2008-01-07 Weongyo JeongFix incorrect dependencies of zyd(4).
2008-01-07 Dag-Erling SmørgravAdd support for ICH8M.
2008-01-07 Kevin LoAdd the SparkLAN RT2573, found in HP s3200n
2008-01-07 Kip MacyFix mvec code to handle the case of the packet zone
2008-01-02 Poul-Henning KampIf the disk reports that it support the Compact Flash...
2008-01-02 Poul-Henning KampFollow the current fashion of gratuitously stomping...
2007-12-31 Julian ElischerDon't duplicate the whole of arpresolve to arpresolve...
2007-12-31 John BaldwinUse devclass_get_count() instead of devclass_get_maxuni...
2007-12-31 Dag-Erling SmørgravAdd device IDs for the ICH9 family.
2007-12-31 Dag-Erling SmørgravTabify.
2007-12-31 Warner LoshAdd Winbond W89C940F to the list. Also, stub in some...
2007-12-31 Warner LoshAdd missing 'sc->chip_type ==' to an ugly switch statem...
2007-12-30 Rong-En FanThis commit was generated by cvs2svn to compensate...
2007-12-30 Jeff RobersonRemove explicit locking of struct file.
2007-12-30 Marius Stroblo In preparation for basing a new driver on this one:
2007-12-30 Marius StroblCorrect the comments in am7990_intr() and am79900_intr...
2007-12-29 Wojciech A. KoszekReplace explicit calls to video methods with their...
2007-12-29 Wojciech A. KoszekRemove explicit calls to keyboard methods with their...
2007-12-26 Marius StroblFix some bugs in the FreeBSD 4/5/6 pci(4) IOCTLs compat...
2007-12-26 Rui PauloSync with rev 1.63 of NetBSD's ums.c:
2007-12-25 Remko LodderAdd support for the BMC5722.
next