| Commit message (Expand) | Author | Age | Files | Lines |
* | Add ability to generate egress netflow instead or in addition to ingress. | mav | 2008-10-08 | 3 | -20/+116 |
* | Abort transfers on all pipes before closing them. This fixes the crash | emax | 2008-10-03 | 1 | -0/+5 |
* | Update ng_tty for MPSAFE TTY. | thompsa | 2008-10-03 | 2 | -454/+282 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 6 | -10/+72 |
* | Replace all calls to minor() with dev2unit(). | ed | 2008-09-27 | 1 | -2/+2 |
* | Remove unit2minor() use from kernel code. | ed | 2008-09-26 | 1 | -1/+1 |
* | Add ng_rmnode_flags() so the caller can pass NG_QUEUE and have the node | thompsa | 2008-09-22 | 2 | -2/+9 |
* | Fix error message content. | zec | 2008-09-21 | 1 | -1/+1 |
* | We can't implicitly trust the hook on NGQF_FN/NGQF_FN2 processing in | mav | 2008-09-13 | 1 | -6/+14 |
* | Add Marko's pipe node. | julian | 2008-09-03 | 2 | -0/+1226 |
* | Make sure BPF program is not bigger than set maximum (net.bpf.maxinsns). | jkim | 2008-08-29 | 1 | -1/+5 |
* | A bunch of formatting fixes brough to light by, or created by the Vimage commit | julian | 2008-08-20 | 1 | -1/+1 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 8 | -22/+30 |
* | Implement ratelimiting for debug messages. For now, allow at most | emax | 2008-08-01 | 5 | -20/+50 |
* | Increase maximum input queue size limit for raw Bluetooth HCI sockets. | emax | 2008-08-01 | 1 | -2/+1 |
* | Fix locking bug, i.e. lock "wildcard" matched pcb before return. | emax | 2008-08-01 | 1 | -0/+3 |
* | Introduce support for Bluetooth SCO sockets. This is based on older | emax | 2008-07-30 | 3 | -1/+2132 |
* | Simplify ubt_isoc_in_complete2(). Also should fix off by 1 bug. | emax | 2008-07-29 | 1 | -28/+18 |
* | Don't use memcpy() to copy several bytes. | mav | 2008-07-28 | 1 | -40/+22 |
* | Fill in the string portion of the bluetooth stack version sysctl. | trhodes | 2008-07-14 | 1 | -1/+1 |
* | Dust off old code for support of USB isochronous transfers. | emax | 2008-07-11 | 3 | -215/+341 |
* | Get in some basic infrastructure for Bluetooth SCO support. | emax | 2008-07-10 | 3 | -0/+59 |
* | Back out r180370. It was not discussed with subsystem maintainers. | gonzo | 2008-07-08 | 2 | -2/+2 |
* | Queue decapsulated packed instead of performing direct dispatch. Some | gonzo | 2008-07-08 | 2 | -2/+2 |
* | Remove NETISR_MPSAFE, which allows specific netisr handlers to be directly | rwatson | 2008-07-04 | 1 | -2/+1 |
* | Make it simpler to build netgraph modules outside of the kernel source | gnn | 2008-06-24 | 1 | -0/+2 |
* | Pass really available buffer size to libalias instead of MCLBYTES constant. | mav | 2008-06-01 | 1 | -2/+2 |
* | Remove netatm from HEAD as it is not MPSAFE and relies on the now removed | rwatson | 2008-05-25 | 4 | -1961/+0 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 1 | -2/+4 |
* | ng_address_hook() microoptimization. Use local variables as they should be. | mav | 2008-04-19 | 1 | -7/+5 |
* | Use separate UMA zone for data items allocation. It is a partial | mav | 2008-04-16 | 1 | -40/+70 |
* | Replace callout_init(..., 1) with callout_init(..., CALLOUT_MPSAFE) for | kris | 2008-04-16 | 1 | -1/+1 |
* | Several changes breaking netgraph module ABI collected together: | mav | 2008-04-15 | 3 | -139/+115 |
* | Add memory barriers to the node locking operations. | mav | 2008-04-09 | 1 | -18/+32 |
* | Rewrite node's r/w/q-lock semantics using only atomics instead of mutex | mav | 2008-04-06 | 1 | -247/+76 |
* | - Account all node stats at the shape mode. | mav | 2008-03-30 | 1 | -35/+27 |
* | Use new atomic_fetchadd() primitive instead of looping atomic_cmpset(). | mav | 2008-03-30 | 1 | -8/+5 |
* | There is no need to erase hook->hk_node before freing hook. | mav | 2008-03-29 | 1 | -3/+1 |
* | Remove ng_setisr() call from ng_dequeue(). It is useless as we any way | mav | 2008-03-27 | 1 | -11/+0 |
* | Switch from timeval to bintime, to use 1/(2^20) of seconds instead of | mav | 2008-03-27 | 1 | -22/+23 |
* | Some minor code and math optimizations. | mav | 2008-03-26 | 1 | -40/+21 |
* | Rewrite node to support multiple hooks, alike to ng_l2tp, to use one pair | mav | 2008-03-24 | 2 | -241/+284 |
* | Remove impossible (hk_peer == NULL) check from ng_address_hook(). | mav | 2008-03-16 | 1 | -1/+0 |
* | Add session ID hashing to speedup incoming packets dispatch in case | mav | 2008-03-16 | 1 | -38/+47 |
* | Improve apply callback error reporting: | mav | 2008-03-11 | 3 | -10/+28 |
* | Addition to the previous commit. Release inproc in case of memory error. | mav | 2008-03-09 | 1 | -0/+1 |
* | To avoid control data losses do not acknowledge recieving of control packet | mav | 2008-03-08 | 1 | -54/+44 |
* | Send only one incoming notification at a time to reduce queue | mav | 2008-03-07 | 1 | -32/+26 |
* | Increase default queue items allocation limit from 512 to 4096 items | mav | 2008-03-05 | 1 | -2/+16 |
* | Implement 128 items node name hash for faster name search. | mav | 2008-03-04 | 1 | -47/+70 |