summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* 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
* Raise one more bit in READER_MASK. I believe that before this changeglebius2005-09-061-1/+1
* Use non-debug macros inside debugging functions, to preventglebius2005-09-021-4/+4
* Fix dangling callout problem in the Bluetooth L2CAP code that leads toemax2005-08-313-5/+14
* Lock down PPTP node, since it has many data structures, that won't surviveglebius2005-08-301-7/+25
* Add ng_callout_ini_mtx() macro.glebius2005-08-301-0/+1
* Plug item leak in case when not all hooks are connected.glebius2005-08-291-0/+3
* Cleanup the reader/writer policy in netgraph(4). Assignglebius2005-08-261-24/+25
* Make sure ng_fec_init() uses the same calling convention as the rest ofemax2005-08-251-3/+3
* Backout revision 1.54, because it exposes a worse problem, thanglebius2005-08-251-3/+1
* Fix multiple typos in the mutex names. This fixes false positive (and prettyemax2005-08-231-4/+4
* In ng_callout() assert that supplied arguments are non-NULL.glebius2005-08-211-3/+4
* Stop callout before freeing memory, so it won't panic from softclock.pjd2005-08-211-0/+4
* Before freeing memory, assert that there is no pending callout.pjd2005-08-211-0/+1
* Use the ISO standard function variable vs. a GCC'ism.obrien2005-08-106-18/+18
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-095-37/+47
* reorder a couple of cases of void __inline to __inline voidjulian2005-08-081-3/+3
* Fix up the comment.ru2005-08-021-2/+2
* Fixed parsing of unsigned integers.ru2005-08-021-1/+4
* Fix typo and check correct (rsp) pointer against the NULL value.emax2005-07-291-1/+1
* Address minor locking issues. Use taskqueue_swi instead of taskqueue_swi_giant.emax2005-07-282-74/+74
* Fix missing '=' in structure initialization.obrien2005-07-231-1/+1
* Fix cut-n-paste error, introduced in rev. 1.103.glebius2005-07-211-1/+1
* Catch up with netgraph.h rev. 1.57 and fix build.glebius2005-07-211-0/+1
* Bump NG_ABI_VERSION. A number of ABI breakeges had been done sinceglebius2005-07-211-1/+1
* Enhance struct ng_hook - add hk_type field. This field will describeglebius2005-07-211-0/+1
* Problem description:glebius2005-07-211-67/+17
* Ignore AVM BlueFRITZ! USB Bluetooth Adapter v1.0 (product ID 0x2200).emax2005-07-191-0/+1
* Add support for AVM BlueFRITZ! USB Bluetooth Adapter v2.0. It appears thatemax2005-07-181-1/+1
* Check that we have first fragment before pulling up TCP/UDP header.glebius2005-07-171-12/+14
* Remove obsoleted sysctl interface for switching between standard and 3Comglebius2005-07-051-39/+1
* In the splnet times, netgraph was functional and synchronous. Nowadays,glebius2005-07-054-3/+82
* - After LibAlias processing check for TCP packet with th_x2 fieldglebius2005-06-271-8/+51
OpenPOWER on IntegriCloud