summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* In ng_netflow_disconnect() check whether we are working with "iface"glebius2005-12-281-2/+6
* Implement an upper limit for packets per second sent by node.glebius2005-12-232-4/+47
* Fix memory leak.ru2005-12-091-0/+1
* Fix build without BPF_JITTER option.jkim2005-12-071-1/+3
* Add BPF Just-In-Time compiler support for ng_bpf(4).jkim2005-12-071-2/+28
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-041-6/+6
* Use __LP64__ to check for the 64-bit pointer type, and fix -Wundef.ru2005-12-041-4/+2
* - Update the flow sequence before converting count toglebius2005-11-271-5/+2
* Some whitespace and style cleanup.glebius2005-11-152-89/+88
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-112-7/+7
* Make IFP2NG() usable as an lvalue.ru2005-11-092-9/+6
* Use sparse initializers for "struct domain" and "struct protosw",ru2005-11-092-88/+49
* Simplify setting the link-level address.ru2005-11-081-19/+3
* Use if_setlladdr() to reprogram the link-level addresses; it causesru2005-11-041-21/+4
* Bring some level of stability to this driver:ru2005-11-041-3/+19
* - Fix another fallout from the if_alloc() conversion:ru2005-11-041-6/+6
* Restore part of the code dropped in rev. 1.25 that makes sure ether_demux()ru2005-11-031-0/+9
* Fix several races between socket closure and node/hookglebius2005-11-021-77/+97
* Fix two races which happen when netgraph is restructuring:glebius2005-11-021-8/+47
* Rework the ng_item queueing on nodes:glebius2005-11-022-124/+118
* Normalize a significant number of kernel malloc type names:rwatson2005-10-312-3/+3
* Push the assignment of a new or updated so_qlimit from solisten()rwatson2005-10-304-6/+6
* Use variable-sized arrays where appropriate.ru2005-10-285-7/+7
* Do not manually allocate/free device's softc structure.emax2005-10-261-14/+2
* - Use swi_remove() to teardown swi handlers rather thanjhb2005-10-261-2/+2
* Catch up with new interrupt handling code.ru2005-10-261-3/+3
* Make the cookie constant name canonical.ru2005-10-251-1/+1
* Use new (inline) functions for calls into driver.phk2005-10-162-4/+2
* In preparation for making the modules actually use opt_*.h filesyar2005-10-141-0/+6
* Further clean up the bridge hooks in if_ethersubr.c and ng_ether.cthompsa2005-10-141-17/+4
* - When flushing node input queue, check whether item has a callback. Ifglebius2005-10-131-0/+6
* Clean up the if_bridge hooks a bit in if_ethersubr.c and ng_ether.c, movethompsa2005-10-131-19/+0
* After rev. 1.103 the oitem and ierror are no longer needed, remove them.glebius2005-10-121-18/+4
* Fix a regression introduced in rev. 1.107. If an item once had a writerglebius2005-10-111-22/+28
* Style and other fixes for the last commit.glebius2005-10-111-7/+9
* ALTQ support for ng_iface(4). Before turning on please consult manual page.glebius2005-10-101-26/+68
* In ngt_input(), do not derefer sc (= (sc_p) tp->t_lsc) before makingtanimura2005-10-081-2/+5
* A deja vu of:glebius2005-10-071-2/+41
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalmlaier2005-09-271-4/+1
* Fix commentemax2005-09-221-1/+1
* Finish last commit: actually remove compat methods from bt3c_pccard_methodsimp2005-09-221-7/+3
* Remove broken OLDCARD compat shims.imp2005-09-221-16/+4
* Dej'a vu of revision 1.35glebius2005-09-191-1/+1
* When message can't fit into socket receive buffer return ENOBUFSglebius2005-09-121-2/+3
* Remove ng_callout_init_mtx() macro. Mutexed callouts are incompatibleglebius2005-09-121-1/+0
* Fix an item leak, that happens when some node calls ng_callout() twoglebius2005-09-081-2/+6
* Rework locking, that I have introduced recently, since it was incorrect:glebius2005-09-081-35/+54
* Fix build.glebius2005-09-061-1/+1
* When we read data from socket buffer using soreceive() the socket layerglebius2005-09-061-4/+13
* In INVARIANTS case also check that nodes do not pass queues of mbufsglebius2005-09-061-1/+5
OpenPOWER on IntegriCloud