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
*
Update comment. soalloc() is no longer performing M_WAITOK memory allocations.
emax
2009-02-10
1
-14
/
+6
*
Allow unprivileged users to run l2ping(8).
emax
2009-02-04
1
-5
/
+0
*
Check for infinite recursion possible on some broken PPTP/L2TP/... VPN setups.
mav
2009-01-20
2
-0
/
+21
*
Properly return error code to the caller. This should fix the following
emax
2009-01-19
1
-20
/
+26
*
If source mbuf chain consists of only one mbuf, use it directly as source
mav
2009-01-18
1
-34
/
+51
*
Use m_unshare()+m_copyback() instead of m_freem()+m_devget() to keep
mav
2009-01-18
3
-49
/
+80
*
Remove strict limitation on minimal multilink MRRU. RFC claims that MRRU
mav
2009-01-18
1
-5
/
+6
*
Mark ng_vjc node as FORCE_WRITER to protect slcompress state.
mav
2009-01-08
1
-0
/
+3
*
shave about 7% off the overhead of ng_ether by using per-hook
julian
2008-12-25
1
-17
/
+23
*
Add a trivial node to reflect ethernet frames to whence they came.
julian
2008-12-25
2
-0
/
+196
*
Change message severity level from WARN to INFO. This should reduce
emax
2008-12-24
1
-1
/
+1
*
Unroll two loops of SHA1Update(). 60 bytes of static memory is not a price.
mav
2008-12-16
1
-9
/
+12
*
This main goals of this project are:
qingli
2008-12-15
1
-2
/
+2
*
To avoid one doubtless netgraph SMP scalability limitation point, switch
mav
2008-12-14
1
-13
/
+32
*
Revert rev. 183277:
mav
2008-12-13
2
-9
/
+2
*
Remove node shutdown on tty close. This could be easily done by user-level
mav
2008-12-13
1
-11
/
+0
*
Change ttyhook_register() second argument from thread to process pointer.
mav
2008-12-13
1
-5
/
+5
*
Conditionally compile out V_ globals while instantiating the appropriate
zec
2008-12-10
6
-1
/
+28
*
Carefully handle memory errors to keep peers compression/encryption state
mav
2008-12-06
1
-11
/
+24
*
Rather than using hidden includes (with cicular dependencies),
bz
2008-12-02
4
-0
/
+4
*
Unhide declarations of network stack virtualization structs from
zec
2008-11-28
3
-4
/
+11
*
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
[next]