]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netgraph
Regenerate.
[FreeBSD/FreeBSD.git] / sys / netgraph /
2009-12-04 netchildImport the unchanged v4l videodev.h from the vendor...
2009-11-16 jkimMerge ACPICA 20091112.
2009-11-06 jhbTake a step towards removing if_watchdog/if_timer....
2009-10-24 ruSpell DIAGNOSTIC correctly.
2009-10-19 jkimMerge ACPICA 20091013.
2009-10-11 julianVirtualize the pfil hooks so that different jails may...
2009-10-01 desUpgrade to OpenSSH 5.3p1.
2009-09-11 jkimMFV: r196804
2009-09-10 emaxGet those pesky RFCOMM RPM data bits right. This is...
2009-09-09 delphijImport x86emu from OpenBSD as of OPENBSD_4_6.
2009-08-23 rwatsonRework global locks for interface list and index manage...
2009-08-01 rwatsonMerge the remainder of kern_vimage.c and vimage.h into...
2009-07-29 delphijUpdate less to v436. This is considered as a bugfix...
2009-07-23 rwatsonIntroduce and use a sysinit-based initialization scheme...
2009-07-19 rwatsonReimplement and/or implement vnet list locking by repla...
2009-07-16 rwatsonRemove unused VNET_SET() and related macros; only VNET_...
2009-07-14 rwatsonBuild on Jeff Roberson's linker-set based dynamic per...
2009-07-11 mpUpdate to tcsh 6.17.00.
2009-07-01 mavFix infinite loop in ng_iface, that happens when packet...
2009-06-28 stas- Turn the third (islocked) argument of the knote call...
2009-06-26 rwatsonUse if_maddr_rlock()/if_maddr_runlock() rather than...
2009-06-26 rwatsonUpdate Netgraph nodes to use if_addr_rlock()/if_addr_ru...
2009-06-25 dougbUpdate to the final release version of BIND 9.6.1....
2009-06-24 rdivackyUse proper form of gnu designated initalizers. This...
2009-06-23 bzAfter cleaning up rt_tables from vnet.h and cleaning...
2009-06-23 mavMark ng_ether node hooks as HI_STACK. It is usually...
2009-06-23 thompsaFix a typeo in the frame len function to unbreak the...
2009-06-23 thompsa- Make struct usb_xfer opaque so that drivers can not...
2009-06-15 thompsas/usb2_/usb_|usbd_/ on all function names for the USB...
2009-06-14 simonMerge OpenSSL 0.9.8k into head.
2009-06-12 zecAssign ng_eiface nodes a netgraph name on instantiation...
2009-06-11 zecIntroduce a mechanism for detecting calls from outbound...
2009-06-09 olegClose long existed race with net.inet.ip.fw.one_pass...
2009-06-09 impWorld now builds without these defines, so eliminate...
2009-06-08 bzAfter r193232 rt_tables in vnet.h are no longer indirec...
2009-06-08 zecIntroduce an infrastructure for dismantling vnet instances.
2009-06-02 jkimMFV: ACPICA 20090521
2009-06-01 jhbRework socket upcalls to close some races with setup...
2009-05-31 dougbUpdate BIND to version 9.6.1rc1. This version has bette...
2009-05-29 thompsas/usb2_/usb_/ on all typedefs for the USB stack.
2009-05-28 thompsas/usb2_/usb_/ on all C structs for the USB stack.
2009-05-27 edUpdate ee(1) in the base system to version 1.5.0.
2009-05-27 thompsaHook ubt and ubtbcmfw back up to the build.
2009-05-27 thompsamove ng_ubt_var.h back to its original place
2009-05-27 thompsamove ng_ubt.c back to its original place
2009-05-27 thompsamove ubtbcmfw.c back to its original place
2009-05-27 thompsaDelete the bluetooth drivers for the old usb stack.
2009-05-26 edCopy ee 1.4.2 into the contrib directory.
2009-05-22 desUpgrade to OpenSSH 5.2p1.
2009-05-18 delphijMerge vendor/file/dist@192348, bringing FILE 5.03 to...
2009-05-13 mavFix copy-paste bug in NGM_NETFLOW_SETCONFIG argument...
2009-05-05 zecUnbreak LINT build, caused by a change in struct ng_nod...
2009-05-05 zecChange the curvnet variable from a global const struct...
2009-05-04 obrienMerge vendor/file/dist@191739, bringing FILE 5.00 to...
2009-04-26 zecIn preparation to make options VIMAGE operational,...
2009-04-19 rwatsonLock the interface address list while building replies to
2009-04-19 rwatsonLock interface address list when building a reply to...
2009-04-19 rwatsonMerge OpenBSM 1.1 from OpenBSM vendor branch to head.
2009-04-17 edSwitch ubtbcmfw(4) to use si_drv1 instead of storing...
2009-04-16 kmacyChange if_output to take a struct route as its fourth...
2009-03-21 rpauloMerge libpcap 1.0.0.
2009-03-21 rpauloMerge tcpdump 4.0.0 from the vendor branch.
2009-03-11 dfrMerge in support for Xen HVM on amd64 architecture.
2009-03-03 edMake Netgraph compile with Clang.
2009-03-02 samconnect vendor wpa area to contrib
2009-02-28 edAdd memmove() to the kernel, making the kernel compile...
2009-02-27 bzFor all files including net/vnet.h directly include...
2009-02-13 dfrMake a place for porting the Xen HVM support to 7.x.
2009-02-10 emaxUpdate comment. soalloc() is no longer performing M_WAI...
2009-02-07 pisoAdd SCTP NAT support.
2009-02-04 emaxAllow unprivileged users to run l2ping(8).
2009-01-28 dasVendor import of gdtoa 20081205.
2009-01-20 mavCheck for infinite recursion possible on some broken...
2009-01-19 emaxProperly return error code to the caller. This should...
2009-01-18 mavIf source mbuf chain consists of only one mbuf, use...
2009-01-18 mavUse m_unshare()+m_copyback() instead of m_freem()+m_dev...
2009-01-18 mavRemove strict limitation on minimal multilink MRRU...
2009-01-14 rwatsonMerge OpenBSM alpha 5 from OpenBSM vendor branch to...
2009-01-08 mavMark ng_vjc node as FORCE_WRITER to protect slcompress...
2009-01-05 lulfMerge support for CVSMode (aka. mirror mode) into csup...
2009-01-02 obrienRecord that base/vendor/file/dist@186675 was merged.
2008-12-31 rwatsonMerge OpenBSM alpha 4 from OpenBSM vendor branch to...
2008-12-25 julianshave about 7% off the overhead of ng_ether by using...
2008-12-25 julianAdd a trivial node to reflect ethernet frames to whence...
2008-12-24 emaxChange message severity level from WARN to INFO. This...
2008-12-23 dougbMerge from vendor/bind9/dist as of the 9.4.3 import
2008-12-20 samMFH @ 186335
2008-12-19 samimport netbsd makefs tool
2008-12-16 mavUnroll two loops of SHA1Update(). 60 bytes of static...
2008-12-15 qingliThis main goals of this project are:
2008-12-14 mavTo avoid one doubtless netgraph SMP scalability limitat...
2008-12-13 mavRevert rev. 183277:
2008-12-13 mavRemove node shutdown on tty close. This could be easily...
2008-12-13 mavChange ttyhook_register() second argument from thread...
2008-12-10 zecConditionally compile out V_ globals while instantiatin...
2008-12-06 mavCarefully handle memory errors to keep peers compressio...
2008-12-02 rwatsonMerge OpenBSM 1.1 alpha 2 from the OpenBSM vendor branc...
2008-12-02 bzRather than using hidden includes (with cicular depende...
2008-12-02 peterMerge user/peter/kinfo branch as of r185547 into head.
2008-12-01 samimport ath hal
next