netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-29 02:13:15 to 2019-07-05 22:09:14 UTC [more...]

[PATCH 1/5 nf-next v3] netfilter:nf_flow_table: Refactor flow_offload_tuple to destination
 2019-07-05 22:09 UTC  (2+ messages)
` [PATCH 3/5 nf-next v3] bridge: add br_vlan_get_info_rcu()

[PATCH libnftnl] expr: add synproxy support
 2019-07-05 22:01 UTC  (2+ messages)

[PATCH nf-next 1/3] netfilter: nf_tables: add nft_expr_type_request_module()
 2019-07-05 21:56 UTC  (3+ messages)
` [PATCH nf-next 2/3] netfilter: nf_tables: __nft_expr_type_get() selects specific family type
` [PATCH nf-next 3/3] netfilter: nf_tables: force module load in case select_ops() returns -EAGAIN

[PATCH] netfilter: Update obsolete comments referring to ip_conntrack
 2019-07-05 20:48 UTC  (2+ messages)

[PATCH 1/7 nf-next v2] netfilter: separate bridge meta key from nft_meta into meta_bridge
 2019-07-05 20:45 UTC  (13+ messages)
` [PATCH 2/7 nf-next v2] netfilter: nft_meta_bridge: Remove the br_private.h header
` [PATCH 3/7 nf-next v2] bridge: add br_vlan_get_pvid_rcu()
` [PATCH 4/7 nf-next v2] netfilter: nft_meta_bridge: add NFT_META_BRI_IIFPVID support
` [PATCH 5/7 nf-next v2] bridge: add br_vlan_get_proto()
` [PATCH 6/7 nf-next v2] netfilter: nft_meta_bridge: Add NFT_META_BRI_IIFVPROTO support
` [PATCH nf-next v2] netfilter:nft_meta: add NFT_META_VLAN support

[PATCHv2 net-next] ipvs: strip gre tunnel headers from icmp errors
 2019-07-05 20:43 UTC  (2+ messages)

[PATCH nf-next v6] netfilter: nf_tables: Add SYNPROXY support
 2019-07-05 20:43 UTC  (4+ messages)

[PATCH libnftnl v2] Add Requires.private field to libnftnl.pc
 2019-07-05 18:26 UTC  (2+ messages)

[PATCH nftables v4 0/1] add ct expectation support
 2019-07-05 18:07 UTC  (6+ messages)
` [PATCH nftables v4 1/1] add ct expectations support

[nft PATCH v2] evaluate: Accept ranges of N-N
 2019-07-05 13:04 UTC  (3+ messages)

[PATCH 1/7 nf-next] netfilter: separate bridge meta key from nft_meta into meta_bridge
 2019-07-05  8:59 UTC  (15+ messages)
` [PATCH 2/7 nf-next] netfilter: nft_meta_bridge: Remove the br_private.h header
` [PATCH 3/7 nf-next] bridge: add br_vlan_get_pvid_rcu()
` [PATCH 4/7 nf-next] netfilter: nft_meta_bridge: add NFT_META_BRI_IIFPVID support
` [PATCH 5/7 nf-next] bridge: add br_vlan_get_proto()
` [PATCH 6/7 nf-next] netfilter: nft_meta_bridge: Add NFT_META_BRI_IIFVPROTO support
` [PATCH 7/7 nf-next] netfilter:nft_meta: add NFT_META_VLAN support

[PATCH libnftnl] Add Libs.private field to libnftnl.pc
 2019-07-05  7:04 UTC  (2+ messages)

[PATCH] net: bpfilter: print umh messages to /dev/kmsg
 2019-07-05  3:54 UTC 

[PATCH 00/15 net-next,v2] netfilter: add hardware offload infrastructure
 2019-07-04 23:48 UTC  (16+ messages)
` [PATCH 01/15 net-next,v2] net: sched: move tcf_block_cb before indr_block
` [PATCH 02/15 net-next,v2] net: sched: add tcf_block_cb_alloc()
` [PATCH 03/15 net-next,v2] net: sched: add tcf_block_cb_free()
` [PATCH 04/15 net-next,v2] net: sched: add tcf_block_setup()
` [PATCH 05/15 net-next,v2] net: sched: add release callback to struct tcf_block_cb
` [PATCH 06/15 net-next,v2] net: sched: add tcf_setup_block_offload()
` [PATCH 07/15 net-next,v2] net: use tcf_block_setup() infrastructure
` [PATCH 08/15 net-next,v2] net: cls_api: do not expose tcf_block to drivers
` [PATCH 09/15 net-next,v2] net: sched: remove tcf_block_cb_{register,unregister}()
` [PATCH 10/15 net-next,v2] net: flow_offload: add flow_block_cb API
` [PATCH 11/15 net-next,v2] net: flow_offload: don't allow subsystem to reuse blocks
` [PATCH 12/15 net-next,v2] net: flow_offload: make flow block callback list per-driver
` [PATCH 13/15 net-next,v2] net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BIND
` [PATCH 14/15 net-next,v2] net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*
` [PATCH 15/15 net-next,v2] netfilter: nf_tables: add hardware offload support

[PATCH nft 1/3,v2] src: use malloc() and free() from cli and main
 2019-07-04 22:59 UTC  (3+ messages)
` [PATCH nft 2/3] main: replace NFT_EXIT_NOMEM by EXIT_FAILURE
` [PATCH nft 3/3] cli: remove useless #include headers

[PATCH] utils: inline xmalloc(), xzalloc() and xfree()
 2019-07-04 18:25 UTC  (2+ messages)

[PATCH nftables v4] exthdr: doc: add support for matching IPv4 options
 2019-07-04 18:11 UTC  (6+ messages)

[PATCH nft v12]tests: py: add netns feature
 2019-07-04 16:36 UTC  (3+ messages)

[nft PATCH v2 1/3] nft: don't use xzalloc()
 2019-07-04 14:43 UTC  (9+ messages)
` [nft PATCH v2 2/3] libnftables: reallocate definition of nft_print() and nft_gmp_print()
` [nft PATCH v2 3/3] libnftables: export public symbols only

[nft PATCH] files: Add inet family nat config
 2019-07-04 12:36 UTC  (2+ messages)

[PATCH libnftnl v2] src: libnftnl: add support for matching IPv4 options
 2019-07-04 12:32 UTC  (2+ messages)

[PATCH v6] netfilter: nf_conntrack_sip: fix expectation clash
 2019-07-04  3:31 UTC  (4+ messages)
` [PATCH v7] "
    ` [PATCH v8] "

Rebasing nf-next
 2019-07-03 19:16 UTC 

linux-next: Tree for Jul 3 (netfilter/ipvs/)
 2019-07-03 19:09 UTC  (3+ messages)

[PATCH] netfilter: nft_meta: fix bridge port vlan ID selector
 2019-07-03 14:59 UTC  (9+ messages)

[PATCH 1/2 nf-next v3] netfilter: nft_meta: Add NFT_META_BRI_IIFVPROTO support
 2019-07-03 12:23 UTC  (5+ messages)

netfilter patches for -stable
 2019-07-03 12:19 UTC  (2+ messages)

[PATCH nf] netfilter: nfnetlink: avoid deadlock due to synchronous request_module
 2019-07-03 11:57 UTC  (2+ messages)

[PATCH nf-next] netfilter: nf_queue: remove unused hook entries pointer
 2019-07-03 11:39 UTC  (2+ messages)

[PATCH] netfilter: nf_log: Replace a seq_printf() call by seq_puts() in seq_show()
 2019-07-03 11:38 UTC  (2+ messages)

Ease usage of libnetfilter_log with C++ applications
 2019-07-03 11:37 UTC  (5+ messages)
  ` [PATCH] Added extern "C" declarations to header-files

[iptables PATCH 1/2] nft: Pass nft_handle down to mnl_batch_talk()
 2019-07-03 11:22 UTC  (4+ messages)
` [iptables PATCH 2/2] nft: Move send/receive buffer sizes into nft_handle

[PATCH nft] tests: shell: update test to include reset command
 2019-07-03 11:12 UTC 

[nft PATCH] files: Move netdev-ingress.nft to /etc/nftables as well
 2019-07-03 11:06 UTC  (8+ messages)

[PATCH net-next 00/12] netfilter: add hardware offload infrastructure
 2019-07-03 10:43 UTC  (11+ messages)
` [PATCH net-next 02/12] net: sched: add tcf_block_cb_alloc()
` [PATCH net-next 04/12] net: sched: add tcf_block_setup()
` [PATCH net-next 07/12] net: use tcf_block_setup() infrastructure

[PATCH v5] net: netfilter: Fix rpfilter dropping vrf packets by mistake
 2019-07-03  1:59 UTC 

[iptables PATCH v2] nft: Set socket receive buffer
 2019-07-02 22:58 UTC  (2+ messages)

[PATCH nft,v2] mnl: remove unnecessary NLM_F_ACK flags
 2019-07-02 22:50 UTC 

[PATCH nft,v2] mnl: remove unnecessary NLM_F_ACK flags
 2019-07-02 22:52 UTC 

[PATCH v4 1/4] meta: Introduce new conditions 'time', 'day' and 'hour'
 2019-07-03  0:59 UTC  (9+ messages)
` [PATCH v4 2/4] meta: Parse 'time' type with timegm()
` [PATCH v4 3/4] tests/py: Add tests for 'time', 'day' and 'hour'
` [PATCH v4 4/4] nft: Update documentation

[PATCH] ipvsadm: allow tunneling with gre encapsulation
 2019-07-02 19:21 UTC  (3+ messages)

[PATCH nft v11]tests: py: add netns feature
 2019-07-02 19:20 UTC  (3+ messages)

[iptables PATCH RFC] nft: Set socket receive buffer
 2019-07-02 18:10 UTC  (5+ messages)
  ` [iptables PATCH] "

[PATCH nft] mnl: remove unnecessary NLM_F_ACK flags
 2019-07-02 17:03 UTC 

[PATCH net-next] ipvs: strip gre tunnel headers from icmp errors
 2019-07-02 15:59 UTC  (3+ messages)

[PATCH v3] ipvs: allow tunneling with gre encapsulation
 2019-07-02 15:58 UTC  (4+ messages)

[PATCH] netfilter: nat: Update obsolete comment on get_unique_tuple()
 2019-07-02 11:06 UTC  (5+ messages)

[PATCH v5] net: netfilter: Fix rpfilter dropping vrf packets by mistake
 2019-07-02  3:59 UTC 

Re: [PATCH v4] net: netfilter: Fix rpfilter dropping vrf packets by mistake
 2019-07-02  1:36 UTC 

[PATCH] nft_meta: Introduce new conditions 'time', 'day' and 'hour'
 2019-07-01 22:09 UTC  (4+ messages)

[nft PATCH v2] parser_bison: Accept arbitrary user-defined names by quoting
 2019-07-01 21:47 UTC  (6+ messages)

[PATCH nft v10]tests: py: fix python3
 2019-07-01 19:06 UTC  (3+ messages)

[PATCH] netfilter: synproxy: erroneous TCP mss option fixed
 2019-07-01 18:58 UTC  (8+ messages)
` [PATCH v2] "

[PATCH v4] net: netfilter: Fix rpfilter dropping vrf packets by mistake
 2019-07-01 18:01 UTC  (4+ messages)
  ` 答复: "

[PATCH nft 1/3] parser_bison: do not enforce semicolon from ct helper block
 2019-07-01 17:58 UTC  (3+ messages)
` [PATCH nft 2/3] rule: do not print semicolon in ct timeout
` [PATCH nft 3/3] rule: print space between policy and timeout

[PATCH nft 1/2] monitor: fix double cache update with --echo
 2019-07-01 16:38 UTC  (2+ messages)
` [PATCH nft 2/2] tests: shell: restore element expiration

[PATCH v2] ipvs: allow tunneling with gre encapsulation
 2019-07-01 15:41 UTC  (3+ messages)

You have successfully sent message from yoursite.com!
 2019-07-01  1:04 UTC 

[PATCH 1/4] [v2] structleak: disable STRUCTLEAK_BYREF in combination with KASAN_STACK
 2019-06-30 20:36 UTC  (3+ messages)
` [PATCH 4/4] ipvs: reduce kernel stack usage

[PATCH] ipvs: allow tunneling with gre encapsulation
 2019-06-30 20:01 UTC  (2+ messages)

[PATCH net v2] net: make skb_dst_force return true when dst is refcounted
 2019-06-29 18:02 UTC  (2+ 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).