netisr: Function renaming; no functional changes
[dragonfly.git] / sys /
2013-03-21 Sepherosa Ziehaubnx: Fix transmit hangs for 57766 and 57765 non-Ax...
2013-03-20 Antonio Huete Jimenezbpf - Remove crit_enter/exit calls.
2013-03-20 Sepherosa Ziehaubnx: Add support for BCM5762 chips
2013-03-19 Sepherosa Ziehauasync_rcvd: Don't add/drop socket reference on hot...
2013-03-19 Sepherosa Ziehauasync_rcvd: Move MSGF_DONE test under async rcvd spinlock
2013-03-19 Sepherosa Ziehauasync_rcvd: Remove the dead async rcvd message debug...
2013-03-17 Sepherosa Ziehaumiidevs: regen
2013-03-17 Sepherosa Ziehaumiidevs: Flip BCM5720C and BCM5718C IDs
2013-03-17 Sepherosa Ziehaumiidevs: regen
2013-03-17 Sepherosa Ziehaumiidevs: Add PHY IDs for Broadcom 5762
2013-03-17 Sepherosa Ziehaupcidevs: regen
2013-03-17 Sepherosa Ziehaupcidevs: Add device IDs for Broadcom 5762/5725/5727
2013-03-17 Sepherosa Ziehaupcidevs: regen
2013-03-17 Sepherosa Ziehaupcidevs: Sort Broadcom chips device IDs in numeric...
2013-03-15 Sascha Wildner<bus/pci/pcireg.h>: Add some more definitions.
2013-03-15 Sepherosa Ziehauifnet: Simplify ifnet_serialize_array function interface
2013-03-15 Sepherosa Ziehauifsq: Let ifaltq_subque know its related hardware TX...
2013-03-14 Sascha Wildnerkern.post.mk: Put three more (minor) files under -Werror.
2013-03-14 Sascha Wildnerkern.post.mk: Remove some old commented out code.
2013-03-14 Sascha Wildnerkernel: Remove 'nowerror' from two more files that...
2013-03-14 Sascha Wildnerkernel: Remove 'nowerror' from two files that don't...
2013-03-13 Sascha Wildnerkernel/pci: Don't perform the maximum register number...
2013-03-13 Sepherosa Ziehauet: Enable MSI
2013-03-13 Sepherosa Ziehaure: Don't loop in the interrupt handler; it does no...
2013-03-13 Sepherosa Ziehaure: Use memory mapped IO for PCIe chips
2013-03-13 Sepherosa Ziehaure: Enable MSI on PCIe chips by default
2013-03-12 Sascha Wildnerkernel: Turn on -Werror for the gcc47 buildkernel.
2013-03-12 Sascha Wildnerkernel: Disable -Winline and -Wunused-but-set-variable...
2013-03-12 Sascha Wildnerkernel/asr: Fix -Waddress on gcc47.
2013-03-12 Sascha Wildner<sys/proc.h>: Fix buildworld.
2013-03-12 Sepherosa Ziehauemx: Update comment about multiple TX queues on 82574
2013-03-12 Sepherosa Ziehauigb: Fix comment; 82575 expects TX context index instea...
2013-03-12 Sepherosa Ziehaumsk: Enable MSI
2013-03-11 Sascha Wildnerkernel/netgraph7: Fix -Wcast-qual.
2013-03-11 Sascha Wildner<sys/proc.h>: Make ONLY_LWP_IN_PROC() an inline function.
2013-03-11 Sepherosa Ziehaunetif: Setup TX ring CPUID before hooking up interrupt...
2013-03-11 Sepherosa Ziehaurl: Take DLink DFE520TX C1
2013-03-11 Sepherosa Ziehaupcidevs: regen
2013-03-11 Sepherosa Ziehaupcidevs: Add device id for DLink 520TX C1
2013-03-11 Sepherosa Ziehauemx: Setup TX queues before hooking up interrupt vectors
2013-03-11 Sepherosa Ziehauigb: Disable interrupts before setting up the interrupt...
2013-03-11 Sepherosa Ziehauigb: Setup TX queues before hooking up interrupt vectors
2013-03-11 Sepherosa Ziehaujme: Setup TX ring CPUID before hooking up interrupt...
2013-03-11 Sepherosa Ziehaujme: Set TX queue's CPUID before enable/disable interrupt
2013-03-11 Sepherosa Ziehauasync_rcvd: Fix possible deadlock
2013-03-10 Sepherosa Ziehaubce: Setup TX queues before hooking up interrupt vectors
2013-03-09 Sascha Wildnerkernel: Use __offsetof() in a few more places.
2013-03-09 Sascha Wildnerkernel/hptmv: Use __offsetof().
2013-03-09 Sepherosa Ziehaujme: Correct RSS key registers configuration order
2013-03-09 Sepherosa Ziehaubce: Utilize hardware supplied RSS hash
2013-03-09 Sepherosa Ziehauethernet: Make hash check possible even if RSS_DEBUG...
2013-03-08 Antonio Huete Jimenezkernel/ddb - Add 'show tokens' function.
2013-03-07 Sepherosa Ziehaubce: Pack RX/TX mbuf related fields into struct
2013-03-07 Sepherosa Ziehaubce: Strip extra blank lines
2013-03-06 Antonio Huete Jimenezvke(4) - Use M_ZERO for tx/rx ring allocation.
2013-03-06 Sepherosa Ziehaubce: White space cleanup
2013-03-06 Sepherosa Ziehaubce: Put per RX ring received packets debug stats under...
2013-03-06 Sepherosa Ziehaubce: Implement multiple TX/RX rings and MSI-X support...
2013-03-06 Antonio Huete Jimenezvke(4) - Add a tunable to set the max number of mbuf...
2013-03-06 Matthew Dillonkernel - Fix namecache hash list corruption
2013-03-05 Sascha Wildnerkernel/pf: Fix a bunch of gcc47 -Waddress warnings.
2013-03-05 John Marinokernel - remove kprintf info about magazine capacity
2013-03-05 Johannes HofmannMerge branch 'master' of git://git.dragonflybsd.org...
2013-03-05 Matthew Dillonkernel - Fix at least one 64-bit ddb backtrace issue
2013-03-04 Matthew Dillonkernel - Attempt to fix SMP races with ^T
2013-03-04 Sepherosa Ziehaualtq: Don't use poll cache
2013-03-04 Matthew Dillonkernel - Increase size of savefpu area in pcb for vkernel64
2013-03-04 Sascha Wildnerkernel/ufs: Use __offsetof() instead of offsetof()...
2013-03-03 Sascha Wildnerkernel: Use our offsetof() from <sys/types.h> instead...
2013-03-03 Sascha Wildnerkernel/tmpfs: Add missing include for vm_wait_nominal...
2013-03-03 Sascha Wildnerkernel/arpresolve: Initialize 'rt' with NULL.
2013-03-03 Matthew Dillonkernel - Improve vm.vmmeter sysctl performance
2013-03-03 Matthew Dillonkernel - Refactor swapoff scan code
2013-03-03 Matthew Dillonkernel - Make VM fault waits in low memory the same...
2013-03-03 Matthew Dillonkernel - Add swap block allocation iterator
2013-03-02 Matthew Dillonkernel - Abort pageout operations when free memory...
2013-03-02 Matthew Dillonkernel - Fix tmpfs hogging of the VM system
2013-03-02 Matthew Dillonkernel - Change namecache negative caching algorithm
2013-03-02 Matthew Dillonkernel - remove PAGE RACE kprintf
2013-03-01 Sascha Wildneramd(4): Remove duplicate assignment.
2013-03-01 Sascha Wildnerkernel/ic: Fix allocation of the output buffer.
2013-03-01 Sascha Wildnerndis(4): Fix a wrong assignment.
2013-03-01 Sascha Wildnermfi(4): Fix a wrong assignment.
2013-03-01 Matthew Dillonkernel - Do not clean VM pages on fsync() for tmpfs
2013-02-28 Antonio Huete Jimenezvke(4) - Dynamic mbuf cluster allocation.
2013-02-28 Sascha Wildnerkernel/u4b: sc is NULL here, so don't dereference it.
2013-02-28 Matthew Dillonkernel - Fix incorrectly ordered lwkt_reltoken() call...
2013-02-28 Antonio Huete Jimenezvkernel64 - Remove some dead code (JGV).
2013-02-28 Matthew Dillonkernel - Remove improper EBUSY error on mount (2)
2013-02-28 Matthew Dillonkernel - Remove improper EBUSY error on mount
2013-02-27 Sascha Wildnerkernel: Remove <machine/apm_segments.h>.
2013-02-27 Sascha Wildnerkernel: Fix -Wundef in a number of places.
2013-02-27 Sepherosa Ziehaugcc47/i386: Add more -mno flags
2013-02-26 Sascha Wildnerisp(4): Remove a duplicate xpt_alloc_ccb() that was...
2013-02-26 Matthew Dillonkernel - Fix mount bug caught by assertion
2013-02-26 Sepherosa Ziehaubce: Put interrupt reenabling into each interrupt handlers
2013-02-26 Sepherosa Ziehaubce: Move status index's location and cached status...
2013-02-26 Sascha WildnerRevert "<malloc.h>: Restrict support for <malloc.h...
2013-02-26 Sepherosa Ziehaugcc47/x86_64: Add more -mno flags
2013-02-26 Matthew Dillonkernel - Try harder to unmount a filesystem
next