summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_base.c
Commit message (Expand)AuthorAgeFilesLines
...
* When making a peer of unknown type framework tries to load moduleglebius2004-07-271-19/+5
* Slight cosmetic changes.julian2004-07-201-14/+14
* Reverse a lock/unlock pair that were the wrong way around in some code thatjulian2004-07-181-2/+2
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-1/+1
* Update for the KDB framework:marcel2004-07-101-3/+4
* Remove the home-grown metadata facility in favour of the now genericjulian2004-06-301-31/+7
* Not quite sure how that one got past me..julian2004-06-261-1/+1
* Make the frameworkl responsible for not passing the nodes a NULL mbuf pointer.julian2004-06-251-0/+7
* Clean up use of ng_hdhasb_mtx a little:rwatson2004-06-241-0/+5
* Add a new netgraph method to allow restoration of somejulian2004-05-291-1/+4
* Get rid of the deprecated *LEN constants in favour of the newharti2004-01-261-21/+20
* The last argument to mtx_init() should be MTX_DEF, not 0. This is not atruckman2003-12-081-4/+8
* o add a flags parameter to netisr_register that is used to specifysam2003-11-081-1/+2
* Replace the lock-less algorithm for the free item list with a moreharti2003-11-051-64/+36
* Change all SYSCTLS which are readonly and have a related TUNABLEsilby2003-10-211-2/+2
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-1/+1
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskdes2003-04-081-2/+1
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-1/+1
* Add two loader tuneables that allow one to change the maximum number ofharti2003-03-021-1/+11
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* Don't use "NULL" when "0" is really meant.archie2002-08-221-2/+2
* Make the consumers of the linker_load_file() function usemux2002-08-021-1/+1
* Fix GCC warnings caused by initializing a zero length array. In the process,archie2002-05-311-3/+3
* Fix warnings: deprecated use of label at end of compound statementpeter2002-05-241-0/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-6/+6
* Official timeout routines for netgraph nodes that know how tojulian2002-03-051-0/+62
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-5/+5
* Fix two typosbrian2001-08-211-2/+2
* Add an external function to unlink a netgraph type from the types list.julian2001-07-231-0/+20
* remember to set the return address in a message whenjulian2001-07-141-0/+1
* netgraph.h:julian2001-03-101-18/+56
* Cleanups to Macros for sending data between netgraph nodes.julian2001-03-031-1/+0
* Shuffle netgraph mutexes a bit and hold a reference on a nodejulian2001-02-281-2/+4
* Allow a changed MAC address to show up in ifconfig by changing itjulian2001-02-261-1/+1
* Add knowledge of the netgraph spinlocks into the Witness code.julian2001-02-241-5/+12
* Shuffle sysctls a bit (thankyou whoever made them dynamic for modules)julian2001-02-231-0/+4
* Preceed/preceeding are not english words. Use precede and preceding.asmodai2001-02-181-1/+1
* Change and clean the mutex lock interface.bmilekic2001-02-091-67/+67
* Make netgraph modules refuse to link with modules of a different ABI version.julian2001-02-051-1/+2
* Clean up reference counting with relation to queued packets and the worklist,julian2001-02-011-133/+102
* Add the ability to declare ore-ride methods on a per-hook basisjulian2001-01-311-15/+32
* Implement direct support for semipersistant nodes.julian2001-01-301-183/+146
* Only clear the 'free' bit if we were successful in getting a queue item off t...julian2001-01-251-2/+6
* Don't crash the kernel if the user tries to load a netgraphjulian2001-01-241-4/+10
* Add MTX_SPIN to an mtx_init(julian2001-01-221-1/+1
* remove stupid braino (recursive mutex)julian2001-01-211-16/+20
* Add a generic "queued function callin" mechanismjulian2001-01-141-188/+380
* remove debug sysctljulian2001-01-111-1/+4
* Make hook deletion SMP safe.julian2001-01-111-52/+88
* Add an exported function ng_rmhook_self() that removes a hookjulian2001-01-111-4/+101
OpenPOWER on IntegriCloud