messages from 2016-03-22 19:46:41 to 2016-04-08 06:40:04 UTC [more...]
[PATCH v2] conntrack-tools: Fix build for old automake
2016-04-08 6:40 UTC (7+ messages)
` [PATCH] "
[PATCH 0/4] nfct: documentation updates and corrections
2016-04-08 6:18 UTC (5+ messages)
` [PATCH 1/4] nfct: add missing commands to usage output
` [PATCH 2/4] nfct: correct command list in timeout usage error message
` [PATCH 3/4] nfct: helper: correct error messages
` [PATCH 4/4] nfct: man: add missing comands
[PATCH iptables] xtables: use exponential delay when waiting for xtables lock
2016-04-08 3:07 UTC
[PATCH RFC nf-next 0/3] named expressions for nf_tables
2016-04-07 21:49 UTC (5+ messages)
` [PATCH RFC nf-next 1/3] netfilter: nf_tables: add stateful named expressions
` [PATCH RFC nf-next 2/3] netfilter: nf_tables: support for named expression reference
` [PATCH RFC nf-next 3/3] netfilter: nf_tables: support dump and reset for named expressions
[PATCH] Printing the table name before chain name
2016-04-07 19:38 UTC
[PATCH 0/5] conntrack: documentation updates
2016-04-07 18:31 UTC (6+ messages)
` [PATCH 1/5] conntrack: add --proto to usage output
` [PATCH 2/5] conntrack: man: add --protonum option
` [PATCH 3/5] conntrack: show --src and --dst options in usage output
` [PATCH 4/5] conntrack: man: add options --src and --dst
` [PATCH 5/5] conntrack: man: Add description of tables dying and unconfirmed
[PATCH] conntrack: Add missing tables dying and unconfirmed to usage output
2016-04-07 17:47 UTC (4+ messages)
[PATCH] doc: Complete the documentation of statements
2016-04-07 17:39 UTC (2+ messages)
[PATCH nft v2] src: evaluate: Show error for fanout without balance
2016-04-07 17:28 UTC
[PATCH] conntrack: Rename option --protonum to --proto
2016-04-07 17:26 UTC (3+ messages)
[PATCH] conntrack: Replace remaining occurances of --src, --dst options with --orig-src, --orig-dst
2016-04-07 17:25 UTC (4+ messages)
[nft PATCH v2] tests/shell: add new testcases for commit/rollback
2016-04-07 17:21 UTC (2+ messages)
[nft PATCH] tests/shell: add some tests for network namespaces
2016-04-07 17:21 UTC (2+ messages)
[PATCH nft] src: evaluate: Show error for fanout without balance
2016-04-07 17:18 UTC (3+ messages)
nfct parameters
2016-04-07 17:02 UTC (2+ messages)
[PATCH] netfilter: unnecessary to check whether ip6_route_output() returns NULL
2016-04-07 16:53 UTC (2+ messages)
` [netfilter-core] "
[PATCH 0/1] netfilter TCP conntrack option parser fix
2016-04-07 16:43 UTC (3+ messages)
` [PATCH 1/1] net: netfilter: Fix stack out of bounds when parsing TCP options
[nft PATCH 1/3] src/rule.c: don't print trailing statement whitespace
2016-04-07 16:39 UTC (7+ messages)
` [nft PATCH 2/3] src/evaluate.c: improve rule management checks
` [nft PATCH 3/3] tests/shell: add testcases for Netfilter bug #965
[RESEND PATCH -stable,4.1.y] netfilter: nf_nat_redirect: add missing NULL pointer check
2016-04-07 16:28 UTC
[PATCH nf] netfilter: arp_tables: register table in initns
2016-04-07 10:01 UTC (2+ messages)
[PATCH] iptables-translate: Moving of printing nft back to xtables_xlate_main
2016-04-07 9:51 UTC (2+ messages)
[PATCH] iptables-translate: Printing the table name before chain name
2016-04-07 9:50 UTC (2+ messages)
[iptables PATCH] extensions/libxt_tcp: fix nftables translate flags value, 'none' vs '0x0'
2016-04-07 9:47 UTC (3+ messages)
[PATCH 0/2] conntrackd: Fix bogus characters in help
2016-04-07 9:44 UTC (5+ messages)
` [PATCH 1/2] conntrackd: man: remove bogus characters
` [PATCH 2/2] conntrackd: remove unnecessary separator character from usage output
[PATCH xtables-addons v2] build: fix configure compatiblity with POSIX shells
2016-04-05 10:25 UTC (2+ messages)
[PATCH] conntrack: Fix wrong --src, or --dst option shown
2016-04-04 9:41 UTC
[PATCH] conntrack-tools: Fix build for old automake
2016-04-04 9:29 UTC (2+ messages)
` [PATCH] conntrack-tools: Fix build for old automake. autoreconf fails with automake version smaller than 1.12, because of undefined macro AM_PROG_AR. So only expand it if it's actually defined
[PATCH xtables-addons] build: fix configure compatiblity with POSIX shells
2016-04-03 16:01 UTC (4+ messages)
Inquiry for interest: bash compspec for nfacct
2016-04-03 11:02 UTC
Conntrack timestamp
2016-04-02 6:24 UTC
[PATCH nf 00/17] netfilter: xtables: stricter ruleset validation
2016-04-01 13:37 UTC (23+ messages)
` [PATCH nf 01/17] netfilter: x_tables: don't move to non-existent next rule
` [PATCH nf 02/17] netfilter: x_tables: validate targets of jumps
` [PATCH nf 03/17] netfilter: x_tables: add and use xt_check_entry_offsets
` [PATCH nf 04/17] netfilter: x_tables: kill check_entry helper
` [PATCH nf 05/17] netfilter: x_tables: assert minimum target size
` [PATCH nf 06/17] netfilter: x_tables: add compat version of xt_check_entry_offsets
` [PATCH nf 07/17] netfilter: x_tables: check standard target size too
` [PATCH nf 08/17] netfilter: x_tables: check for bogus target offset
` [PATCH nf 09/17] netfilter: x_tables: validate all offsets and sizes in a rule
` [PATCH nf 10/17] netfilter: ip_tables: simplify translate_compat_table args
` [PATCH nf 11/17] netfilter: ip6_tables: "
` [PATCH nf 12/17] netfilter: arp_tables: "
` [PATCH nf 13/17] netfilter: x_tables: xt_compat_match_from_user doesn't need a retval
` [PATCH nf 14/17] netfilter: x_tables: do compat validation via translate_table
` [PATCH nf 15/17] netfilter: x_tables: remove obsolete overflow check for compat case too
` [PATCH nf 16/17] netfilter: x_tables: remove obsolete check
` [PATCH nf 17/17] netfilter: x_tables: introduce and use xt_copy_counters_from_user
` [PATCH v2 "
[PATCH] iptables-translate: Moving printing of nft to individual commands
2016-03-31 10:37 UTC (2+ messages)
[PATCH] ulogd: fix cross compilation errors with mysql_config
2016-03-31 6:52 UTC (2+ messages)
Writing nftables extension / modifying packets via nftables and netfilter
2016-03-30 11:30 UTC
[nft PATCH] tests/shell: add chain validations tests
2016-03-29 11:16 UTC (6+ messages)
[PATCH V2] netfilter: ip6t_SYNPROXY: remove magic number
2016-03-29 11:10 UTC (2+ messages)
[PATCH] netfilter: nf_conntrack: Uses pr_fmt() for logging
2016-03-29 11:10 UTC (2+ messages)
[PATCH nf-next v6 1/3] netfilter: bridge: add nf_afinfo to enable queuing to userspace
2016-03-29 11:04 UTC (6+ messages)
` [PATCH nf-next v6 2/3] netfilter: bridge: pass L2 header and VLAN as netlink attributes in queues "
` [PATCH nf-next v6 3/3] netfilter: bridge: nf queue verdict to use NFQA_VLAN and NFQA_L2HDR
[PATCH] iptables-translate: Initializing comment member in xt_xlate structure
2016-03-29 10:58 UTC (2+ messages)
BUG: net/netfilter: KASAN: stack-out-of-bounds in tcp_packet
2016-03-29 1:17 UTC (16+ messages)
[PATCH 0/9] Netfilter fixes for net
2016-03-28 19:43 UTC (11+ messages)
` [PATCH 1/9] netfilter: ipset: fix race condition in ipset save, swap and delete
` [PATCH 2/9] openvswitch: Fix checking for new expected connections
` [PATCH 3/9] openvswitch: call only into reachable nf-nat code
` [PATCH 4/9] netfilter: x_tables: validate e->target_offset early
` [PATCH 5/9] netfilter: x_tables: make sure e->next_offset covers remaining blob size
` [PATCH 6/9] netfilter: x_tables: fix unconditional helper
` [PATCH 7/9] netfilter: nfnetlink_queue: honor NFQA_CFG_F_FAIL_OPEN when netlink unicast fails
` [PATCH 8/9] netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_ENTRIES
` [PATCH 9/9] netfilter: ipv4: fix NULL dereference
NFQ breaks conntrack creation to confirmation path for a fast UDP stream causing dropped packets
2016-03-28 18:54 UTC
[PATCH] netfilter: ip6t_SYNPROXY: remove magic number
2016-03-28 11:00 UTC (2+ messages)
[PATCH] iptables: extensions: libxt_TEE: Add translation to nft
2016-03-28 10:31 UTC (2+ messages)
[PATCH V2] netfilter: ipv4: fix NULL dereference
2016-03-28 10:05 UTC (2+ messages)
[iptables PATCH] configure: exit if libnftnl is not found
2016-03-27 20:29 UTC (3+ messages)
Darlehen Angebot
2016-03-27 12:43 UTC
rebasing nf tree
2016-03-25 17:57 UTC
[PATCH nf v3] netfilter: x_tables: perform more sanity tests on rule set
2016-03-25 14:27 UTC (11+ messages)
` [PATCH 1/5] netfilter: x_tables: validate e->target_offset early
` [PATCH 2/5] netfilter: x_tables: make sure e->next_offset covers remaining blob size
` [PATCH 3/5] netfilter: x_tables: add and use xt_check_entry_target
` [PATCH 4/5] netfilter: x_tables: fix unconditional helper
[PATCH] netfilter: ipv4: fix NULL dereference
2016-03-25 10:49 UTC (8+ messages)
` "
` "
[ANNOUNCE] Linux Security Summit 2016 - CFP
2016-03-24 22:55 UTC
[PATCH nf] netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_ENTRIES
2016-03-24 20:29 UTC
net/sctp: stack-out-of-bounds in sctp_getsockopt
2016-03-24 5:01 UTC (5+ messages)
CISCO IP PHONES AND CPU's
2016-03-23 19:12 UTC
CISCO IP PHONES AND CPU's
2016-03-23 18:45 UTC
[PATCH nft] src: store parser location for handle and position IDs
2016-03-23 16:02 UTC (2+ messages)
[PATCH net-next] change nfqueue failopen to apply also to receive message buffer in addition to queue size
2016-03-23 12:28 UTC (7+ messages)
` enhancing nfnetlink stats [was Re: [PATCH net-next] change nfqueue failopen to apply also to receive message buffer in addition to queue size]
[PATCH] netfilter: nfnetlink_queue: honor NFQA_CFG_F_FAIL_OPEN when netlink unicast fails
2016-03-23 11:58 UTC
[PATCH 1/4 v6] libnftnl: Implement new buffer of TLV objects
2016-03-22 19:46 UTC (4+ messages)
` [PATCH 2/4 v6] libnftnl: rule: Change the "userdata" attribute to use new TLV buffer
` [PATCH 3/4 v6] libnftnl: test: Update test to check new nftnl_udata features of nftnl_rule
` [PATCH 4/4 v6] nftables: rule: Change the field "rule->comment" for an nftnl_udata_buf
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).