Add jme(4).
[dragonfly.git] / sys /
2008-07-26 Sepherosa Ziehau- Serialize re_{resume,suspend}()
2008-07-26 Sepherosa ZiehauBring following change from FreeBSD (yar@freebsd.org):
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-26 Sepherosa ZiehauMove em(4) from MD conf/files to MI conf/files
2008-07-26 Matthew DillonHAMMER commit
2008-07-26 Sepherosa ZiehauSimplify ether_mport(). This also fixes the bug that...
2008-07-26 Sascha WildnerRemove some *_load lines for stuff we don't have.
2008-07-25 Sascha WildnerMention loader_color (for a color version of Fred in...
2008-07-24 Sascha WildnerFix LINT now that we build with -Werror-implicit-functi...
2008-07-24 Sascha WildnerRemove stopgap definition of TAILQ_FOREACH_SAFE.
2008-07-23 Matthew DillonSynchronize some of the machine-independant AMD64 bits.
2008-07-23 Matthew DillonSynchronize some of the machine-independant AMD64 bits.
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 jmphy.c
2008-07-22 Sepherosa ZiehauAdd driver which supports PHYs from JMicron
2008-07-22 Sepherosa Ziehauregen
2008-07-22 Sepherosa ZiehauAdd OUI for PHYs from JMircon
2008-07-22 Sepherosa Ziehau- Remove the callout and related bits in mii_layer...
2008-07-21 Sascha WildnerFix typo.
2008-07-20 Nuno AntunesFix compilation warning.
2008-07-19 Matthew DillonHAMMER 65/Many: PFS cleanups and confusion removal
2008-07-19 Matthew DillonHAMMER 64/Many: NFS, cross-device links, synctid
2008-07-19 Matthew DillonO_CREAT was being allowed to leak through a read-only...
2008-07-18 Sascha WildnerRemove outdated hammer.txt.
2008-07-18 Matthew DillonTry to make fwohci work more reliably. Stop printing...
2008-07-18 Matthew DillonDetach the SIM when a firewire disk device is disconnec...
2008-07-18 Matthew DillonHAMMER 63/Many: IO Error handling features
2008-07-18 Matthew DillonWhen dealing with a failed read properly set B_INVAL.
2008-07-18 Matthew DillonFix multiple bugs in CAM related devices which go away...
2008-07-18 Matthew DillonMake some adjustments to the buffer cache:
2008-07-17 Matthew DillonGive krateprintf() an initial burst capability if count...
2008-07-17 Matthew DillonCode documentation only: Describe B_NOCACHE
2008-07-17 Thomas NikolajsenHAMMER can now be demand-loaded.
2008-07-17 Sascha WildnerFix MODULES_WITH_WORLD build.
2008-07-17 Sascha WildnerMake HAMMER build and work as a module and extend hamme...
2008-07-16 Matthew DillonHAMMER 62/Many: Stabilization, performance, and cleanup
2008-07-16 Matthew DillonFix a lock leak in nfs_create(), tracked down from...
2008-07-15 Matthew DillonHAMMER 61H/Many: Stabilization
2008-07-15 Matthew DillonHAMMER 61G/Many: Stabilization
2008-07-14 Matthew DillonFix a bug in vmntvnodescan() revealed by the recent...
2008-07-14 Matthew DillonHAMMER 61E/Many: Features
2008-07-14 Matthew DillonNFS performance fixes.
2008-07-14 Matthew Dillon2.0 Release Engineering:
2008-07-14 Matthew Dillon2.0 Release Engineering:
2008-07-14 Matthew DillonHAMMER 61F/Many: Stabilization w/ simultanious pruning...
2008-07-14 Matthew DillonKernel support for HAMMER:
2008-07-13 Sepherosa ZiehauUnload the bus dmamap, which was successfully loaded
2008-07-13 Nicolas TheryFix deadlock occuring when booting vkernel from gdb...
2008-07-13 Matthew DillonHAMMER 61E/Many: Stabilization, Performance
2008-07-13 Sepherosa ZiehauIncreate receive max coalesced bds to 80 to prevent...
2008-07-13 Matthew DillonHAMMER 61G/Many: Stabilization of new flush_group code
2008-07-12 Matthew DillonHAMMER 61F2/Many: Fix bug in last commit
2008-07-12 Matthew DillonHAMMER 61F/Many: Stabilization
2008-07-12 Matthew DillonHAMMER 61E/Many: Stabilization, Performance
2008-07-12 Peter AvalosAdd quirk for the Samsung YP-U3.
2008-07-12 Michael Neumann* Add support for the nVidia MCP61, MCP65, MCP67, MCP73...
2008-07-12 Peter AvalosMerge from vendor branch LIBARCHIVE:
2008-07-12 Sepherosa Ziehau- Check number of free TX descs before trying to xmit...
2008-07-12 Sepherosa ZiehauAdd tunable for number of TX desc
2008-07-12 Sepherosa ZiehauPrepare to rework nfe_start():
2008-07-12 Sepherosa Ziehau- Decrease NFE_MAX_SCATTER to 32, should be enough
2008-07-12 Sepherosa ZiehauUse softc sc_rx_ring_count to allocate jumbo frame...
2008-07-12 Sepherosa Ziehau- Correct max segment size passed to various bus_dma_ta...
2008-07-12 Matthew DillonHAMMER 61D/Many: Mirroring features
2008-07-12 Matthew DillonCorrect a bug in the last commit.
2008-07-12 Matthew DillonAdd a vclean_unlocked() call that allows HAMMER to...
2008-07-11 Thomas NikolajsenTunables are called loader tunables; fix this in a...
2008-07-11 Thomas NikolajsenUpdate LINT:
2008-07-11 Sascha WildnerAdd prototype for crc32_ext().
2008-07-11 Matthew DillonHAMMER 61C/Many: Stabilization
2008-07-11 Matthew DillonHAMMER 61B/Many: Stabilization
2008-07-10 Matthew DillonHAMMER 61A/Many: Stabilization
2008-07-10 Matthew DillonAdd crc32_ext() - allows continuation of a 32 bit crc.
2008-07-10 Matthew DillonHAMMER 60J/Many: Mirroring
2008-07-10 Thomas NikolajsenAdd some cross references.
2008-07-10 Aggelos EconomopoulosFix sockopt syscalls for the Nth time.
2008-07-09 Thomas NikolajsenFix typos.
2008-07-09 Thomas NikolajsenIn manual pages and LINT,
2008-07-09 Thomas NikolajsenChange name of kernel tunable from imtime to imtimer,
2008-07-09 Sepherosa Ziehau- Recollect TX descs, if et(4) is going to enter OACTIV...
2008-07-09 Sepherosa Ziehau- Increase RX coalesced packets from 32 to 129 to avoid...
2008-07-09 Matthew DillonHAMMER 60I/Many: Mirroring
2008-07-08 Sepherosa ZiehauMake et(4) aware ETHER_INPUT_CHAIN and ETHER_INPUT2
2008-07-08 Sepherosa ZiehauHandle MPLS on ETHER_INPUT2 code path
2008-07-08 Matthew DillonHAMMER 60H/Many: Stabilization pass
2008-07-08 Matthew DillonCleanup - move a warning so it doesn't spam the screen...
2008-07-08 Matthew DillonAdd the HAMMER filesystem to GENERIC and VKERNEL.
2008-07-07 Nuno AntunesAdd 'options MPLS' to LINT.
2008-07-07 Matthew DillonHAMMER 60G/Many: Mirroring, bug fixes
2008-07-07 Nuno AntunesIntroduce experimental MPLS over ethernet support....
2008-07-07 Matthew DillonUFS+softupdates can build up thousands of dirty 1K...
2008-07-07 Matthew DillonRename fid_reserved to fid_ext.
2008-07-07 Aggelos EconomopoulosDo copy{in,out} early in the {g,s}etsockopt system...
2008-07-07 Sepherosa ZiehauIFF_BROADCAST will never be changed
2008-07-07 Sepherosa ZiehauWhite space
next