netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-01-07 18:54:09 to 2015-01-16 20:49:22 UTC [more...]

[PATCH 0/8] netfilter updates for net-next
 2015-01-16 20:49 UTC  (11+ messages)
` [PATCH 1/8] netfilter: conntrack: adjust nf_conntrack_buckets default value
` [PATCH 2/8] netfilter: xt_osf: Use continue to reduce indentation
` [PATCH 3/8] netfilter: log: remove unnecessary sizeof(char)
` [PATCH 4/8] netfilter: nfnetlink: remove redundant variable nskb
` [PATCH 5/8] netfilter: nfnetlink_cthelper: Remove 'const' and '&' to avoid warnings
` [PATCH 6/8] netfilter: nf_ct_seqadj: print ack seq in the right host byte order
` [PATCH 7/8] netfilter: conntrack: Flush connections with a given mark
` [PATCH 8/8] netfilter: conntrack: Remove nf_ct_conntrack_flush_report

[PATCH 7/9] rhashtable: Per bucket locks & deferred expansion/shrinking
 2015-01-16 20:49 UTC  (15+ messages)

[PATCH 1/9] rhashtable: Do hashing inside of rhashtable_lookup_compare()
 2015-01-16 16:00 UTC  (3+ messages)

IPTABLES + PREROUTING + --set-mark + Ubuntu
 2015-01-16  1:48 UTC 

[ebtables-compat PATCH] ebtables-compat: fix ACCEPT printing by simplifying logic
 2015-01-15 14:56 UTC  (5+ messages)

conntrack: netmask filtering support
 2015-01-15 13:13 UTC  (5+ messages)
` [PATCH 1/3] conntrack: add support for netmask filtering
` [PATCH 2/3] conntrack: add support for CIDR notation
` [PATCH 3/3] fix unused value warning

[libnftnl PATCH 1/2 v2] src: not create iterator with empty list
 2015-01-15 12:11 UTC  (4+ messages)
` [libnftnl PATCH 2/2] ruleset: refactor ruleset element parsing function calls to nft_ruleset_*_parse_ruleset()

BUG: Kernel panic at masquerade
 2015-01-14 19:37 UTC  (9+ messages)

[PATCH nf] netfilter: nf_tables: validate hooks in NAT expressions
 2015-01-14 17:59 UTC  (6+ messages)

[libnetfilter_conntrack PATCH] src/Makefile.am: drop hardcoded -ldl
 2015-01-14 15:29 UTC 

[iptables PATCH] configure: disable connlabel for static builds
 2015-01-14  9:48 UTC  (5+ messages)

Accounting objects support in nft
 2015-01-13 18:01 UTC  (20+ 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

[rhashtable] WARNING: CPU: 0 PID: 1 at lib/debugobjects.c:301 __debug_object_init()
 2015-01-13 15:56 UTC  (8+ messages)
` [PATCH net-next] rhashtable: Lower/upper bucket may map to same lock while shrinking

[PATCH net] ipv6: Prevent ipv6_find_hdr() from returning ENOENT for valid non-first fragments
 2015-01-13 10:11 UTC  (18+ messages)

ulogd unexpected character problem
 2015-01-13  6:27 UTC 

NetDev 0.1 new proposals accepted update
 2015-01-13  2:51 UTC 

[RFC] Make predictable/persistent network interface names more handy
 2015-01-12 17:41 UTC  (27+ 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()

xtables tools locking vulnerable to local DoS
 2015-01-12 14:41 UTC 

[PATCH 1/4] evaluate: verify named map is actually a map
 2015-01-12 13:30 UTC  (4+ messages)
` [PATCH 2/4] evaluate: properly set datatype of map expression
` [PATCH 3/4] evaluate: check that map expressions' datatype matches mappings
` [PATCH 4/4] evaluate: use stmt_evaluate_arg() in all cases

[PATCH] meta: don't print meta keyword for unqualified meta stmts
 2015-01-12 13:19 UTC 

[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

[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

[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  (7+ messages)
` [PATCH v2 1/2] conntrack: Flush connections with a "

[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 


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