Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-09 | conntrackd: replace cyptic 'mfrm' with 'malformed' in '-s' | Mohit Mehta | |
2010-07-01 | Enforce strict logic for NetlinkBufferSize, NetlinkBufferSizeMaxGrowth clauses | Mohit Mehta | |
* NetlinkBufferSize value passed to the kernel gets doubled [see SO_RCVBUF in net/core/sock.c]; it's halved now before it gets sent to the kernel. This ensures that daemon starts up with a netlink socket buffer size equal to the value set for NetlinkBufferSize in configuration file * Previously, netlink socket buffer size would only stop increasing after it had increased beyond NetlinkBufferSizeMaxGrowth value. With this commit netlink socket buffer size increases as long as it is less than or equal to NetlinkBufferSizeMaxGrowth value | |||
2010-06-29 | update error message for max netlink socket size reached | Mohit Mehta | |
2010-06-17 | conntrack: fix `conntrack -L -n -g` filter using AND, not OR logic | Pablo Neira Ayuso | |
2010-06-17 | conntrack: fix `conntrack -L -n -g` (second try) | Pablo Neira Ayuso | |
2010-06-17 | Revert "fix `conntrack -L --src-nat --dst-nat`" | Mohit Mehta | |
This reverts commit b4d4591734726a7b38a579acf272022caf5a0534. | |||
2010-06-15 | This patch move the ports addition to the layer 4 functions, instead | Pablo Neira Ayuso | |
of checking for the port attribute. It also adds a function for UDP otherwise we break support for this protocol. | |||
2010-06-15 | fix `conntrackd -i -x` | Mohit Mehta | |
2010-06-15 | fix `conntrack -L --src-nat --dst-nat` | Pablo Neira Ayuso | |
2010-06-14 | remove generated files, apply debian patch 10-fix_udp_support.dpatch | Mohit Mehta | |
2010-06-14 | debian conntrack 0.9.14-2 | root | |