summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some long standing bugs in writing to the BPF device attached todwmalone2005-06-262-9/+6
* Eliminate unused argument in PCMCIA_CARD macro.imp2005-06-241-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-108-78/+85
* - Remove redundant parenthesis in M_CHECK macro.glebius2005-06-101-13/+8
* Add ng_tcpmss node, which alters MSS options of TCP packets. Useful toglebius2005-06-102-0/+525
* Refer to the mbuf header length field via the official method.ru2005-06-091-8/+8
* Update statistics only in case if delivery was successfull.glebius2005-06-071-2/+4
* MPPC node is not thread safe.glebius2005-06-031-0/+3
* Fix check for leading zero, so that it does not block two zeroesglebius2005-05-291-1/+5
* Fix use of uninitialized variable len in ngd_send.bz2005-05-281-3/+7
* Move AVM USB Bluetooth-Adapter BlueFritz! from "broken" devices listemax2005-05-281-4/+6
* Remove local error variable, which leads to hiding error from returnglebius2005-05-231-1/+0
* Return EINVAL for incorrect hook names.glebius2005-05-231-3/+2
* - Unwind NG_SEND_MSG_PATH() macro and merge it with already unwindedglebius2005-05-171-28/+26
* Use NG_QUEUE instead of constant.glebius2005-05-161-1/+1
* Refactor places where ng_package_data() failed.glebius2005-05-161-13/+13
* - Fix build with TRACE_MESSAGES on.glebius2005-05-161-41/+42
* Close race between node being shutdown and socket being detached. Toglebius2005-05-161-7/+27
* Catch up with new ng_package_data().glebius2005-05-161-1/+1
* Catch up with new ng_package_data(). Use NG_WAITOK on userlandglebius2005-05-161-1/+1
* - Catch up with new interface to ng_package_data().glebius2005-05-161-5/+8
* Catch up with new ng_send_fn1() interface.glebius2005-05-161-1/+4
* - Extend interface of ng_getqblk(), so that malloc wait flags areglebius2005-05-162-36/+34
* Make NETGRAPH_DEBUG a kernel option, so that it can't be turned offglebius2005-05-161-1/+3
* Move queue element routines upper, so that all relatedglebius2005-05-141-85/+85
* Use uma(9) for allocating netgraph items:glebius2005-05-142-109/+48
* When used as divert socket we need to decouple stack when node is enteredglebius2005-05-131-1/+3
* Since there is no way to queue a function call to node, createglebius2005-05-132-3/+18
* - Gather statistics about failed mbuf+cluster+ng_item allocations.glebius2005-05-122-11/+12
* A new version of NetFlow node.glebius2005-05-114-302/+340
* Move assertion below initializer.glebius2005-05-111-3/+3
* Mark AVM USB Bluetooth-Adapter BlueFritz! as "broken". This device is notemax2005-05-101-1/+1
* - Assert that mbuf length equals packet length.glebius2005-05-101-5/+10
* ng_nat - a netgraph(4) node, which does NATglebius2005-05-052-0/+351
* Change m_uiotombuf so it will accept offset at which data should be copiedemax2005-05-041-1/+1
* - Initialize interface as UP when hook is connected.glebius2005-04-201-2/+5
* When netgraph flow control message comes from downstream, broadcastglebius2005-04-201-0/+28
* Remove extra ifnet pointer from private data. It can be accessed via arpcom.glebius2005-04-201-6/+5
OpenPOWER on IntegriCloud