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
/
netflow
Commit message (
Expand
)
Author
Age
Files
Lines
*
o Replace disappeared URLs to Cisco docs by new ones, style.
maxim
2006-04-25
1
-8
/
+14
*
o Set to zero engine_type, engine_id and pad (cisco calls it
maxim
2006-04-25
1
-0
/
+3
*
- Increase maximum number of interfaces to 2048.
glebius
2006-02-09
1
-9
/
+8
*
Correct off-by-one errors.
glebius
2006-01-14
1
-3
/
+3
*
When sending export datagram from interrupt thread, use NG_QUEUE
glebius
2006-01-12
1
-15
/
+15
*
Mark appropriate commands with NGM_READONLY and NGM_HASREPLY and
glebius
2006-01-12
1
-7
/
+7
*
In ng_netflow_disconnect() check whether we are working with "iface"
glebius
2005-12-28
1
-2
/
+6
*
- Update the flow sequence before converting count to
glebius
2005-11-27
1
-5
/
+2
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
1
-1
/
+1
*
Check that we have first fragment before pulling up TCP/UDP header.
glebius
2005-07-17
1
-12
/
+14
*
Catch up with new ng_package_data().
glebius
2005-05-16
1
-1
/
+1
*
- Gather statistics about failed mbuf+cluster+ng_item allocations.
glebius
2005-05-12
2
-11
/
+12
*
A new version of NetFlow node.
glebius
2005-05-11
4
-302
/
+340
*
Remove goto.
glebius
2005-04-11
1
-20
/
+16
*
Add a possibility to bypass unmodified accounted data to special
glebius
2005-03-22
2
-5
/
+50
*
Refactor node so that it does not modify mbuf contents. Next step would
glebius
2005-03-21
1
-19
/
+68
*
Refactor node so that it does not modify mbuf contents. Next step would
glebius
2005-03-21
3
-100
/
+67
*
Plug item leak, which occured when m_pullup() failed.
glebius
2005-03-21
1
-4
/
+3
*
- Don't lose TCP flags of the first packet in a flow.
glebius
2005-03-20
1
-4
/
+4
*
Cisco uses milliseconds for uptime. This is stupid. Nobody cares of such
glebius
2005-03-03
1
-4
/
+16
*
Expire aged flows in normal expiry thread. This fixes the problem, when
glebius
2005-02-05
1
-1
/
+2
*
Break long lines in code and comments.
glebius
2005-02-05
1
-15
/
+18
*
In case of various tunneling protocols, mbuf may pass several interfaces
glebius
2005-02-01
1
-3
/
+5
*
Use log() instead of printf(), to reduce flood on console.
glebius
2005-01-20
2
-5
/
+9
*
- Plug a memory leak in ng_netflow_cache_init().
glebius
2004-12-28
1
-5
/
+10
*
- Use uint16_t to pass argument for NGM_NETFLOW_IFINFO, bump cookie.
glebius
2004-12-05
2
-6
/
+12
*
Removed bogus comment.
glebius
2004-11-01
1
-2
/
+0
*
- Remove advertising clause from copyright [1]
glebius
2004-09-17
4
-32
/
+4
*
A netgraph node implementing Netflow version 5.
glebius
2004-09-16
4
-0
/
+1670