summaryrefslogtreecommitdiff
path: root/sys/netgraph
AgeCommit message (Expand)Author
2009-05-29s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson
2009-05-28s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson
2009-05-27Hook ubt and ubtbcmfw back up to the build.Andrew Thompson
2009-05-27move ng_ubt_var.h back to its original placeAndrew Thompson
2009-05-27move ng_ubt.c back to its original placeAndrew Thompson
2009-05-27move ubtbcmfw.c back to its original placeAndrew Thompson
2009-05-27Delete the bluetooth drivers for the old usb stack.Andrew Thompson
2009-05-13Fix copy-paste bug in NGM_NETFLOW_SETCONFIG argument size verification.Alexander Motin
2009-05-05Unbreak LINT build, caused by a change in struct ng_node layout introducedMarko Zec
2009-05-05Change the curvnet variable from a global const struct vnet *,Marko Zec
2009-04-26In preparation to make options VIMAGE operational, where needed,Marko Zec
2009-04-19Lock the interface address list while building replies toRobert Watson
2009-04-19Lock interface address list when building a reply to NGM_EIFACE_GET_IFADDRSRobert Watson
2009-04-17Switch ubtbcmfw(4) to use si_drv1 instead of storing the unit number.Ed Schouten
2009-04-16Change if_output to take a struct route as its fourth argument in orderKip Macy
2009-03-03Make Netgraph compile with Clang.Ed Schouten
2009-02-28Add memmove() to the kernel, making the kernel compile with Clang.Ed Schouten
2009-02-27For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb
2009-02-10Update comment. soalloc() is no longer performing M_WAITOK memory allocations.Maksim Yevmenkin
2009-02-04Allow unprivileged users to run l2ping(8).Maksim Yevmenkin
2009-01-20Check for infinite recursion possible on some broken PPTP/L2TP/... VPN setups.Alexander Motin
2009-01-19Properly return error code to the caller. This should fix the followingMaksim Yevmenkin
2009-01-18If source mbuf chain consists of only one mbuf, use it directly as sourceAlexander Motin
2009-01-18Use m_unshare()+m_copyback() instead of m_freem()+m_devget() to keepAlexander Motin
2009-01-18Remove strict limitation on minimal multilink MRRU. RFC claims that MRRUAlexander Motin
2009-01-08Mark ng_vjc node as FORCE_WRITER to protect slcompress state.Alexander Motin
2008-12-25shave about 7% off the overhead of ng_ether by using per-hookJulian Elischer
2008-12-25Add a trivial node to reflect ethernet frames to whence they came.Julian Elischer
2008-12-24Change message severity level from WARN to INFO. This should reduceMaksim Yevmenkin
2008-12-16Unroll two loops of SHA1Update(). 60 bytes of static memory is not a price.Alexander Motin
2008-12-15This main goals of this project are:Qing Li
2008-12-14To avoid one doubtless netgraph SMP scalability limitation point, switchAlexander Motin
2008-12-13Revert rev. 183277:Alexander Motin
2008-12-13Remove node shutdown on tty close. This could be easily done by user-levelAlexander Motin
2008-12-13Change ttyhook_register() second argument from thread to process pointer.Alexander Motin
2008-12-10Conditionally compile out V_ globals while instantiating the appropriateMarko Zec
2008-12-06Carefully handle memory errors to keep peers compression/encryption stateAlexander Motin
2008-12-02Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb
2008-11-28Unhide declarations of network stack virtualization structs fromMarko Zec
2008-11-22Remove unused variable.Alexander Motin
2008-11-22Fix typo. Clear session stats instead of config and part of stats.Alexander Motin
2008-11-22Remove unneeded NULL check. At first msg can't be null here and and at secondAlexander Motin
2008-11-22convert calls to IFQ_HANDOFF to if_transmitKip Macy
2008-11-08Don't use curthread to resolve file descriptor. Request may be queued, soAlexander Motin
2008-11-08Assign new cookie to the node to reflect API change.Alexander Motin
2008-11-07Don't assign completely meaningless name to the node on creation.Alexander Motin
2008-10-23Fix a number of style issues in the MALLOC / FREE commit. I've tried toDag-Erling Smørgrav
2008-10-23Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav
2008-10-08Add ability to generate egress netflow instead or in addition to ingress.Alexander Motin
2008-10-03Abort transfers on all pipes before closing them. This fixes the crashMaksim Yevmenkin