index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netgraph
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused variable.
mav
2008-11-22
1
-3
/
+2
*
Fix typo. Clear session stats instead of config and part of stats.
mav
2008-11-22
1
-1
/
+1
*
Remove unneeded NULL check. At first msg can't be null here and and at second
mav
2008-11-22
1
-2
/
+1
*
convert calls to IFQ_HANDOFF to if_transmit
kmacy
2008-11-22
1
-1
/
+1
*
Don't use curthread to resolve file descriptor. Request may be queued, so
mav
2008-11-08
1
-2
/
+10
*
Assign new cookie to the node to reflect API change.
mav
2008-11-08
1
-1
/
+1
*
Don't assign completely meaningless name to the node on creation.
mav
2008-11-07
1
-11
/
+0
*
Fix a number of style issues in the MALLOC / FREE commit. I've tried to
des
2008-10-23
7
-11
/
+18
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
54
-248
/
+233
*
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
[next]