netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-29 11:17:10 to 2016-04-14 11:26:54 UTC [more...]

[PATCH v5 nf-next 0/4] netfilter: nftables: add connlabel set support
 2016-04-14 11:26 UTC  (9+ messages)
` [PATCH v5 nf-next 1/4] netfilter: connlabels: move helpers to xt_connlabel
` [PATCH v5 nf-next 2/4] netfilter: labels: don't emit ct event if labels were not changed
` [PATCH v5 nf-next 3/4] netfilter: connlabels: change nf_connlabels_get bit arg to 'highest used'
` [PATCH v5 nf-next 4/4] netfilter: nftables: add connlabel set support

[PATCH nf-next] netfilter: conntrack: don't acquire lock during seq_printf
 2016-04-14 11:16 UTC  (3+ messages)

[PATCH nf] netfilter: ipv6: Orphan skbs in nf_ct_frag6_gather()
 2016-04-14 10:35 UTC  (4+ messages)

[nf_tables PATCH] netfilter: nf_tables: invert chain deletion abort path
 2016-04-14 10:24 UTC  (2+ messages)

[nft PATCH] tests/shell: add testcases for Netfilter bug #965
 2016-04-14  7:58 UTC 

[PATCH] net: force inlining of netif_tx_start/stop_queue, sock_hold, __sock_put
 2016-04-14  2:43 UTC  (2+ messages)

[PATCH 0/3] Netfilter fixes for net
 2016-04-14  1:51 UTC  (5+ messages)
` [PATCH 1/3] netfilter: arp_tables: register table in initns
` [PATCH 2/3] netfilter: nf_conntrack_tcp: Fix stack out of bounds when parsing TCP options
` [PATCH 3/3] netfilter: ebtables: Fix extension lookup with identical name

[PATCH 1/4 v6] libnftnl: Implement new buffer of TLV objects
 2016-04-14  0:01 UTC  (9+ 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

[PATCH nf 00/17] netfilter: xtables: stricter ruleset validation
 2016-04-13 22:33 UTC  (27+ 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 0/8] Netfilter updates for net-next
 2016-04-13  2:35 UTC  (10+ messages)
` [PATCH 1/8] netfilter: nf_conntrack: Uses pr_fmt() for logging
` [PATCH 2/8] netfilter: bridge: add nf_afinfo to enable queuing to userspace
` [PATCH 3/8] netfilter: bridge: pass L2 header and VLAN as netlink attributes in queues "
` [PATCH 4/8] netfilter: bridge: nf queue verdict to use NFQA_VLAN and NFQA_L2HDR
` [PATCH 5/8] netfilter: ip6t_SYNPROXY: remove magic number for hop_limit
` [PATCH 6/8] netfilter: ipv6: unnecessary to check whether ip6_route_output() returns NULL
` [PATCH 7/8] netfilter: conntrack: de-inline nf_conntrack_eventmask_report
` [PATCH 8/8] netfilter: conntrack: move expectation event helper to ecache.c

[nft PATCH 1/3] src/rule.c: don't print trailing statement whitespace
 2016-04-12 23:29 UTC  (8+ messages)
` [nft PATCH 2/3] src/evaluate.c: improve rule management checks
` [nft PATCH 3/3] tests/shell: add testcases for Netfilter bug #965

[iptables PATCH] configure: exit if libnftnl is not found
 2016-04-12 23:27 UTC  (4+ messages)

[nft PATCH] test/shell/run-tests.sh: also unload NAT modules
 2016-04-12 23:25 UTC  (2+ messages)

[PATCH] netfilter: ebtables: Fix extension lookup with identical name
 2016-04-12 23:17 UTC  (3+ messages)

[nft PATCH v3] src/evaluate.c: improve rule management checks
 2016-04-12 23:11 UTC  (2+ messages)

[PATCH] Not printing "nft" in iptables-restore-translate command
 2016-04-12 21:57 UTC  (2+ messages)

[PATCH nf-next 0/2] netfilter: conntrack: de-inline two helpers
 2016-04-12 21:53 UTC  (4+ messages)
` [PATCH nf-next 1/2] netfilter: conntrack: de-inline nf_conntrack_eventmask_report
` [PATCH nf-next 2/2] netfilter: conntrack: move expectation event helper to ecache.c

[PATCH 0/4] nf_tables: basic dynamic support for set intervals
 2016-04-12 21:50 UTC  (5+ messages)
` [PATCH nf-next 1/4] netfilter: nf_tables: introduce nft_setelem_parse_flags() helper
` [PATCH nf-next 2/4] netfilter: nf_tables: parse element flags from nft_del_setelem()
` [PATCH nf-next 3/4] netfilter: nft_rbtree: introduce nft_rbtree_interval_end() helper
` [PATCH nf-next 4/4] netfilter: nft_rbtree: allow adjacent intervals with dynamic updates

[PATCH nf-next] netfilter: ctnetlink: remove unnecessary inlining
 2016-04-12 21:32 UTC 

[PATCH] NFQUEUE: Fix bug with order of fanout and bypass
 2016-04-12 17:56 UTC  (4+ messages)

Seeking help for implementing CT HELPER in nftables
 2016-04-12 13:51 UTC  (5+ messages)

[PATCH RFC nf-next 0/3] named expressions for nf_tables
 2016-04-11 15:27 UTC  (9+ 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

LOAN
 2016-04-08 22:02 UTC 

[PATCH 0/4] nfct: documentation updates and corrections
 2016-04-09  4:41 UTC  (7+ 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

FROM: MR. OLIVER SENO!!
 2016-04-08 18:53 UTC 

Possible segfault in nft utility
 2016-04-08 11:51 UTC  (2+ messages)

[PATCH nft v2] src: evaluate: Show error for fanout without balance
 2016-04-08 11:26 UTC  (2+ messages)

[PATCH 0/5] conntrack: documentation updates
 2016-04-08 10:27 UTC  (11+ 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] Printing the table name before chain name
 2016-04-08 10:24 UTC  (2+ messages)

[PATCH v2] conntrack-tools: Fix build for old automake
 2016-04-08  9:42 UTC  (8+ messages)
` [PATCH] "

[PATCH iptables] xtables: use exponential delay when waiting for xtables lock
 2016-04-08  3:07 UTC 

[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] 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

[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] 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  (4+ messages)


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).