netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-17 09:27:14 to 2017-11-03 15:26:49 UTC [more...]

[PATCH RFC,WIP 0/5] Flow offload infrastructure
 2017-11-03 15:26 UTC  (6+ messages)
` [PATCH RFC,WIP 1/5] netfilter: nf_conntrack: move nf_ct_netns_{get,put}() to core
` [PATCH RFC,WIP 2/5] netfilter: add software flow offload infrastructure
` [PATCH RFC,WIP 3/5] netfilter: nf_flow_offload: integration with conntrack
` [PATCH RFC,WIP 4/5] netfilter: nf_tables: flow offload expression
` [PATCH RFC,WIP 5/5] netfilter: nft_flow_offload: add ndo hooks for hardware offload

[PATCH] netfilter: ipvs: Convert timers to use timer_setup()
 2017-11-02 22:11 UTC  (4+ messages)

[PATCH nf-next 0/4] netfilter: conntrack: make l4 tracker structs const
 2017-11-02 18:41 UTC  (5+ messages)
` [PATCH nf-next 1/4] netfilter: conntrack: don't cache nlattr_tuple_size result in nla_size
` [PATCH nf-next 2/4] netfilter: conntrack: remove nlattr_size pointer from l4proto trackers
` [PATCH nf-next 3/4] netfilter: conntrack: constify list of builtin trackers
` [PATCH nf-next 4/4] netfilter: conntrack: l4 protocol trackers can be const

[PATCH nf] netfilter: nft_hash: fix nft_hash_deactivate
 2017-11-02 18:04 UTC 

[PATCH] netfilter: conntrack: use power efficient workqueue
 2017-11-02 15:16 UTC 

[PATCH nf-next] netfilter: xt_connlimit: remove mask argument
 2017-11-02 11:50 UTC 

[PATCH 0/2] Netfilter fixes for net
 2017-11-02  7:53 UTC  (4+ messages)
` [PATCH 1/2] netfilter: nft_set_hash: disable fast_ops for 2-len keys
` [PATCH 2/2] netfilter: nf_reject_ipv4: Fix use-after-free in send_reset

[PATCH] netfilter: ipv4: Fix use-after-free in send_reset
 2017-11-01 16:59 UTC  (3+ messages)

[RFC] connlimit for nftables and limiting ct count by zone
 2017-11-01  1:26 UTC  (5+ messages)

[PATCH] netfilter: ipset: use swap macro instead of _manually_ swapping values
 2017-10-30 22:19 UTC 

[PATCH] netfilter: ipset: ip_set_bitmap_ipmac: use swap macro in bitmap_ipmac_create
 2017-10-30 21:55 UTC  (3+ messages)

[PATCH nft 00/16] tests: files: Remove test files
 2017-10-29 20:49 UTC  (17+ messages)
` [PATCH nft 01/16] tests: files: Remove tests for ipv4
  ` [PATCH nft 02/16] tests: files: Remove tests for ipv6
  ` [PATCH nft 03/16] tests: shell: Add test for log statement
  ` [PATCH nft 04/16] tests: files: Remove log statement tests
  ` [PATCH nft 05/16] tests: shell: Add test for log flags
  ` [PATCH nft 06/16] tests: shell: Add tests for payload expression
  ` [PATCH nft 07/16] tests: files: Remove payload expression tests
  ` [PATCH nft 08/16] tests: files: Remove test for syntactical errors
  ` [PATCH nft 09/16] tests: shell: Add test for ct expression
  ` [PATCH nft 10/16] tests: files: Remove "
  ` [PATCH nft 11/16] tests: files: Remove prefix file
  ` [PATCH nft 12/16] tests: files: Test for meta expressions
  ` [PATCH nft 13/16] tests: files: Remove test for meta expression
  ` [PATCH nft 14/16] tests: shell: Add tests for concat expression
  ` [PATCH nft 15/16] tests: files: Remove "
  ` [PATCH nft 16/16] tests: shell: Add test case for map expression

[PATCH] netfilter: nf_nat_snmp_basic: use asn1 decoder library
 2017-10-29 12:34 UTC 

[PATCH] netfilter: ipset: ip_set_bitmap_port: use swap macro in bitmap_port_create
 2017-10-28 20:30 UTC 

[PATCH] netfilter: ipset: ip_set_bitmap_ip: use swap macro in bitmap_ip_create
 2017-10-28 20:24 UTC 

[PATCH nf-next] netfilter: nft_set_hash: fix fast_ops for 2-len keys
 2017-10-28 11:33 UTC  (3+ messages)

[PATCH nft 0/8] rework dependency removal
 2017-10-27 18:03 UTC  (16+ messages)
` [PATCH nft 1/8] tests: adjust output to silence warnings
` [PATCH nft 2/8] src: remove exthdr_dependency_kill
` [PATCH nft 3/8] src: add and use payload_dependency_update helper
` [PATCH nft 4/8] src: pass proto_ctx to payload_dependency_kill
` [PATCH nft 5/8] payload: add basic infrastructure to keep some dependencies
` [PATCH nft 6/8] payload: keep dependencies that enforce a specific l3 protocol
` [PATCH nft 7/8] payload: consider expression type during dependency removal
` [PATCH nft 8/8] tests: silence test case

[PATCH] netfilter: ipvs: Convert timers to use timer_setup()
 2017-10-27  5:55 UTC 

[nft PATCH v2 0/4] libnftables preparations
 2017-10-26 18:15 UTC  (14+ messages)
` [nft PATCH v2 1/4] libnftables: Move library stuff out of main.c
` [nft PATCH v2 2/4] libnftables: Introduce nft_ctx_flush_cache()
        ` [nft PATCH] libnftables: Get rid of explicit cache flushes
` [nft PATCH v2 3/4] cli: Use nft_run_cmd_from_buffer()
` [nft PATCH v2 4/4] libnftables: Introduce getters and setters for everything

Fw: [Bug 197367] New: NMI watchdog: BUG: soft lockup - CPU#1 stuck for 22s! [nf_conntrack]
 2017-10-26  9:48 UTC  (2+ messages)

nftables rules not matching after upgrading from 0.7 to 0.8
 2017-10-26  7:00 UTC  (9+ messages)

libnetfilter_queue documentation
 2017-10-25 12:13 UTC 

[PATCH] Out Of Bound Read in Netfilter Conntrack
 2017-10-25  7:05 UTC  (9+ messages)
  ` [PATCH] Bitwise "

[PATCH nft] src: add nft_ prefix to everything exposed through include/nftables/nftables.h
 2017-10-24 16:28 UTC  (2+ messages)

[PATCH] extensions: add tests for ipcomp protocol
 2017-10-24 16:13 UTC  (2+ messages)

[PATCH v3] tests: xlate: print output in same way as nft-test.py
 2017-10-24 16:12 UTC  (2+ messages)
` [Outreachy kernel] "

[PATCH] doc: nft.8 simplify initial SYNOPSIS line
 2017-10-24 16:08 UTC  (2+ messages)

[PATCH nf-next] netfilter: xt_connlimit: don't store address in the conn nodes
 2017-10-24 16:05 UTC  (2+ messages)

[PATCH nf-next] netfilter: conntrack: make l3proto trackers const
 2017-10-24 16:04 UTC  (2+ messages)

[PATCH v4 nf-next 0/2] netfilter: x_tables: speed up iptables-restore
 2017-10-24 16:04 UTC  (2+ messages)

[PATCH nf-next 0/3] netfilter: remove pf argument from conntrack l4 packet function
 2017-10-24 16:03 UTC  (2+ messages)

[PATCH] netfilter: nf_conntrack_h323: Remove typedef struct
 2017-10-24 16:02 UTC  (2+ messages)

[ebtables PATCH] Use flock() for --concurrent option
 2017-10-24 15:57 UTC  (2+ messages)

[PATCH nf-next] netfilter: nat: use test_and_clear_bit when deleting ct from bysource list
 2017-10-24 15:55 UTC  (2+ messages)

Assalamu`Alaikum
 2017-10-21 15:58 UTC 

[nft PATCH 0/7] libnftables preparations
 2017-10-20 21:12 UTC  (26+ messages)
` [nft PATCH 1/7] nft_ctx_free: Fix for wrong argument passed to cache_release
` [nft PATCH 2/7] libnftables: Move library stuff out of main.c
` [nft PATCH 3/7] libnftables: Introduce nft_ctx_flush_cache()
` [nft PATCH 4/7] cli: Use nft_run_cmd_from_buffer()
` [nft PATCH 5/7] libnftables: Introduce nft_ctx_set_dry_run()
` [nft PATCH 6/7] libnftables: Provide an API for include path handling
` [nft PATCH 7/7] libnftables: Add remaining getters and setters

[PATCH v2] tests: xlate: print total no. of testfiles, tests and tests passed
 2017-10-20 12:36 UTC  (3+ messages)

[iptables PATCH] libxt_recent: Remove ineffective checks for info->name
 2017-10-20 11:54 UTC  (2+ messages)

[PATCH] netfilter: mark expected switch fall-throughs
 2017-10-19 14:06 UTC 

[PATCH] tests: xlate: print total no. of testfiles, tests and tests passed
 2017-10-19 12:51 UTC  (4+ messages)

[PATCH] tests: xlate: Change testfile to take "extensions/test_file" as argument
 2017-10-19 12:48 UTC 

nftables and iptables nat coexistence
 2017-10-19 11:30 UTC  (5+ messages)

[PATCH nft] rule: fix netlink debug flag when listing table/rules
 2017-10-19  9:56 UTC  (2+ messages)

[PATCH 10/26] netfilter: Allow xt_owner in any user namespace
 2017-10-18 23:00 UTC  (2+ messages)
` [10/26] "

[PATCH] ipv6: mark expected switch fall-throughs
 2017-10-18 13:13 UTC  (2+ messages)

[PATCH] ipv4: mark expected switch fall-throughs
 2017-10-18 12:59 UTC  (2+ messages)

Problem compiling nftables
 2017-10-18  1:36 UTC  (3+ messages)

[nft PATCH] netlink: Use nftnl_expr_fprintf() in netlink_dump_expr()
 2017-10-17 13:20 UTC  (2+ messages)

[libnftnl PATCH] expr: Introduce nftnl_expr_fprintf()
 2017-10-17 13:19 UTC  (9+ messages)
  ` [libnftnl PATCH v2] "
          ` [libnftnl PATCH v3] "

[PATCH] update INSTALL to add library libnfnetlink
 2017-10-17 13:07 UTC  (2+ messages)
` [Outreachy kernel] "

[PATCH v2] tests: xlate: print tests passed and error for testfile argument
 2017-10-17 12:45 UTC  (5+ messages)

[PATCH v2] libxt_TOS: add tests for translation infrastructure
 2017-10-17 12:38 UTC  (2+ messages)

[PATCH] Update .gitignore
 2017-10-17 12:36 UTC  (3+ messages)

[iptables PATCH] extensions: libxt_tcpmss: Detect invalid ranges
 2017-10-17 12:12 UTC  (2+ messages)

[PATCH] doc: nft.8 change "Native Address Translation" to "Network Address Translation"
 2017-10-17 12:03 UTC  (2+ messages)

[PATCH] tests: shell: add testcases for named limits
 2017-10-17 12:02 UTC  (2+ messages)

[PATCH] netfilter: ip6_tables: remove redundant assignment to e
 2017-10-17 12:02 UTC 

[PATCH v2] iptables: iptables-compat translation for TCPMSS
 2017-10-17 12:00 UTC  (2+ messages)

[PATCH] iptables: add test file for TCPMSS extension
 2017-10-17 12:00 UTC  (3+ messages)

[PATCH] tests: add regression tests for xtables-translate
 2017-10-17 11:35 UTC  (2+ messages)

[PATCH nft 0/9] tests: Move tests from files to shell
 2017-10-17 11:08 UTC  (4+ messages)

[PATCH nft] netlink: fix element addition to map with stateful object
 2017-10-17 10:32 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).