Pull in libpcap's new DLTs
[dragonfly.git] / sys /
2008-12-14 Sepherosa ZiehauPull in libpcap's new DLTs
2008-12-13 Sascha WildnerSync ciss(4) with FreeBSD's RELENG_4 branch.
2008-12-12 Sascha WildnerMerge branch 'misc'
2008-12-10 Matthew DillonUse per-mount kmalloc pools for bulk data structures...
2008-12-10 Matthew DillonAdd kmalloc_create() and kmalloc_destroy(), an API...
2008-12-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-10 Matthew DillonFix a buffer cache deadlock which can occur when simula...
2008-12-09 Sepherosa ZiehauDon't enable hardware timer simulated interrupt moderat...
2008-12-08 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-06 Sepherosa ZiehauConstify the tip/sip parameters of arprequest/arpreques...
2008-12-05 Sepherosa ZiehauDeprecate MALLOC/FREE macros
2008-12-05 Sepherosa ZiehauCorrect the reversed comparison logic
2008-12-05 Sepherosa ZiehauDefer various TCP timer function from callout threads...
2008-12-05 Sepherosa ZiehauDon't set max read request size on 10/100 only PCIe...
2008-12-04 Sepherosa ZiehauAdd CARP_IS_RUNNING() to test carp(4) iface's IFF_UP...
2008-12-04 Sepherosa ZiehauRemove unused macro
2008-12-04 Sepherosa ZiehauMerge clearing IFF_UP and IFF_RUNNING
2008-12-04 Sepherosa ZiehauUse in_cksum_{range,skip}()
2008-12-03 Sepherosa ZiehauRework carp_input()
2008-12-03 Sepherosa ZiehauUse suser_cred()
2008-12-03 Sepherosa ZiehauEmbed ifnet in carp_softc; ifnet allocation is never...
2008-12-03 Sepherosa ZiehauClean up and style changes
2008-12-03 Sepherosa ZiehauNuke lock remainders and related comment
2008-12-03 Sepherosa ZiehauStaticize
2008-12-03 Sepherosa ZiehauDrop locking in carp(4). carp(4) is under explicit...
2008-12-03 Sepherosa Ziehau- Regroup type declaration
2008-12-03 Sepherosa ZiehauCleanup header inclusion
2008-12-03 Sepherosa ZiehauWhite space
2008-12-03 Sepherosa Ziehauu_int{8,16,32,64}_t -> uint{8,16,32,64}_t
2008-12-03 Sascha WildnerMerge branch 'misc'
2008-12-03 Sascha WildnerMerge branch 'misc'
2008-12-03 Simon SchubertRoll DragonFly 2.1.1
2008-12-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-03 Matthew DillonHAMMER Filesystem changes:
2008-12-02 Sepherosa ZiehauAvoid NULL pointer dereference
2008-12-02 Sepherosa ZiehauFix carp_input() prototype to meet the requirement...
2008-12-02 Sepherosa ZiehauFix speed report on Intel SATA chips in compat mode.
2008-12-01 Simon SchubertPerform logarithmic volume control for vchans
2008-12-01 Simon SchubertAdd support for MAP_TRYFIXED
2008-12-01 Simon SchubertUpdate the atime when mmap'ing a file
2008-11-30 Sascha WildnerRemove handling of CVS IDs.
2008-11-30 Sepherosa ZiehauRecognize TTTech MC322
2008-11-30 Sepherosa Ziehauregen
2008-11-30 Sepherosa ZiehauAdd TTTech
2008-11-30 Sepherosa ZiehauFilter out 8139 chips by PCI revid. It looks like...
2008-11-30 Sepherosa ZiehauRemove jumbo frame support for 8169; it never works...
2008-11-30 Sepherosa Ziehau- Use a longer timeout value for firmware handshaking.
2008-11-26 Sepherosa ZiehauResurrect priority message support; there is always...
2008-11-26 Sepherosa Ziehau- In sys_setsockopt():
2008-11-26 Sepherosa Ziehau- Proper handle flags passed to bridge_rtflush() and...
2008-11-26 Sepherosa Ziehau- JMC260 with full mask revision 2 and ECO revision...
2008-11-24 Sascha WildnerAdd/sync some feature strings.
2008-11-24 Hasso TepperAdd hardware type value define for IP over firewire...
2008-11-23 Sepherosa ZiehauSave the value read from TX queue CSR, so we don't...
2008-11-23 Sepherosa ZiehauAdd comment about how to survive blocking operation...
2008-11-22 Sepherosa ZiehauRemove MSGF_PRIORITY support. The flag testing and...
2008-11-22 Sepherosa ZiehauParallelize bridge_input step 2/2:
2008-11-22 Sepherosa ZiehauParallelize bridge_input step 1.85/2
2008-11-22 Sepherosa Ziehaubstp_input() always returns NULL, so nuke its return...
2008-11-22 Sepherosa ZiehauFactor out ether_reinput_oncpu(). Mainly used by pseud...
2008-11-21 Sepherosa Ziehau- IFF_MONITOR processing will happen in ether_input_oncpu()
2008-11-21 Sepherosa ZiehauWhite space changes
2008-11-21 Sepherosa Ziehau- Update bridge ifnet's if_imcasts
2008-11-21 Sepherosa ZiehauParallelize bridge_input step 1.8/2:
2008-11-20 Sepherosa ZiehauSince kmalloc's limit testing is not synchronized acros...
2008-11-20 Hasso TepperMake apps using '#define _POSIX_C_SOURCE' compile.
2008-11-19 Sepherosa ZiehauDon't use "timeout" mode for RX HC. The "collect"...
2008-11-19 Hasso TepperHopefully more bulletproof workaround to fix problems...
2008-11-17 Sascha WildnerMake ath(4) compilable into the kernel and add it to...
2008-11-17 Hasso TepperBring in some fixes from FreeBSD. Amongst other fixes...
2008-11-16 Sascha WildnerFix some typos in user visible messages.
2008-11-15 Sepherosa ZiehauRestore rev1.6 in different form
2008-11-15 Sepherosa ZiehauReturn the value returned by lwkt_domsg()
2008-11-15 Sepherosa ZiehauParallelize bridge_input step 1/2:
2008-11-15 Sepherosa Ziehau- Defer deep copyout which happens in bridge_ioctl_...
2008-11-14 Sepherosa Ziehau- Defer bridge callouts to BRIDGE_CFGPORT using dropabl...
2008-11-13 Sepherosa ZiehauSerialize bridge up/down by netisr0; this could ease...
2008-11-13 Sepherosa ZiehauMT_TAG has gone for a long timer, GC bridge_handoff_notag()
2008-11-13 Matthew DillonHAMMER: Correct minor oops in last commit. Do not...
2008-11-13 Matthew DillonHAMMER:
2008-11-12 Sepherosa Ziehau- Update comment: bridge_rtupdate() is no longer called...
2008-11-12 Sepherosa ZiehauAllocate if_start_nmsg from M_LWKTMSG
2008-11-11 Sepherosa ZiehauRecord number of valid ifaddr containers in ifaddr...
2008-11-11 Sepherosa Ziehau- Use priority message to carry out ipfw callout.
2008-11-11 Sepherosa Ziehau- If we receive redirect or host dead ICMP message...
2008-11-11 Peter AvalosAdd the lchflags() syscall.
2008-11-10 Peter AvalosAdd an entry for lchflags using the same number as...
2008-11-10 Matthew DillonAdd required range checks prior to kmalloc()ing socket...
2008-11-10 Sepherosa ZiehauReconfigure default interrupt moderation parameters:
2008-11-09 Matthew DillonMove the HAMMER option around a little and add ALTQ...
2008-11-09 Sepherosa ZiehauWe don't need to register route threads for netmsg_serv...
2008-11-09 Sepherosa ZiehauUse priority messages to carry out syncache callout...
2008-11-09 Sepherosa Ziehau- During ARP resolving, current thread msgport or curre...
2008-11-09 Sepherosa Ziehau- Add priority message queue to msgport. Send a messag...
2008-11-08 Sepherosa ZiehauThe workaround is no longer needed after netinet/tcp_su...
2008-11-03 Sascha Wildnercrc32()/crc32_ext() prototypes are for userland.
2008-11-03 Peter AvalosBring in some changes to bsd.sys.mk from FreeBSD.
2008-11-01 Matthew DillonThe priority mask used to compartmentalize the comparis...
2008-11-01 Sascha WildnerFix comment.
2008-11-01 Sepherosa ZiehauFactor out _lwkt_pushmsg() and _lwkt_enqueue_reply...
next