MFC if_aue.c rev1.39:
[dragonfly.git] / sys /
2008-07-05 Sepherosa Ziehau- Add delay in MII registers reading
2008-07-05 Sepherosa ZiehauUse hardware timer to simulate interrupt moderation.
2008-07-05 Sepherosa ZiehauSplit hardware capabilities and softc flags
2008-07-05 Sepherosa ZiehauFirst step to split hardware capabilities and softc...
2008-07-05 Sepherosa ZiehauNuke unused field
2008-07-04 Matthew DillonHAMMER 60C/many: Mirroring
2008-07-03 Simon SchubertMake ip_forward public, so that it can be used from...
2008-07-03 Matthew DillonHAMMER 60B/many: Stabilization
2008-07-02 Matthew DillonHAMMER 60A/many: Mirroring work
2008-07-01 Matthew DillonHAMMER 59J/Many: Features
2008-07-01 Matthew DillonHAMMER 59I/Many: Stabilization pass
2008-07-01 Hasso TepperFix [gs]etsockopt(IP_HDRINCL) which allows mere mortals...
2008-07-01 Matthew DillonHAMMER 59H/Many: Stabilization pass
2008-07-01 Matthew DillonHAMMER 59G/Many: Stabilization pass (low memory issues)
2008-07-01 Matthew DillonFix numerous pageout daemon -> buffer cache deadlocks...
2008-06-30 Hasso TepperMerge from vendor branch GCC:
2008-06-30 Matthew DillonHAMMER 59F/Many: Stabilization pass
2008-06-30 Matthew DillonFix a low-memory deadlock in the VM system which can...
2008-06-30 Matthew DillonAdd a new helper function, kmalloc_limit(). This funct...
2008-06-30 Matthew DillonHAMMER 59E/Many: Stabilization pass
2008-06-30 Matthew DillonFix a buf_daemon performance issue when running on...
2008-06-30 Matthew DillonHAMMER 59D/Many: Stabilization pass
2008-06-29 Simon SchubertClarify comment.
2008-06-29 Matthew DillonFix a NULL pointer dereference when a DDB 'ps' attempts to
2008-06-29 Sascha WildnerFix typo in sln(4) PCI ID.
2008-06-29 Sascha WildnerRegenerate
2008-06-29 Sascha WildnerFix typo in sln(4) PCI ID.
2008-06-29 Matthew DillonFix an issue where CAM would attempt to illegally get...
2008-06-29 Matthew DillonAdjust comments.
2008-06-29 Matthew DillonHAMMER 59E/Many: Stabilization pass - fixes for large...
2008-06-28 Matthew DillonHAMMER 59D/Many: Sync with buffer cache changes in...
2008-06-28 Matthew DillonFix hopefully all possible deadlocks that can occur...
2008-06-28 Matthew DillonHAMMER 59C/Many: Stabilization pass - fixes for large...
2008-06-28 Matthew DillonReplace the bwillwrite() subsystem to make it more...
2008-06-28 Matthew DillonBump the sortq_lost check from 8 to 128, letting the...
2008-06-28 Matthew DillonFix a system performance issue created by ata_sort_queu...
2008-06-27 Matthew DillonHAMMER 59B/Many: Stabilization pass - fixes for large...
2008-06-27 Sepherosa ZiehauRework stop path.
2008-06-27 Sepherosa Ziehau- Rename NFE_RXTX_V[32]MAGIC to NFE_RXTX_DESC_V[32].
2008-06-27 Sascha WildnerFix a typo so that old netgraph builds again.
2008-06-27 Sepherosa Ziehau- Disable WOL during attach, don't mess with it during...
2008-06-27 Sepherosa ZiehauAdd flag to indicate that the NIC does not have power...
2008-06-27 Sepherosa ZiehauAdd nfe(4)
2008-06-27 Sepherosa Ziehaufxp_stop needs to be serialized
2008-06-27 Matthew DillonIncrease the default request timeout from 5 seconds...
2008-06-27 Matthew DillonApply patch supplied in FreeBSD-PR to ata-raid code:
2008-06-26 Matthew DillonAdd files and options lines for NETGRAPH7
2008-06-26 Matthew DillonAdd additional atomic ops from FreeBSD.
2008-06-26 Matthew DillonNetgraph port from FreeBSD - initial porting work
2008-06-26 Matthew DillonMerge from vendor branch NETGRAPH:
2008-06-26 Matthew DillonVendor import of netgraph from FreeBSD-current 20080626 vendor/NETGRAPH
2008-06-26 Matthew DillonAdd KTR_HAMMER
2008-06-26 Matthew DillonMake sure UFS disallows mknod()'s with type VDIR.
2008-06-26 Sepherosa ZiehauMake msk(4) aware ETHER_INPUT_CHAIN and ETHER_INPUT2
2008-06-26 Sepherosa ZiehauMake bfe(4) aware ETHER_INPUT_CHAIN and ETHER_INPUT2
2008-06-26 Matthew DillonHAMMER 59A/Many: Mirroring related work (and one bug...
2008-06-25 Sepherosa ZiehauMissing TX_UNK -> TX_POLL conversion
2008-06-25 Sepherosa ZiehauTX_UNK -> TX_POLL
2008-06-25 Sepherosa ZiehauAdd MCP73, MCP77 and MCP79 support.
2008-06-25 Sepherosa Ziehauregen
2008-06-25 Sepherosa ZiehauAdd PCI ids for nVidia MCP77 MCP73 and MCP79 NICs
2008-06-25 Sepherosa ZiehauMCP65 has no hardware csum offloading support.
2008-06-25 Sepherosa ZiehauMake bce(4) aware ETHER_INPUT_CHAIN and ETHER_INPUT2
2008-06-25 Sepherosa ZiehauMake bge(4) aware ETHER_INPUT_CHAIN and ETHER_INPUT2
2008-06-25 Sepherosa ZiehauMake fxp(4) aware ETHER_INPUT_CHAIN and ETHER_INPUT2
2008-06-25 Sepherosa ZiehauMake xl(4) aware ETHER_INPUT_CHAIN and ETHER_INPUT2
2008-06-25 Sepherosa ZiehauOn UP system, make sure that mbuf chain is not empty...
2008-06-25 Sepherosa ZiehauMake re(4) aware ETHER_INPUT_CHAIN and ETHER_INPUT2
2008-06-24 Matthew DillonHAMMER 58B/Many: Revamp ioctls, add non-monotonic times...
2008-06-24 Sepherosa ZiehauMake nfe(4) aware ETHET_INPUT_CHAIN and ETHER_INPUT2
2008-06-24 Sepherosa ZiehauMove mbuf chain initialization into common place.
2008-06-24 Sepherosa ZiehauAdd vlan(4) support for ETHER_INPUT2. It is not built...
2008-06-24 Sepherosa ZiehauVLAN_MTU works as expected on em(4)
2008-06-23 Matthew DillonHAMMER 58A/Many: Mirroring support part 1
2008-06-23 Matthew DillonSupport S_IFDIR mknod() calls for HAMMER. This is...
2008-06-23 Sepherosa ZiehauExpose ether_input_oncpu()
2008-06-23 Sepherosa ZiehauWhite space
2008-06-23 Sepherosa ZiehauDiscard packets which was lingering on msgport when...
2008-06-23 Sepherosa ZiehauAdd ether_input_chain2() which could be called by ether...
2008-06-23 Matthew DillonHAMMER 57/Many: Pseudofs support
2008-06-21 Matthew DillonHAMMER 56F/Many: Stabilization pass
2008-06-21 Sascha WildnerFix path in comment.
2008-06-21 Aggelos EconomopoulosMore copy{in,out} removal for ctloutput routines
2008-06-21 Sepherosa ZiehauSince either hardware or ether input code will strip...
2008-06-21 Sepherosa ZiehauUse __func__, instead of hardcode the function name.
2008-06-21 Sepherosa ZiehauWhite space
2008-06-21 Sepherosa ZiehauMinor style change
2008-06-21 Matthew DillonHAMMER 56E/Many: Correct bug in 56D
2008-06-20 Matthew DillonHAMMER 56D/Many: Media structure finalization, atime...
2008-06-20 Aggelos EconomopoulosDon't do copy{in,out} in ctloutput any more
2008-06-20 Aggelos EconomopoulosUpdate bluetooth ctloutput functions not to use copy...
2008-06-20 Matthew DillonFix a bug in cluster_read(). An error returned by...
2008-06-20 Matthew DillonHAMMER 56C/Many: Performance tuning - MEDIA STRUCTURES...
2008-06-20 YONETANI TomokazuPrototype declarations don't have an initializer.
2008-06-19 Matthew DillonMiscellanious performance adjustments to the kernel
2008-06-19 Aggelos EconomopoulosProvide MP_LOCK_HELD() for UP builds as well
2008-06-19 Sepherosa ZiehauDuring bridge destroy, dispatch bridge member/span...
2008-06-19 Sepherosa ZiehauDispatch whole bridge_ifdetach() to netisr0, since...
2008-06-19 Sepherosa Ziehau- In bridge_delete_member(), release bridge's serialize...
2008-06-19 Hasso TepperChange suseconds_t to long as it is in most of systems...
next