netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-31 12:17:10 to 2019-08-08 18:49:30 UTC [more...]

[PATCH net-next v1 0/8] netfilter: header compilation fixes
 2019-08-08 18:49 UTC  (11+ messages)
  ` [PATCH net-next v1 1/8] netfilter: inlined four headers files into another one
  ` [PATCH net-next v1 2/8] netfilter: added missing includes to a number of header-files
  ` [PATCH net-next v1 3/8] netfilter: added missing IS_ENABLED(CONFIG_BRIDGE_NETFILTER) checks to header-file
  ` [PATCH net-next v1 4/8] netfilter: added missing IS_ENABLED(CONFIG_NF_TABLES) check "
  ` [PATCH net-next v1 5/8] netfilter: added missing IS_ENABLED(CONFIG_NF_CONNTRACK) checks to some header-files
  ` [PATCH net-next v1 6/8] netfilter: added missing IS_ENABLED(CONFIG_NETFILTER) "
  ` [PATCH net-next v1 7/8] netfilter: removed "#ifdef __KERNEL__" guards from some headers
  ` [PATCH net-next v1 8/8] kbuild: removed all netfilter headers from header-test blacklist

[PATCH net v2] netfilter: Use consistent ct id hash calculation
 2019-08-08 18:30 UTC 

nftables and set with interval
 2019-08-08 16:08 UTC  (4+ messages)

[PATCH nft v2] src: Support maps as left side expressions
 2019-08-08 11:16 UTC  (2+ messages)

[PATCH 0/2 nft v4] Introduce variables in chain priority and policy
 2019-08-08 10:45 UTC  (4+ messages)
` [PATCH 1/2 nft v4] src: allow variables in the chain priority specification
` [PATCH 2/2 nft v4] src: allow variable in chain policy

[PATCH] net/netfilter/nf_nat_proto.c - make tables static
 2019-08-08 10:33 UTC  (2+ messages)

[PATCH net] netfilter: Use consistent ct id hash calculation
 2019-08-08 10:28 UTC  (9+ messages)

[PATCH AUTOSEL 4.19 01/42] netfilter: nfnetlink: avoid deadlock due to synchronous request_module
 2019-08-08  9:02 UTC  (5+ messages)
` [PATCH AUTOSEL 4.19 03/42] netfilter: Fix rpfilter dropping vrf packets by mistake
` [PATCH AUTOSEL 4.19 04/42] netfilter: conntrack: always store window size un-scaled
` [PATCH AUTOSEL 4.19 05/42] netfilter: nft_hash: fix symhash with modulus one

[PATCH nf-next v3 0/9] netfilter: nf_tables_offload: support more expr and obj offload
 2019-08-08  6:07 UTC  (14+ messages)
` [PATCH nf-next v3 1/9] netfilter: nf_flow_offload: add net in offload_ctx
` [PATCH nf-next v3 2/9] netfilter: nf_tables_offload: add offload_actions callback
` [PATCH nf-next v3 3/9] netfilter: nft_fwd_netdev: add fw_netdev action support
` [PATCH nf-next v3 4/9] netfilter: nft_payload: add nft_set_payload offload support
` [PATCH nf-next v3 5/9] netfilter: nft_tunnel: support NFT_TUNNEL_SRC/DST_IP match
` [PATCH nf-next v3 6/9] netfilter: nft_tunnel: support tunnel meta match offload
` [PATCH nf-next v3 7/9] netfilter: nft_tunnel: add NFTA_TUNNEL_KEY_RELEASE action
` [PATCH nf-next v3 8/9] netfilter: nft_objref: add nft_objref_type offload
` [PATCH nf-next v3 9/9] netfilter: nft_tunnel: support nft_tunnel_obj offload

[PATCH] net/netfilter - add missing prototypes
 2019-08-08  5:28 UTC 

[PATCH nft 1/2] src: add parse_ctx object
 2019-08-07 23:51 UTC  (3+ messages)
` [PATCH nft 2/2] src: remove global symbol_table

[PATCH RFC nft] src: avoid re-initing core library when a second context struct is allocated
 2019-08-07 23:37 UTC  (3+ messages)

[PATCH v3] netfilter: nft_meta: support for time matching
 2019-08-07 17:14 UTC  (6+ messages)

[PATCH nf-next] netfilter: nf_tables: store data in offload context registers
 2019-08-07 14:02 UTC  (2+ messages)

[bug report] netfilter: nf_tables: add hardware offload support
 2019-08-07 13:36 UTC 

[PATCH net-next v7 0/6] flow_offload: add indr-block in nf_table_offload
 2019-08-07  1:13 UTC  (7+ messages)
` [PATCH net-next v7 1/6] cls_api: modify the tc_indr_block_ing_cmd parameters
` [PATCH net-next v7 2/6] cls_api: remove the tcf_block cache
` [PATCH net-next v7 3/6] cls_api: add flow_indr_block_call function
` [PATCH net-next v7 4/6] flow_offload: move tc indirect block to flow offload
` [PATCH net-next v7 5/6] flow_offload: support get multi-subsystem block
` [PATCH net-next v7 6/6] netfilter: nf_tables_offload: support indr block call

[PATCH net-next v6 0/6] flow_offload: add indr-block in nf_table_offload
 2019-08-07  1:11 UTC  (13+ messages)
` [PATCH net-next v6 1/6] cls_api: modify the tc_indr_block_ing_cmd parameters
` [PATCH net-next v6 2/6] cls_api: remove the tcf_block cache
` [PATCH net-next v6 3/6] cls_api: add flow_indr_block_call function
` [PATCH net-next v6 4/6] flow_offload: move tc indirect block to flow offload
` [PATCH net-next v6 5/6] flow_offload: support get multi-subsystem block
` [PATCH net-next v6 6/6] netfilter: nf_tables_offload: support indr block call

[PATCH 0/2 net,v4] flow_offload hardware priority fixes
 2019-08-06 18:41 UTC  (4+ messages)
` [PATCH 1/2 net,v4] net: sched: use major priority number as hardware priority
` [PATCH 2/2 net,v4] netfilter: nf_tables: map basechain priority to "

[PATCH RFC nf-next] Introducing stateful object update operation
 2019-08-06 13:48 UTC  (5+ messages)

[PATCH] netfilter: nfnetlink_log:add support for VLAN information
 2019-08-06  9:44 UTC  (5+ messages)

[PATCH net 0/2] flow_offload hardware priority fixes
 2019-08-06  9:42 UTC  (11+ messages)
` [PATCH net 1/2] net: sched: use major priority number as hardware priority
` [PATCH net 2/2,v3] netfilter: nf_tables: map basechain priority to "

[PATCH net-next] net: use "nb" for notifier blocks
 2019-08-05 20:43 UTC 

[PATCH nf 1/2] selftests: netfilter: extend flowtable test script for ipsec
 2019-08-05  9:30 UTC  (4+ messages)
` [PATCH nf 2/2] netfilter: nf_flow_table: fix offload for flows that are subject to xfrm

[PATCH net-next 0/3,v2] flow_offload hardware priority fixes
 2019-08-05  8:36 UTC  (6+ messages)
` [PATCH net-next 1/3,v2] net: sched: use major priority number as hardware priority
` [PATCH net-next 2/3] netfilter: nf_tables_offload: add offload field to basechain
` [PATCH net-next 3/3] filter: nf_tables_offload: set priority field for rules

[PATCH net-next v5 0/6] flow_offload: add indr-block in nf_table_offload
 2019-08-05  6:26 UTC  (20+ messages)
` [PATCH net-next v5 1/6] cls_api: modify the tc_indr_block_ing_cmd parameters
` [PATCH net-next v5 2/6] cls_api: replace block with flow_block in tc_indr_block_dev
` [PATCH net-next 3/6] cls_api: add flow_indr_block_call function
` [PATCH net-next v5 4/6] flow_offload: move tc indirect block to flow offload
` [PATCH net-next v5 5/6] flow_offload: support get flow_block immediately
` [PATCH net-next v5 6/6] netfilter: nf_tables_offload: support indr block call

[PATCH net-next] netfilter: conntrack: use shared sysctl constants
 2019-08-03 16:40 UTC  (3+ messages)

[PATCH net] ipvs: Improve robustness to the ipvs sysctl
 2019-08-03 16:40 UTC  (7+ messages)
` [PATCH net v2] "
  ` [PATCH net v3] "

[PATCH 0/2 nf-next] Fix mss value announced to the client
 2019-08-03 16:39 UTC  (4+ messages)
` [PATCH 2/2 nf-next] netfilter: synproxy: rename mss synproxy_options field

[PATCH] expr: allow export of notrack expr
 2019-08-02 17:39 UTC  (3+ messages)

[PATCH AUTOSEL 5.2 02/76] netfilter: nfnetlink: avoid deadlock due to synchronous request_module
 2019-08-02 13:18 UTC  (6+ messages)
` [PATCH AUTOSEL 5.2 05/76] netfilter: Fix rpfilter dropping vrf packets by mistake
` [PATCH AUTOSEL 5.2 06/76] netfilter: nf_tables: fix module autoload for redir
` [PATCH AUTOSEL 5.2 07/76] netfilter: conntrack: always store window size un-scaled
` [PATCH AUTOSEL 5.2 08/76] netfilter: nft_hash: fix symhash with modulus one
` [PATCH AUTOSEL 5.2 15/76] netfilter: nf_tables: Support auto-loading for inet nat

[PATCH AUTOSEL 4.14 01/30] netfilter: nfnetlink: avoid deadlock due to synchronous request_module
 2019-08-02 13:23 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 03/30] netfilter: Fix rpfilter dropping vrf packets by mistake
` [PATCH AUTOSEL 4.14 04/30] netfilter: nft_hash: fix symhash with modulus one

[PATCH AUTOSEL 4.4 01/17] netfilter: nfnetlink: avoid deadlock due to synchronous request_module
 2019-08-02 13:26 UTC 

[PATCH AUTOSEL 4.9 01/22] netfilter: nfnetlink: avoid deadlock due to synchronous request_module
 2019-08-02 13:25 UTC 

[PATCH v6] meta: Introduce new conditions 'time', 'day' and 'hour'
 2019-08-02 11:12 UTC  (4+ messages)

[PATCH 0/2 nft v3] Introduce variables in chain priority and policy
 2019-08-02  9:21 UTC  (4+ messages)
` [PATCH 1/2 nft v3] src: allow variables in the chain priority specification
` [PATCH 2/2 nft v3] src: allow variable in chain policy

[PATCH] meta: Introduce new conditions 'time', 'day' and 'hour'
 2019-08-02  7:29 UTC 

nftables feature request: modify set element timeout
 2019-08-01 14:40 UTC  (4+ messages)

[iptables PATCH 0/5] xtables-monitor enhancements
 2019-08-01 14:20 UTC  (16+ messages)
` [iptables PATCH 1/5] doc: Clean generated *-restore-translate man pages
` [iptables PATCH 2/5] doc: Fix xtables-monitor man page
` [iptables PATCH 3/5] xtables-monitor: Improve error messages
` [iptables PATCH 4/5] xtables-monitor: Support ARP and bridge families
` [iptables PATCH 5/5] xtables-monitor: Add family-specific aliases

[PATCH nf-next v2 00/11] netfilter: nf_tables_offload: support more expr and obj offload
 2019-08-01 13:41 UTC  (4+ messages)
` [PATCH nf-next v2 03/11] netfilter: nf_tables_offload: split nft_offload_reg to match and action type

[iptables PATCH] nft: Drop stale include directive
 2019-08-01 12:13 UTC  (2+ messages)

[PATCH nf,v2] netfilter: nf_tables: map basechain priority to hardware priority
 2019-07-31 22:57 UTC  (2+ messages)

[PATCH net-next 0/6] flow_offload: add indr-block in nf_table_offload
 2019-07-31 19:21 UTC  (2+ messages)

[PATCH 0/8] netfilter fixes for net
 2019-07-31 15:50 UTC  (2+ messages)

[RFC 0/2] typeof keyword, alternate patch
 2019-07-31 13:10 UTC  (4+ messages)
` [PATCH 1/2] src: store expr, not dtype to track data in sets

[PATCHv2] Fix dumping vlan rules
 2019-07-31 12:41 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).