| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix an item leak, that happens when some node calls ng_callout() two | Gleb Smirnoff | 2005-09-08 | 1 | -2/+6 |
| * | Rework locking, that I have introduced recently, since it was incorrect: | Gleb Smirnoff | 2005-09-08 | 1 | -35/+54 |
| * | Fix build. | Gleb Smirnoff | 2005-09-06 | 1 | -1/+1 |
| * | When we read data from socket buffer using soreceive() the socket layer | Gleb Smirnoff | 2005-09-06 | 1 | -4/+13 |
| * | In INVARIANTS case also check that nodes do not pass queues of mbufs | Gleb Smirnoff | 2005-09-06 | 1 | -1/+5 |
| * | Raise one more bit in READER_MASK. I believe that before this change | Gleb Smirnoff | 2005-09-06 | 1 | -1/+1 |
| * | Use non-debug macros inside debugging functions, to prevent | Gleb Smirnoff | 2005-09-02 | 1 | -4/+4 |
| * | Fix dangling callout problem in the Bluetooth L2CAP code that leads to | Maksim Yevmenkin | 2005-08-31 | 3 | -5/+14 |
| * | Lock down PPTP node, since it has many data structures, that won't survive | Gleb Smirnoff | 2005-08-30 | 1 | -7/+25 |
| * | Add ng_callout_ini_mtx() macro. | Gleb Smirnoff | 2005-08-30 | 1 | -0/+1 |
| * | Plug item leak in case when not all hooks are connected. | Gleb Smirnoff | 2005-08-29 | 1 | -0/+3 |
| * | Cleanup the reader/writer policy in netgraph(4). Assign | Gleb Smirnoff | 2005-08-26 | 1 | -24/+25 |
| * | Make sure ng_fec_init() uses the same calling convention as the rest of | Maksim Yevmenkin | 2005-08-25 | 1 | -3/+3 |
| * | Backout revision 1.54, because it exposes a worse problem, than | Gleb Smirnoff | 2005-08-25 | 1 | -3/+1 |
| * | Fix multiple typos in the mutex names. This fixes false positive (and pretty | Maksim Yevmenkin | 2005-08-23 | 1 | -4/+4 |
| * | In ng_callout() assert that supplied arguments are non-NULL. | Gleb Smirnoff | 2005-08-21 | 1 | -3/+4 |
| * | Stop callout before freeing memory, so it won't panic from softclock. | Pawel Jakub Dawidek | 2005-08-21 | 1 | -0/+4 |
| * | Before freeing memory, assert that there is no pending callout. | Pawel Jakub Dawidek | 2005-08-21 | 1 | -0/+1 |
| * | Use the ISO standard function variable vs. a GCC'ism. | David E. O'Brien | 2005-08-10 | 6 | -18/+18 |
| * | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson | 2005-08-09 | 5 | -37/+47 |
| * | reorder a couple of cases of void __inline to __inline void | Julian Elischer | 2005-08-08 | 1 | -3/+3 |
| * | Fix up the comment. | Ruslan Ermilov | 2005-08-02 | 1 | -2/+2 |
| * | Fixed parsing of unsigned integers. | Ruslan Ermilov | 2005-08-02 | 1 | -1/+4 |
| * | Fix typo and check correct (rsp) pointer against the NULL value. | Maksim Yevmenkin | 2005-07-29 | 1 | -1/+1 |
| * | Address minor locking issues. Use taskqueue_swi instead of taskqueue_swi_giant. | Maksim Yevmenkin | 2005-07-28 | 2 | -74/+74 |
| * | Fix missing '=' in structure initialization. | David E. O'Brien | 2005-07-23 | 1 | -1/+1 |
| * | Fix cut-n-paste error, introduced in rev. 1.103. | Gleb Smirnoff | 2005-07-21 | 1 | -1/+1 |
| * | Catch up with netgraph.h rev. 1.57 and fix build. | Gleb Smirnoff | 2005-07-21 | 1 | -0/+1 |
| * | Bump NG_ABI_VERSION. A number of ABI breakeges had been done since | Gleb Smirnoff | 2005-07-21 | 1 | -1/+1 |
| * | Enhance struct ng_hook - add hk_type field. This field will describe | Gleb Smirnoff | 2005-07-21 | 1 | -0/+1 |
| * | Problem description: | Gleb Smirnoff | 2005-07-21 | 1 | -67/+17 |
| * | Ignore AVM BlueFRITZ! USB Bluetooth Adapter v1.0 (product ID 0x2200). | Maksim Yevmenkin | 2005-07-19 | 1 | -0/+1 |
| * | Add support for AVM BlueFRITZ! USB Bluetooth Adapter v2.0. It appears that | Maksim Yevmenkin | 2005-07-18 | 1 | -1/+1 |
| * | Check that we have first fragment before pulling up TCP/UDP header. | Gleb Smirnoff | 2005-07-17 | 1 | -12/+14 |
| * | Remove obsoleted sysctl interface for switching between standard and 3Com | Gleb Smirnoff | 2005-07-05 | 1 | -39/+1 |
| * | In the splnet times, netgraph was functional and synchronous. Nowadays, | Gleb Smirnoff | 2005-07-05 | 4 | -3/+82 |
| * | - After LibAlias processing check for TCP packet with th_x2 field | Gleb Smirnoff | 2005-06-27 | 1 | -8/+51 |
| * | Fix some long standing bugs in writing to the BPF device attached to | David Malone | 2005-06-26 | 2 | -9/+6 |
| * | Eliminate unused argument in PCMCIA_CARD macro. | Warner Losh | 2005-06-24 | 1 | -1/+1 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 8 | -78/+85 |
| * | - Remove redundant parenthesis in M_CHECK macro. | Gleb Smirnoff | 2005-06-10 | 1 | -13/+8 |
| * | Add ng_tcpmss node, which alters MSS options of TCP packets. Useful to | Gleb Smirnoff | 2005-06-10 | 2 | -0/+525 |
| * | Refer to the mbuf header length field via the official method. | Ruslan Ermilov | 2005-06-09 | 1 | -8/+8 |
| * | Update statistics only in case if delivery was successfull. | Gleb Smirnoff | 2005-06-07 | 1 | -2/+4 |
| * | MPPC node is not thread safe. | Gleb Smirnoff | 2005-06-03 | 1 | -0/+3 |
| * | Fix check for leading zero, so that it does not block two zeroes | Gleb Smirnoff | 2005-05-29 | 1 | -1/+5 |
| * | Fix use of uninitialized variable len in ngd_send. | Bjoern A. Zeeb | 2005-05-28 | 1 | -3/+7 |
| * | Move AVM USB Bluetooth-Adapter BlueFritz! from "broken" devices list | Maksim Yevmenkin | 2005-05-28 | 1 | -4/+6 |
| * | Remove local error variable, which leads to hiding error from return | Gleb Smirnoff | 2005-05-23 | 1 | -1/+0 |
| * | Return EINVAL for incorrect hook names. | Gleb Smirnoff | 2005-05-23 | 1 | -3/+2 |