aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* In r191367 the need for if_free_type() was removed and a new memberBrooks Davis2011-11-111-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-077-8/+9
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-0726-32/+38
* - Fix potential double mbuf free: M_PREPEND may free mbuf chain and returnMax Khon2011-11-061-1/+3
* Fix potential double mbuf free: M_PREPEND may free mbuf chain and returnMax Khon2011-11-061-1/+2
* Constify "address" argument of ng_address_path().Max Khon2011-11-062-2/+2
* - If KDB & NETGRAPH_DEBUG are on, print traces on discovered failedGleb Smirnoff2011-10-272-2/+9
* Free mbuf in case when protocol in unknown in ng_ipfw_rcvdata().Alexander V. Chernikov2011-10-101-9/+7
* Add IPv6 support to the ng_ipfw(4) [1]. Also add ifdefs to be ableAndrey V. Elsukov2011-09-151-12/+42
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-111-1/+1
* remove RESTARTABLE_PANICS optionAndriy Gapon2011-07-253-18/+0
* Clear pending ifnet events, in an attempt at preventingMarko Zec2011-07-161-0/+2
* In ng_attach_cntl() first allocate things that may fail, and thenGleb Smirnoff2011-07-141-16/+15
* Add missing unlocks.Gleb Smirnoff2011-07-061-0/+2
* o Eliminate flow6_hash_entry in favor of flow_hash_entry. We don't needGleb Smirnoff2011-07-053-107/+152
* Fix build with NETGRAPH_DEBUG.Gleb Smirnoff2011-07-041-1/+1
* Fix build with NETGRAPH_DEBUG.Gleb Smirnoff2011-07-041-2/+2
* - Use refcount(9) API to manage node and hook refcounting.Gleb Smirnoff2011-07-042-18/+10
* Tag mbufs of all incoming frames or packets with the interface's FIBBjoern A. Zeeb2011-07-031-0/+1
* Fix double free.Gleb Smirnoff2011-07-011-1/+0
* - Move all USB device ID arrays into so-called sections,Hans Petter Selasky2011-06-242-3/+3
* Be consistent with r160968: keep autoSrcAddr flag untouched whenGleb Smirnoff2011-06-231-1/+0
* Sync ng_nat with recent (r222806) ipfw_nat changes:Andrey V. Elsukov2011-06-071-3/+17
* Assume the link to be dead if bit error rate (BER) parameter is set to 1.Marko Zec2011-05-241-1/+30
* Provide fake link status information in an attempt to let ng_eiface(4)Marko Zec2011-05-241-1/+70
* usb: fix a missed use of use_generic in r222051Andriy Gapon2011-05-181-4/+5
* LibAliasInit() should allocate memory with M_WAITOK flag. Modify itGleb Smirnoff2011-04-181-4/+0
* Finish last change.Gleb Smirnoff2011-04-181-1/+0
* Further cleanup of node creation path from M_NOWAIT usage.Gleb Smirnoff2011-04-181-11/+3
* ng_netflow_cache_init() can be void.Gleb Smirnoff2011-04-183-7/+4
* Node constructor methods are supposed to be called in syscallGleb Smirnoff2011-04-1840-144/+43
* Use M_WAITOK flag instead M_WAIT for malloc.Andrey V. Elsukov2011-04-181-5/+6
* Fix error where error variable was assigned result of comparison,Gleb Smirnoff2011-04-171-1/+1
* Properly unref ng_hub nodes on shutdown, so that we don't leak them.Marko Zec2011-04-071-0/+2
* Improve locking of creating and dropping links in the graph, acquiringGleb Smirnoff2011-03-211-51/+46
* Remove spl(9) remnants.Gleb Smirnoff2011-03-191-3/+1
* Unbreak the build for no options INET6.Bjoern A. Zeeb2011-03-032-0/+8
* Add support for NetFlow version 9 into ng_netflow(4) node.Gleb Smirnoff2011-03-026-132/+1739
* Add XMIT_FAILOVER transmit algorithm to ng_one2many node. Packets areAndrey V. Elsukov2011-03-012-0/+6
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-212-2/+2
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325Bjoern A. Zeeb2011-02-163-3/+21
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-127-23/+23
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-112-2/+0
* Simplify ng_pipe locking model by relying on the netgraph frameworkMarko Zec2010-11-241-147/+85
* After some off-list discussion, revert a number of changes to theDimitry Andric2010-11-223-5/+5
* Allow for MTU sizes of up to ETHER_MAX_LEN_JUMBO (i.e. 9018) bytes to beMarko Zec2010-11-222-1/+3
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutDimitry Andric2010-11-143-5/+5
* When calling panic(), always pass a format string.Rui Paulo2010-10-138-12/+12
* Fix typoMaksim Yevmenkin2010-08-021-1/+1
* Fix operation of "netgraph" action in conjunction with theGleb Smirnoff2010-07-271-1/+2