hammer2 - Wire-up the kernel<->userland messaging pipe
[dragonfly.git] / sys /
2012-06-09 Matthew Dillonhammer2 - Wire-up the kernel<->userland messaging pipe
2012-06-09 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-06-08 Sascha Wildnersys/boot: Raise WARNS to 2 and silence a warning.
2012-06-08 Sascha Wildnerfwcontrol(8): Raise WARNS to 6 and fix warnings.
2012-06-08 Sascha Wildnerkernel: Remove some unused variables.
2012-06-08 Matthew Dillonhammer2 - Integrate CCMS thread lock into hammer2 chain...
2012-06-08 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-06-07 Matthew Dillonhammer2 - Change from splay -> red-black tree
2012-06-07 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-06-07 Sascha Wildnerkernel: Use hashdestroy() to free hash tables allocated...
2012-06-07 Sascha Wildnerkernel/drm: Use hashdestroy(). Unbreaks kernel build.
2012-06-07 Sascha Wildnerkernel: Remove some unused variables.
2012-06-07 Matthew Dillonhammer2 - Initial CCMS locking tie-in
2012-06-07 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-06-06 Sascha Wildnerkernel: Add <sys/hash.h>.
2012-06-06 Sascha Wildnerkernel: Add hashdestroy() (taken from FreeBSD).
2012-06-06 Sepherosa Ziehaubce: Configuable number of TX/RX descriptor pages
2012-06-04 Sepherosa Ziehauigb: Use extended interrupt mode whenever possible
2012-06-04 Matthew Dillonhammer2 - Initial CCMS adaptation and code-up
2012-06-04 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-06-04 Sepherosa Ziehauigb: Unbreak compile on i386
2012-06-02 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-06-02 Sascha WildnerUnbreak kernel build. Also remove <sys/ccms.h> via...
2012-06-02 Matthew Dillonhammer2 - Move CCMS code from kernel to hammer2
2012-06-02 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-06-02 Matthew Dillonkernel - Add comment on spinlocks_wr
2012-06-02 Matthew Dillonkernel - Remove kernel-level ccms module (it will be...
2012-05-31 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-05-31 Sepherosa Ziehauigb: Optimize TX path
2012-05-31 Sepherosa Ziehautcp: Adjust tcpcb fields comment about NewReno fast...
2012-05-31 Sascha Wildnerkernel/drm: Remove bogus .PATHs.
2012-05-30 François Tigeotdrm: Stow drivers for various chip families
2012-05-30 Sepherosa Ziehauicmp: Discard ICMP Source Quench per RFC6633
2012-05-30 Sepherosa Ziehautcp: Only tcpopt.to_flags are needed in tcp_recv_dupack()
2012-05-30 Sepherosa Ziehautcp: Even for PAWS tolerance, no segments should follow...
2012-05-30 Sepherosa Ziehautcp: Don't let fast retransmit disrupt RTO rebasing
2012-05-30 Sepherosa Ziehautcp/reass: Fix the cases that FIN got lost during reass...
2012-05-30 Sepherosa Ziehautcp/sack: If other side reneged, discard the current...
2012-05-29 Sepherosa Ziehausocket: Fix wrongly numbered SIOCGIFDATA
2012-05-28 François Tigeotkernel: increase watchdog default period to 30s
2012-05-28 Sepherosa Ziehautcp/sack: Constify function arguments if possible
2012-05-28 Sepherosa Ziehautcp/sack: Only retransmit unSACKed data when fast retra...
2012-05-27 François Tigeotkernel: in_cksum2.s is needed by inet6 code
2012-05-26 Francois Tigeotkernel: tcp_fasttimo() is dead
2012-05-26 Sepherosa Ziehaupci: Disable PCI express memory mapped access method...
2012-05-26 Sascha Wildneracpi: strupr() isn't used anywhere, so remove it.
2012-05-26 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2012-05-25 Sascha Wildnerkernel: Remove the inclusion of opt_ddb.h from where...
2012-05-25 Sepherosa Ziehaupci: Print PCIe memory mapped accessing information...
2012-05-25 Sepherosa Ziehautcp: Enable RFC3517bis by default
2012-05-25 Sepherosa Ziehautcp: Function renaming
2012-05-25 Sepherosa Ziehautcp/sack: Fix off-by-one bug when updating rescue SACK...
2012-05-25 Sepherosa Ziehautcp/sack: Force out more segments allowed by "pipe...
2012-05-25 Sepherosa Ziehautcp/sack: Use RFC3517bis IsLost(snd_una) as fallback...
2012-05-24 Sascha Wildnerkernel: Remove some bogus casts to the own type (FINAL).
2012-05-24 Sascha Wildnerkernel: Remove some bogus casts to the own type.
2012-05-24 Sascha Wildnerkernel: Remove some bogus casts to the own type.
2012-05-24 Sascha Wildnerkernel: Remove some bogus casts to the own type.
2012-05-24 Sepherosa Ziehautcp/sack: Fix the condition that SACK rescue retransmit...
2012-05-24 Sepherosa Ziehautcp: Indentation
2012-05-24 Venkatesh Srinivaskernel -- CLFLUSH support
2012-05-23 Sascha Wildnerkernel: Remove some bogus casts to the own type.
2012-05-23 Sascha Wildnerkernel: Remove some bogus casts to the own type.
2012-05-23 Sascha Wildnerkernel/linux: Fix a wrong cast (introduced in e54488bb).
2012-05-23 Sascha Wildnerkernel: Remove some bogus casts to the own type.
2012-05-23 Sascha Wildnerkernel: Remove some bogus casts to the own type.
2012-05-23 Sepherosa Ziehautcp: Simplify "extended limited transmit" logic a littl...
2012-05-23 Sepherosa Ziehautcp: Optimize SACK scoreboard records consolidation...
2012-05-22 Sepherosa Ziehauacpica: Unbreak LINT/LINT64 building
2012-05-22 Sepherosa Ziehauacpi/timer: Fix return value
2012-05-22 Magliano AndreaFix iasl compilation
2012-05-22 Magliano AndreaSome files overlooked on first commit...
2012-05-22 Magliano AndreaFirst import (compiles, seems to run correctly)
2012-05-21 Sepherosa Ziehauigb: Add to x86_64 and i386 GENERIC
2012-05-21 Sepherosa ZiehauLINT: Add igb(4)
2012-05-20 Matthew Dillonhammer2 - Fix lost flush
2012-05-20 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-05-20 Sepherosa Ziehaunetif: Remove no longer used e1000 layout
2012-05-20 Sepherosa Ziehauigb: Import Intel igb-2.2.3
2012-05-20 Sepherosa Ziehauig_hal: Merge Intel igb-2.2.3 HAL w/ em-7.2.4 HAL
2012-05-20 Sepherosa Ziehaue1000: Unhook from building, prepare for the new igb
2012-05-20 Sascha Wildnerkernel/devfs: Remove the unused devfs Makefile.
2012-05-19 Matthew Dillonhammer2 - Get data-usage aggregation working, add INODE_GET
2012-05-19 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-05-19 Venkatesh Srinivaskernel -- tmpfs: Convert tmpfs inode counter to per...
2012-05-19 Matthew Dillonhammer2 - Flush ordering fixes
2012-05-19 Matthew Dillonhammer2 - general stabilization, flusher, mmap, etc
2012-05-19 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-05-18 Sascha Wildneramr(4): Some fixes.
2012-05-18 Sepherosa Ziehautcp: Implement RFC4653 Non-Congestion Robustness (NCR)
2012-05-18 Sepherosa Ziehautcp: Improve RFC3517bis support
2012-05-18 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-05-18 Matthew Dillonhammer2 - hardlink stabilization (3), data and inode...
2012-05-17 Sascha Wildnerkernel: Remove some bogus casts to the own type.
2012-05-17 Matthew Dillonhammer2 - hardlink stabilization pass
2012-05-17 Matthew Dillonhammer2 - hardlink stabilization pass
2012-05-17 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-05-17 Sascha Wildnervkernel: Fix compilation with profiling support.
2012-05-17 Sepherosa Ziehautcp: Ignore TCP_NOPUSH socketopt by default
2012-05-17 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
next