| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix cut-n-paste error, introduced in rev. 1.103. | glebius | 2005-07-21 | 1 | -1/+1 |
* | Catch up with netgraph.h rev. 1.57 and fix build. | glebius | 2005-07-21 | 1 | -0/+1 |
* | Bump NG_ABI_VERSION. A number of ABI breakeges had been done since | glebius | 2005-07-21 | 1 | -1/+1 |
* | Enhance struct ng_hook - add hk_type field. This field will describe | glebius | 2005-07-21 | 1 | -0/+1 |
* | Problem description: | glebius | 2005-07-21 | 1 | -67/+17 |
* | Ignore AVM BlueFRITZ! USB Bluetooth Adapter v1.0 (product ID 0x2200). | emax | 2005-07-19 | 1 | -0/+1 |
* | Add support for AVM BlueFRITZ! USB Bluetooth Adapter v2.0. It appears that | emax | 2005-07-18 | 1 | -1/+1 |
* | Check that we have first fragment before pulling up TCP/UDP header. | glebius | 2005-07-17 | 1 | -12/+14 |
* | Remove obsoleted sysctl interface for switching between standard and 3Com | glebius | 2005-07-05 | 1 | -39/+1 |
* | In the splnet times, netgraph was functional and synchronous. Nowadays, | glebius | 2005-07-05 | 4 | -3/+82 |
* | - After LibAlias processing check for TCP packet with th_x2 field | glebius | 2005-06-27 | 1 | -8/+51 |
* | Fix some long standing bugs in writing to the BPF device attached to | dwmalone | 2005-06-26 | 2 | -9/+6 |
* | Eliminate unused argument in PCMCIA_CARD macro. | imp | 2005-06-24 | 1 | -1/+1 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 8 | -78/+85 |
* | - Remove redundant parenthesis in M_CHECK macro. | glebius | 2005-06-10 | 1 | -13/+8 |
* | Add ng_tcpmss node, which alters MSS options of TCP packets. Useful to | glebius | 2005-06-10 | 2 | -0/+525 |
* | Refer to the mbuf header length field via the official method. | ru | 2005-06-09 | 1 | -8/+8 |
* | Update statistics only in case if delivery was successfull. | glebius | 2005-06-07 | 1 | -2/+4 |
* | MPPC node is not thread safe. | glebius | 2005-06-03 | 1 | -0/+3 |
* | Fix check for leading zero, so that it does not block two zeroes | glebius | 2005-05-29 | 1 | -1/+5 |
* | Fix use of uninitialized variable len in ngd_send. | bz | 2005-05-28 | 1 | -3/+7 |
* | Move AVM USB Bluetooth-Adapter BlueFritz! from "broken" devices list | emax | 2005-05-28 | 1 | -4/+6 |
* | Remove local error variable, which leads to hiding error from return | glebius | 2005-05-23 | 1 | -1/+0 |
* | Return EINVAL for incorrect hook names. | glebius | 2005-05-23 | 1 | -3/+2 |
* | - Unwind NG_SEND_MSG_PATH() macro and merge it with already unwinded | glebius | 2005-05-17 | 1 | -28/+26 |
* | Use NG_QUEUE instead of constant. | glebius | 2005-05-16 | 1 | -1/+1 |
* | Refactor places where ng_package_data() failed. | glebius | 2005-05-16 | 1 | -13/+13 |
* | - Fix build with TRACE_MESSAGES on. | glebius | 2005-05-16 | 1 | -41/+42 |
* | Close race between node being shutdown and socket being detached. To | glebius | 2005-05-16 | 1 | -7/+27 |
* | Catch up with new ng_package_data(). | glebius | 2005-05-16 | 1 | -1/+1 |
* | Catch up with new ng_package_data(). Use NG_WAITOK on userland | glebius | 2005-05-16 | 1 | -1/+1 |
* | - Catch up with new interface to ng_package_data(). | glebius | 2005-05-16 | 1 | -5/+8 |
* | Catch up with new ng_send_fn1() interface. | glebius | 2005-05-16 | 1 | -1/+4 |
* | - Extend interface of ng_getqblk(), so that malloc wait flags are | glebius | 2005-05-16 | 2 | -36/+34 |
* | Make NETGRAPH_DEBUG a kernel option, so that it can't be turned off | glebius | 2005-05-16 | 1 | -1/+3 |
* | Move queue element routines upper, so that all related | glebius | 2005-05-14 | 1 | -85/+85 |
* | Use uma(9) for allocating netgraph items: | glebius | 2005-05-14 | 2 | -109/+48 |
* | When used as divert socket we need to decouple stack when node is entered | glebius | 2005-05-13 | 1 | -1/+3 |
* | Since there is no way to queue a function call to node, create | glebius | 2005-05-13 | 2 | -3/+18 |
* | - Gather statistics about failed mbuf+cluster+ng_item allocations. | glebius | 2005-05-12 | 2 | -11/+12 |
* | A new version of NetFlow node. | glebius | 2005-05-11 | 4 | -302/+340 |
* | Move assertion below initializer. | glebius | 2005-05-11 | 1 | -3/+3 |
* | Mark AVM USB Bluetooth-Adapter BlueFritz! as "broken". This device is not | emax | 2005-05-10 | 1 | -1/+1 |
* | - Assert that mbuf length equals packet length. | glebius | 2005-05-10 | 1 | -5/+10 |
* | ng_nat - a netgraph(4) node, which does NAT | glebius | 2005-05-05 | 2 | -0/+351 |
* | Change m_uiotombuf so it will accept offset at which data should be copied | emax | 2005-05-04 | 1 | -1/+1 |
* | - Initialize interface as UP when hook is connected. | glebius | 2005-04-20 | 1 | -2/+5 |
* | When netgraph flow control message comes from downstream, broadcast | glebius | 2005-04-20 | 1 | -0/+28 |
* | Remove extra ifnet pointer from private data. It can be accessed via arpcom. | glebius | 2005-04-20 | 1 | -6/+5 |
* | Add macro NG_COPYMESSAGE(), which allocates memory and creates a | glebius | 2005-04-20 | 1 | -1/+22 |