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
*
Use more compact LIST instead of TAILQ for session hash.
mav
2008-03-03
1
-62
/
+32
*
Make session ID generator to use session ID hash.
mav
2008-03-02
1
-40
/
+37
*
Add support for the libalias redirect functionality.
mav
2008-03-01
2
-1
/
+558
*
Fix incorrect constant used in rev. 1.146 that broke node writer locking.
mav
2008-02-25
1
-1
/
+1
*
Fix shutdown bug made by previous commit.
mav
2008-02-24
1
-0
/
+1
*
Use rtalloc1() instead of rtalloc_ign(). It returns a locked
glebius
2008-02-07
1
-24
/
+17
*
Do not use bcmp() to compare two bytes with constants.
mav
2008-02-06
2
-4
/
+4
*
Cleanup and tune ng_snd_item() function as it is one of the
mav
2008-02-06
1
-95
/
+42
*
Prepare hooks direct pointers on setup to avoid heavy ng_findhook() calls
mav
2008-02-04
1
-27
/
+66
*
Move all possible node logic out of the rcvdata() function
mav
2008-02-03
1
-96
/
+90
*
Revert previous commit.
mav
2008-02-03
1
-4
/
+8
*
Fix one more grammo.
marck
2008-02-02
1
-1
/
+1
*
Reword recent comment a bit.
marck
2008-02-01
1
-3
/
+3
*
Add comments about stack protection mechanism.
mav
2008-02-01
1
-0
/
+8
*
Tune the message for better informativity.
mav
2008-02-01
1
-1
/
+2
*
Band-aid recent commit by mav by replacing a variable in a CTR statement with
benno
2008-02-01
1
-1
/
+1
*
Implement Session-ID hashing to improve receive performance scalability
mav
2008-01-31
1
-31
/
+70
*
Some code reformat.
mav
2008-01-31
1
-55
/
+38
*
Implement stack protection based on GET_STACK_USAGE() macro.
mav
2008-01-31
3
-8
/
+46
*
Avoid data copying when it is possible.
mav
2008-01-28
1
-9
/
+21
*
Run expire even without export hook connected.
mav
2008-01-27
1
-8
/
+4
*
Fix memory leak when export hook is not connected.
mav
2008-01-27
1
-0
/
+2
*
Remove one very strange unneded if.
mav
2008-01-27
1
-7
/
+2
*
Slightly simplify code.
mav
2008-01-27
1
-6
/
+6
*
Improve multilink receive performance by netgraph item reuse.
mav
2008-01-26
1
-5
/
+17
*
Improve multilink xmit performance by netgraph item reuse.
mav
2008-01-26
1
-3
/
+13
*
Improve multilink receive performance with fragment headers preallocation.
mav
2008-01-26
1
-22
/
+23
*
Fix bundle xmit octets stats for packet-split operation mode.
mav
2008-01-23
1
-4
/
+4
*
Remove explicit locking of struct file.
jeff
2007-12-30
1
-1
/
+1
*
Add support for optional "AC-Name\Service-Name" syntax at NGM_PPPOE_CONNECT
mav
2007-12-29
1
-6
/
+37
*
Fix incorrectly placed bracket in pppoe_find_svc().
mav
2007-12-26
1
-1
/
+1
*
Remove some prehistoric never used defines.
mav
2007-12-26
1
-5
/
+0
*
Add a new 'why' argument to kdb_enter(), and a set of constants to use
rwatson
2007-12-25
1
-2
/
+2
*
Add option to set packets per second limits instead of default
mav
2007-12-19
2
-22
/
+77
*
Increase control channel xmit queue to 128 packets.
mav
2007-12-12
1
-1
/
+1
*
Add ipv6 to ng_cisco node. ipv6 wasn't a reality when I wrote it..
julian
2007-11-30
1
-0
/
+3
*
- Merge all the ng_send_fn2* functions into one - ng_send_fn2(),
glebius
2007-11-14
2
-92
/
+43
*
Fix locking issue in ng_btsocket_l2cap_ctloutput()
emax
2007-10-31
1
-2
/
+4
*
Allow RFCOMM servers to bind to a ''wildcard'' RFCOMM channel
emax
2007-10-29
1
-31
/
+53
*
Minor debug message fix.
mav
2007-10-28
1
-1
/
+1
*
Fix build with NETGRAPH_DEBUG.
ru
2007-10-19
1
-1
/
+9
*
Implement new apply callback mechanism to handle item forwarding.
mav
2007-10-19
3
-82
/
+232
*
Split ng_pppoe_rcvdata() function into three hook-specific ones
mav
2007-10-14
1
-464
/
+465
*
Remove ng_pppoe_sendpacket() function to simplify code as it is called
mav
2007-10-14
1
-79
/
+39
*
Protect struct seq with mutex.
mav
2007-10-12
1
-17
/
+72
*
Remove one unneded assertion. It is also checked in
mav
2007-10-12
1
-5
/
+0
*
Replace single rcvdata with 3 distinct to simplify code and
mav
2007-10-12
1
-74
/
+77
*
Remove duplicate variables.
mav
2007-10-12
1
-11
/
+3
*
Dead code removal.
mav
2007-09-21
1
-11
/
+0
*
This is optimization of ether and debug hooks determination. It
mav
2007-09-21
1
-44
/
+27
[next]