summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* Make Netgraph compile with Clang.ed2009-03-033-14/+12
* Add memmove() to the kernel, making the kernel compile with Clang.ed2009-02-282-5/+0
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-273-0/+7
* Update comment. soalloc() is no longer performing M_WAITOK memory allocations.emax2009-02-101-14/+6
* Allow unprivileged users to run l2ping(8).emax2009-02-041-5/+0
* Check for infinite recursion possible on some broken PPTP/L2TP/... VPN setups.mav2009-01-202-0/+21
* Properly return error code to the caller. This should fix the followingemax2009-01-191-20/+26
* If source mbuf chain consists of only one mbuf, use it directly as sourcemav2009-01-181-34/+51
* Use m_unshare()+m_copyback() instead of m_freem()+m_devget() to keepmav2009-01-183-49/+80
* Remove strict limitation on minimal multilink MRRU. RFC claims that MRRUmav2009-01-181-5/+6
* Mark ng_vjc node as FORCE_WRITER to protect slcompress state.mav2009-01-081-0/+3
* shave about 7% off the overhead of ng_ether by using per-hookjulian2008-12-251-17/+23
* Add a trivial node to reflect ethernet frames to whence they came.julian2008-12-252-0/+196
* Change message severity level from WARN to INFO. This should reduceemax2008-12-241-1/+1
* Unroll two loops of SHA1Update(). 60 bytes of static memory is not a price.mav2008-12-161-9/+12
* This main goals of this project are:qingli2008-12-151-2/+2
* To avoid one doubtless netgraph SMP scalability limitation point, switchmav2008-12-141-13/+32
* Revert rev. 183277:mav2008-12-132-9/+2
* Remove node shutdown on tty close. This could be easily done by user-levelmav2008-12-131-11/+0
* Change ttyhook_register() second argument from thread to process pointer.mav2008-12-131-5/+5
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-106-1/+28
* Carefully handle memory errors to keep peers compression/encryption statemav2008-12-061-11/+24
* Rather than using hidden includes (with cicular dependencies),bz2008-12-024-0/+4
* Unhide declarations of network stack virtualization structs fromzec2008-11-283-4/+11
* Remove unused variable.mav2008-11-221-3/+2
* Fix typo. Clear session stats instead of config and part of stats.mav2008-11-221-1/+1
* Remove unneeded NULL check. At first msg can't be null here and and at secondmav2008-11-221-2/+1
* convert calls to IFQ_HANDOFF to if_transmitkmacy2008-11-221-1/+1
* Don't use curthread to resolve file descriptor. Request may be queued, somav2008-11-081-2/+10
* Assign new cookie to the node to reflect API change.mav2008-11-081-1/+1
* Don't assign completely meaningless name to the node on creation.mav2008-11-071-11/+0
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-237-11/+18
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-2354-248/+233
* Add ability to generate egress netflow instead or in addition to ingress.mav2008-10-083-20/+116
* Abort transfers on all pipes before closing them. This fixes the crashemax2008-10-031-0/+5
* Update ng_tty for MPSAFE TTY.thompsa2008-10-032-454/+282
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-026-10/+72
* Replace all calls to minor() with dev2unit().ed2008-09-271-2/+2
* Remove unit2minor() use from kernel code.ed2008-09-261-1/+1
* Add ng_rmnode_flags() so the caller can pass NG_QUEUE and have the nodethompsa2008-09-222-2/+9
* Fix error message content.zec2008-09-211-1/+1
* We can't implicitly trust the hook on NGQF_FN/NGQF_FN2 processing inmav2008-09-131-6/+14
* Add Marko's pipe node.julian2008-09-032-0/+1226
* Make sure BPF program is not bigger than set maximum (net.bpf.maxinsns).jkim2008-08-291-1/+5
* A bunch of formatting fixes brough to light by, or created by the Vimage commitjulian2008-08-201-1/+1
* Commit step 1 of the vimage project, (network stack)bz2008-08-178-22/+30
* Implement ratelimiting for debug messages. For now, allow at mostemax2008-08-015-20/+50
* Increase maximum input queue size limit for raw Bluetooth HCI sockets.emax2008-08-011-2/+1
* Fix locking bug, i.e. lock "wildcard" matched pcb before return.emax2008-08-011-0/+3
* Introduce support for Bluetooth SCO sockets. This is based on olderemax2008-07-303-1/+2132
OpenPOWER on IntegriCloud