messages from 2014-12-22 12:57:16 to 2015-01-12 13:30:13 UTC [more...]
[PATCH 1/4] evaluate: verify named map is actually a map
2015-01-12 13:30 UTC (3+ messages)
` [PATCH 2/4] evaluate: properly set datatype of map expression
` [PATCH 3/4] evaluate: check that map expressions' datatype matches mappings
[PATCH] meta: don't print meta keyword for unqualified meta stmts
2015-01-12 13:19 UTC
Accounting objects support in nft
2015-01-12 12:59 UTC (16+ messages)
` [nf-next] netfilter: acct: add support to accounters in nftables
` [libnftnl] src: Add accounters support
` [nft 1/2] src: Add the accounter support
` [nft 2/2] tests: regression: Accounter support
[PATCH net] ipv6: Prevent ipv6_find_hdr() from returning ENOENT for valid non-first fragments
2015-01-12 11:51 UTC (16+ messages)
[nft PATCH] evaluate: clean up unused variables (pctx)
2015-01-12 10:03 UTC (2+ messages)
[PATCH 1/2] set: remove unused set_clone() function
2015-01-12 10:02 UTC (2+ messages)
` [PATCH 2/2] expr: fix crash when listing non-verdict mappings
[RFC] Make predictable/persistent network interface names more handy
2015-01-12 8:40 UTC (19+ messages)
` [PATCH 1/3] net: Make interface aliases available for general usage
` [PATCH 2/3] x_tables: Use also dev->ifalias for interface matching
` [PATCH 3/3] x_tables: Factor out 16bit aligment ifname_compare()
[PATCH 0/6] netfilter/ipvs fixes for net
2015-01-12 5:15 UTC (8+ messages)
` [PATCH 1/6] ipvs: uninitialized data with IP_VS_IPV6
` [PATCH 2/6] netfilter: nf_tables: fix port natting in little endian archs
` [PATCH 3/6] netfilter: conntrack: fix race between confirmation and flush
` [PATCH 4/6] netfilter: nfnetlink: validate nfnetlink header from batch
` [PATCH 5/6] netfilter: nfnetlink: relax strict multicast group check from netlink_bind
` [PATCH 6/6] netfilter: nf_tables: fix flush ruleset chain dependencies
[PATCH] parser: properly fix handling of large integer values
2015-01-12 0:07 UTC
[PATCH 0/3] nftables: concat preparation
2015-01-11 8:41 UTC (4+ messages)
` [PATCH 1/3] concat: add concat subtype lookup/id helpers
` [PATCH 2/3] netlink_delinearize: add register parsing helper function
` [PATCH 3/3] netlink_linearize: add register dumping "
[PATCH 0/6] netlink: style and readability fixes
2015-01-11 8:09 UTC (7+ messages)
` [PATCH 1/6] netlink: remove unnecessary temporary variable
` [PATCH 2/6] netlink: style fixes
` [PATCH 3/6] "
` [PATCH 4/6] netlink: readability fixes
` [PATCH 5/6] netlink_delinearize: rename netlink_parse_*_sreg/dreg functions
` [PATCH 6/6] netlink_delinearize: cleanup hard to read code
[PATCH] netlink: fix memory leaks
2015-01-11 8:00 UTC
[PATCH 1/3] eval: refactor NAT evaluation functions
2015-01-10 18:59 UTC (4+ messages)
` [PATCH 2/3] evaluate: add missing datatype compat checks for statement arguments
` [PATCH 3/3] netlink_delinearize: fix error handling for invalid registers
[libnftnl PATCH 1/2] src: not create iterator with empty list
2015-01-10 18:51 UTC (6+ messages)
` [libnftnl PATCH 2/2] ruleset: clean up the variable names in the xml/json parsing functions
BUG: Kernel panic at masquerade
2015-01-09 22:02 UTC (2+ messages)
[PATCH net v2] ipv6: Prevent ipv6_find_hdr() from returning ENOENT for valid non-first fragments
2015-01-09 11:31 UTC (3+ messages)
[PATCH v2] net: ipv6: Prevent ipv6_find_hdr() from returning ENOENT for valid non-first fragments
2015-01-09 8:32 UTC
[PATCH 1/1] bridge: detect NAT66 correctly and change MAC address
2015-01-09 0:05 UTC (4+ messages)
[PATCH v2 0/2] conntrack: Support flushing connections with given mark
2015-01-08 13:28 UTC (8+ messages)
` [PATCH v2 1/2] conntrack: Flush connections with a "
` [PATCH v2 2/2] conntrack: Remove nf_ct_conntrack_flush_report
[PATCH nft] src: modify pr_debug() to use printf and introduce to pr_gmp_debug()
2015-01-08 13:09 UTC (2+ messages)
[PATCH nft] src: rename pr_debug() to pr_gmp_debug() and use printf() whenever possible
2015-01-08 12:44 UTC (3+ messages)
[PATCH nft] src: use printf() instead of pr_debug() whenever possible
2015-01-08 12:31 UTC (3+ messages)
[PATCH nft] build: use -Wno-sign-compare to avoid compilation warning in mini-gmp.c
2015-01-08 12:30 UTC
[PATCHv3] build: add --with-mini-gmp switch to disable linking libgmp
2015-01-08 11:26 UTC (2+ messages)
REGRESSION in nfnetlink on 3.18.x (bisected)
2015-01-08 10:47 UTC (5+ messages)
Greetings From China
2015-01-07 18:47 UTC
NetDev 0.1 Deadline Extension(Jan 24) and Talk Summary
2015-01-07 18:03 UTC
[ebtables-compat PATCH v2] ebtables-compat: incluyde /etc/ethertypes in tarball
2015-01-07 17:18 UTC (2+ messages)
[nft PATCH v2] doc: add a reference to the wiki page in the man page
2015-01-07 16:13 UTC (2+ messages)
[nft PATCHv2 0/4] support for mini-gmp / embedded friendliness
2015-01-07 13:04 UTC (9+ messages)
` [PATCH 1/4] parser: rename VERSION token to HDRVERSION
` [PATCH 2/4] datatype: use mpz_set_str instead of gmp_sscanf
` [PATCH 3/4] erec: use stdio vasprintf instead of gmp_vasprintf
` [PATCH 4/4] build: add --with-mini-gmp switch to use mini-gmp instead of libgmp
[PATCH nft] evaluate: reject: fix dependency generation from nft -f
2015-01-07 8:01 UTC (2+ messages)
[nft PATCH 0/5] support for mini-gmp / embedded friendliness
2015-01-06 21:25 UTC (7+ messages)
` [PATCH 1/5] parser: rename VERSION token to HDRVERSION
` [PATCH 2/5] datatype: use mpz_set_str instead of gmp_sscanf
` [PATCH 3/5] erec: use stdio vasprintf instead of gmp_vasprintf
` [PATCH 4/5] mini-gmp: add mini-gmp source and headers from gmplib 6.0
` [PATCH 5/5] build: add --without-libgmp switch to disable use of shared libgmp
[nft PATCH] doc: add a reference to the wiki page in the man page
2015-01-06 21:20 UTC (2+ messages)
[ebtables-compat PATCH v2] ebtables-compat: fix segfault in rules w/o target
2015-01-06 21:18 UTC (2+ messages)
NetDev 0.1 Hotel guaranteed rate expiry fast approaching
2015-01-06 13:39 UTC
[ebtables-compat PATCH] ebtables-compat: fix segfault in rules w/o target
2015-01-05 13:05 UTC (2+ messages)
[PATCH] netfilter: seqadj: print the host byte order ack seq
2015-01-05 12:58 UTC (3+ messages)
` [PATCH v2] "
[nft-sync PATCH 1/3] build: rename configure.in to configure.ac
2015-01-05 12:17 UTC (7+ messages)
` [nft-sync PATCH 2/3] mnl: sync source code with nft
` [nft-sync PATCH 3/3] client: parse ruleset before printing
[PATCH nft] payload: assert when accessing inner transport header
2015-01-05 12:06 UTC (2+ messages)
[PATCH next] net: netfilter: nfnetlink_cthelper: Remove 'const' and '&' to avoid warnings
2015-01-05 11:44 UTC (2+ messages)
[PATCH nf 1/3] netfilter: nfnetlink: validate nfnetlink header from batch
2015-01-05 11:43 UTC (5+ messages)
` [PATCH nf 2/3] netfilter: nfnetlink: relax strict multicast group from netlink_bind
[PATCH] nftables: nft_flush_table: handle chain dependencies
2015-01-05 11:39 UTC (3+ messages)
` [PATCH v2] "
[PATCH] netfilter: nfnetlink: remove redundant variable nskb
2015-01-05 11:34 UTC (2+ messages)
[ebtables-compat PATCH] ebtables-compat: fix printing of extension
2015-01-05 11:22 UTC (2+ messages)
[PATCH nf 3/3] netfilter: nf_tables: fix flush ruleset chain dependencies
2015-01-05 11:07 UTC
nft produces incorrect output when a reject rule is added using nft -f
2015-01-04 8:17 UTC
[PATCH 1/9] rhashtable: Do hashing inside of rhashtable_lookup_compare()
2015-01-02 22:00 UTC (2+ messages)
` [PATCH 5/9] nft_hash: Remove rhashtable_remove_pprev()
Possible BUG in ipv6_find_hdr function for fragmented packets
2014-12-31 7:07 UTC
net-next is OPEN
2014-12-31 0:06 UTC
[PATCH libnftnl] Add Libs.private field to libnftnl.pc
2014-12-29 15:29 UTC (2+ messages)
Support SNAT on the INPUT chain
2014-12-29 4:31 UTC
[PATCH] conntrack: Flush connections with given work
2014-12-23 15:42 UTC (3+ messages)
[PATCH] netfilter: nf_tables: fix port natting in little endian archs
2014-12-23 14:24 UTC (2+ messages)
[PATCH] add systemd service file
2014-12-23 14:20 UTC (2+ messages)
[PATCH 1/1 net-next] netfilter: remove unnecessary sizeof(char)
2014-12-23 13:33 UTC (2+ messages)
[RFC ebtables-compat PATCH v2] extensions: add ebt 802_3 extension
2014-12-23 13:30 UTC (2+ messages)
[ebtables-compat PATCH] ebtables-compat: fix counter listing
2014-12-23 13:28 UTC (2+ messages)
[PATCH netfilter-next] xt_osf: Use continue to reduce indentation
2014-12-23 13:22 UTC (4+ messages)
[PATCH] netfilter: conntrack: adjust nf_conntrack_buckets default value
2014-12-23 13:16 UTC (3+ messages)
bug : nft_redirect port byteorder issue
2014-12-22 13:00 UTC (4+ messages)
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).