index
:
conntrack-tools
master
conntrack-tools tree
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
network: do not re-set the message type in nethdr_set* functions
Pablo Neira Ayuso
2009-01-17
2
-9
/
+6
*
sync: enqueue state updates to tx_queue
Pablo Neira Ayuso
2009-01-17
5
-92
/
+147
*
sync: add generic tx_queue for all synchronization modes
Pablo Neira Ayuso
2009-01-17
3
-62
/
+28
*
ftfw: move helloing to ftfw_xmit()
Pablo Neira Ayuso
2009-01-17
1
-43
/
+22
*
sync: unify tx_list and tx_queue into one single tx_queue
Pablo Neira Ayuso
2009-01-15
5
-328
/
+317
*
run: relax resynchronization algorithm when netlink overruns
Pablo Neira Ayuso
2009-01-15
1
-9
/
+29
*
cache: add status field to store the object status
Pablo Neira Ayuso
2009-01-15
3
-4
/
+21
*
src: rework of the hash-cache infrastructure
Pablo Neira Ayuso
2009-01-15
12
-477
/
+390
*
run: limit the number of iterations over the event handling
Pablo Neira Ayuso
2009-01-15
3
-4
/
+19
*
filter: add prefix ct_filter_ to hash and compare functions
Pablo Neira Ayuso
2009-01-14
1
-8
/
+8
*
hashtable: check NULL instead of ! for pointers
Pablo Neira Ayuso
2009-01-14
1
-2
/
+2
*
hashtable: use calloc instead of malloc + memset
Pablo Neira Ayuso
2009-01-14
1
-4
/
+2
*
src: constify hashtable parameter in hash() callbacks
Pablo Neira Ayuso
2009-01-14
3
-6
/
+9
*
netlink: don't double the netlink buffer twice during resize
Pablo Neira Ayuso
2009-01-14
1
-1
/
+2
*
run: show current netlink buffer size in `-s runtime'
Pablo Neira Ayuso
2009-01-14
1
-1
/
+3
*
filter: skip filtering by state if the event has no state info
Pablo Neira Ayuso
2009-01-14
1
-1
/
+2
*
cache: fix ENOSPC errors due to over-population of inactive entries
Pablo Neira Ayuso
2008-12-22
1
-1
/
+1
*
cache_iterators: add total entries available in the cache to stats
Pablo Neira Ayuso
2008-12-22
1
-2
/
+2
*
cache_iterators: display the commit time taken in the logs
Pablo Neira Ayuso
2008-12-21
1
-0
/
+7
*
conntrackd: fix missing \n in conntrackd -h
Pablo Neira Ayuso
2008-12-21
1
-3
/
+3
*
sync-mode: remove unnecessary split lines
Pablo Neira Ayuso
2008-12-21
1
-6
/
+3
*
src: add run-time statistics via `-s runtime'
Pablo Neira Ayuso
2008-12-21
3
-18
/
+108
*
src: add cache statistics via `-s cache'
Pablo Neira Ayuso
2008-12-21
5
-38
/
+93
*
src: add network statistics via `-s network'
Pablo Neira Ayuso
2008-12-21
4
-28
/
+86
*
netlink: fix type in warning message on SocketBufferSizeMaxGrowth
Pablo Neira Ayuso
2008-12-17
1
-1
/
+1
*
netlink: log report initial netlink event socket buffer size
Pablo Neira Ayuso
2008-12-17
1
-7
/
+9
*
cache: cleanup, rename __del2() by __del()
Pablo Neira Ayuso
2008-12-17
1
-3
/
+3
*
src: cleanup, rename hashtable_test() by hashtable_find()
Pablo Neira Ayuso
2008-12-17
3
-9
/
+9
*
sync-mode: check if message type is >= NET_T_STATE_MAX before parsing
Pablo Neira Ayuso
2008-12-13
1
-0
/
+5
*
ftfw: shrink alive message size
Pablo Neira Ayuso
2008-12-13
3
-3
/
+40
*
network: do more strict message type checking
Pablo Neira Ayuso
2008-12-13
3
-1
/
+3
*
ftfw: resync messages can be retransmitted
Pablo Neira Ayuso
2008-12-13
1
-1
/
+1
*
ftfw: do not check for data messages in tx_queue_xmit
Pablo Neira Ayuso
2008-12-13
1
-1
/
+1
*
network: use NET_T_* instead of NFCT_Q_*
Pablo Neira Ayuso
2008-12-13
4
-15
/
+15
*
netlink: do not build the reply tuple in update messages
Pablo Neira Ayuso
2008-12-11
1
-2
/
+0
*
netlink: conditional build of TCP flags/mask for updates
Pablo Neira Ayuso
2008-12-11
1
-6
/
+8
*
netlink: build TCP flags/mask only if this is a TCP connection
Pablo Neira Ayuso
2008-12-11
1
-6
/
+8
*
cache_iterators: use a cloned object while resetting timers
Pablo Neira Ayuso
2008-12-11
1
-3
/
+11
*
netlink: fix EILSEQ error messages due to process race condition
Pablo Neira Ayuso
2008-12-11
4
-42
/
+66
*
run: better wait() error handling
Pablo Neira Ayuso
2008-12-10
1
-1
/
+33
*
src: recover conntrackd -F operation
Pablo Neira Ayuso
2008-12-09
2
-6
/
+7
*
parse: strict attribute size checking
Pablo Neira Ayuso
2008-12-08
1
-0
/
+20
*
network: remove the netpld header from the messages
Pablo Neira Ayuso
2008-12-08
7
-108
/
+68
*
network: remove __do_send() function
Pablo Neira Ayuso
2008-12-08
1
-12
/
+2
*
network: remove length parameter of mcast_buffered_send_netmsg()
Pablo Neira Ayuso
2008-12-08
5
-9
/
+8
*
network: remove unused function mcast_send_netmsg()
Pablo Neira Ayuso
2008-12-08
1
-11
/
+0
*
parse: fix missing master layer 4 protocol number assignation
Pablo Neira Ayuso
2008-12-08
1
-1
/
+5
*
netlink: unset ATTR_HELPER_NAME to avoid EBUSY in nl_update_conntrack()
Pablo Neira Ayuso
2008-12-08
1
-0
/
+3
*
netlink: constify conntrack object parameter of nl_*_conntrack()
Pablo Neira Ayuso
2008-12-07
1
-4
/
+5
*
netlink: use NFCT_Q_[CREATE|UPDATE] instead of NFCT_Q_CREATE_UPDATE
Pablo Neira Ayuso
2008-12-07
1
-2
/
+2
[next]