netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-18 12:55:54 to 2018-06-13 10:56:51 UTC [more...]

[PATCH 0/9] Netfilter fixes for net
 2018-06-13 10:56 UTC 

[RFC nf-next 0/5] netfilter: add ebpf translation infrastructure
 2018-06-13  0:43 UTC  (9+ messages)
` [RFC nf-next 1/5] bpf: add bpf_prog_get_type_dev_file
` [RFC nf-next 2/5] netfilter: nf_tables: add ebpf expression
` [RFC nf-next 3/5] netfilter: nf_tables: add rule ebpf jit infrastructure
` [RFC nf-next 4/5] netfilter: nf_tables_jit: add dumping of original rule
` [RFC nf-next 5/5] netfilter: nf_tables_jit: add userspace nft to ebpf translator

[RFC PATCH ghak86 V1] audit: eliminate audit_enabled magic number comparison
 2018-06-12 20:45 UTC  (3+ messages)

[PATCH 00/15] Netfilter/IPVS fixes for net
 2018-06-11 23:31 UTC  (17+ messages)
` [PATCH 01/15] netfilter: xt_CT: Reject the non-null terminated string from user space
` [PATCH 02/15] netfilter: nf_tables: check msg_type before nft_trans_set(trans)
` [PATCH 03/15] ipvs: register conntrack hooks for ftp
` [PATCH 04/15] netfilter: nft_reject_bridge: fix skb allocation size in nft_reject_br_send_v6_unreach
` [PATCH 05/15] ipvs: fix check on xmit to non-local addresses
` [PATCH 06/15] netfilter: ebtables: fix compat entry padding
` [PATCH 07/15] netfilter: xt_set: Check hook mask correctly
` [PATCH 08/15] netfilter: ipset: List timing out entries with "timeout 1" instead of zero
` [PATCH 09/15] netfilter: ipset: Limit max timeout value
` [PATCH 10/15] netfilter: ipset: forbid family for hash:mac sets
` [PATCH 11/15] netfilter: ebtables: reject non-bridge targets
` [PATCH 12/15] netfilter: nft_set_rbtree: fix parameter of __nft_rbtree_lookup()
` [PATCH 13/15] netfilter: nf_conntrack: Increase __IPS_MAX_BIT with new bit IPS_OFFLOAD_BIT
` [PATCH 14/15] netfilter: x_tables: initialise match/target check parameter struct
` [PATCH 15/15] netfilter: remove include/net/netfilter/nft_dup.h

BUG: unable to handle kernel paging request in ebt_do_table
 2018-06-09 23:54 UTC  (2+ messages)

[PATCH] netfilter: remove include/net/netfilter/nft_dup.h
 2018-06-08 10:42 UTC  (2+ messages)

KMSAN: uninit-value in ebt_stp_mt_check (2)
 2018-06-07 21:40 UTC  (3+ messages)

netfilter: nf_flow_table: attach dst to skbs
 2018-06-06 13:32 UTC  (2+ messages)

WARNING in ebt_do_table
 2018-06-06  3:47 UTC 

net-next is CLOSED
 2018-06-05 15:07 UTC 

issues with shaping cake to 60 gbits or in unlimited mode at 100gbps
 2018-06-04 21:32 UTC 

[PATCH net-next] netfilter: fix null-ptr-deref in nf_nat_decode_session
 2018-06-04  8:01 UTC  (2+ messages)

[PATCH 0/9,v2] Netfilter updates for net-next
 2018-06-03 14:31 UTC  (2+ messages)

[PATCH 0/9] Netfilter updates for net-next
 2018-06-02 23:14 UTC  (10+ messages)
` [PATCH 1/9] netfilter: Decrease code duplication regarding transparent socket option
` [PATCH 2/9] netfilter: Libify xt_TPROXY
` [PATCH 3/9] netfilter: nf_tables: pass context to object destroy indirection
` [PATCH 4/9] netfilter: nf_conncount: expose connection list interface
` [PATCH 5/9] netfilter: nf_tables: pass ctx to nf_tables_expr_destroy()
` [PATCH 6/9] netfilter: nf_tables: garbage collection for stateful expressions
` [PATCH 7/9] netfilter: nf_tables: add destroy_clone expression
` [PATCH 8/9] netfilter: nf_tables: add connlimit support
` [PATCH 9/9] netfilter: nf_tables: handle chain name lookups via rhltable

[PATCH 00/20] Netfilter/IPVS updates for net-next
 2018-06-02 13:04 UTC  (22+ messages)
` [PATCH 01/20] netfilter: add includes to nf_socket.h
` [PATCH 02/20] netfilter: nat: merge ipv4/ipv6 masquerade code into main nat module
` [PATCH 03/20] netfilter: nat: merge nf_nat_redirect into nf_nat
` [PATCH 04/20] netfilter: nfnetlink: allow commit to fail
` [PATCH 05/20] netfilter: nf_tables: remove synchronize_rcu in commit phase
` [PATCH 06/20] netfilter: nat: make symbol nat_hook static
` [PATCH 07/20] netfilter: nft_compat: use call_rcu for nfnl_compat_get
` [PATCH 08/20] netfilter: nf_tables: fix endian mismatch in return type
` [PATCH 09/20] netfilter: nf_tables: fail batch if fatal signal is pending
` [PATCH 10/20] netfilter: nf_tables: use call_rcu in netlink dumps
` [PATCH 11/20] netfilter: nf_tables: remove unused variables
` [PATCH 12/20] netfilter: fix ptr_ret.cocci warnings
` [PATCH 13/20] netfilter: nf_tables: add support for native socket matching
` [PATCH 14/20] netfilter: nf_tables: Add audit support to log statement
` [PATCH 15/20] netfilter: nf_tables: fix chain dependency validation
` [PATCH 16/20] netfilter: nf_flow_table: attach dst to skbs
` [PATCH 17/20] netfilter: nfnetlink: Remove VLA usage
` [PATCH 18/20] netfilter: nft_fwd_netdev: allow to forward packets via neighbour layer
` [PATCH 19/20] ipvs: add full ipv6 support to nfct
` [PATCH 20/20] ipvs: add ipv6 support to ftp

[PATCH net-next v18 0/8] sched: Add Common Applications Kept Enhanced (cake) qdisc
 2018-06-01 18:17 UTC  (5+ messages)
` [PATCH net-next v18 5/8] sch_cake: Add NAT awareness to packet classifier
` [PATCH net-next v18 4/8] netfilter: Add nf_ct_get_tuple_skb global lookup function

[PATCH net-next] netfilter: nf_tables: check msg_type before nft_trans_set(trans)
 2018-06-01  8:14 UTC  (3+ messages)

[PATCH v2] netfilter: nfnetlink: Remove VLA usage
 2018-06-01  7:48 UTC  (2+ messages)

[PATCH] netfilter: nft_numgen: fix ptr_ret.cocci warnings
 2018-06-01  7:46 UTC  (3+ messages)

[PATCH] netfilter: properly initialize xt_table_info structure
 2018-05-31 16:25 UTC  (17+ messages)
  ` [PATCH v2] "

[PATCH] netfilter: nfnetlink: Remove VLA usage
 2018-05-30 19:08 UTC  (4+ messages)

Missing skb->dst with flow offloading
 2018-05-30 18:30 UTC  (5+ messages)

[PATCH net-next v16 0/8] sched: Add Common Applications Kept Enhanced (cake) qdisc
 2018-05-30  8:33 UTC  (9+ messages)
` [PATCH net-next v16 5/8] sch_cake: Add NAT awareness to packet classifier
` [PATCH net-next v16 4/8] netfilter: Add nf_ct_get_tuple_skb callback

[PATCH 0/9] Netfilter/IPVS fixes for net
 2018-05-29  2:39 UTC  (11+ messages)
` [PATCH 1/9] netfilter: nf_tables: fix NULL pointer dereference on nft_ct_helper_obj_dump()
` [PATCH 2/9] netfilter: ebtables: handle string from userspace with care
` [PATCH 3/9] netfilter: nft_meta: fix wrong value dereference in nft_meta_set_eval
` [PATCH 4/9] netfilter: nft_limit: fix packet ratelimiting
` [PATCH 5/9] ipvs: fix buffer overflow with sync daemon and service
` [PATCH 6/9] netfilter: provide correct argument to nla_strlcpy()
` [PATCH 7/9] netfilter: nf_tables: disable preemption in nft_update_chain_stats()
` [PATCH 8/9] netfilter: nf_tables: fix NULL-ptr in nf_tables_dump_obj()
` [PATCH 9/9] netfilter: nf_tables: increase nft_counters_enabled in nft_chain_stats_replace()

BUG: unable to handle kernel (3)
 2018-05-28 23:26 UTC 

[PATCH net-next] netfilter: nat: make symbol nat_hook static
 2018-05-28 22:37 UTC  (2+ messages)

[PATCH net-next v17 0/8] sched: Add Common Applications Kept Enhanced (cake) qdisc
 2018-05-28 22:28 UTC  (3+ messages)
` [PATCH net-next v17 5/8] sch_cake: Add NAT awareness to packet classifier
` [PATCH net-next v17 4/8] netfilter: Add nf_ct_get_tuple_skb global lookup function

[PATCH] iptables-compat: homogenize error message
 2018-05-28 22:04 UTC  (2+ messages)

[PATCH 00/14] Modify action API for implementing lockless actions
 2018-05-25 21:40 UTC  (36+ messages)
` [PATCH 02/14] net: sched: change type of reference and bind counters
` [PATCH 04/14] net: sched: implement unlocked action init API
` [PATCH 06/14] net: sched: implement reference counted action release
` [PATCH 09/14] net: sched: don't release reference on action overwrite
` [PATCH 10/14] net: sched: extend act API for lockless actions
` [PATCH 12/14] net: sched: retry action check-insert on concurrent modification
` [PATCH 13/14] net: sched: use unique idr insert function in unlocked actions
` [PATCH 14/14] net: sched: implement delete for all actions

linux-next: manual merge of the netfilter-next tree with the netfilter tree
 2018-05-24 16:19 UTC 

[PATCH net-next v15 0/7] sched: Add Common Applications Kept Enhanced (cake) qdisc
 2018-05-24  4:52 UTC  (17+ messages)
` [PATCH net-next v15 4/7] sch_cake: Add NAT awareness to packet classifier
    ` [Cake] "

[PATCH 00/18] Netfilter updates for net-next
 2018-05-23 20:37 UTC  (20+ messages)
` [PATCH 01/18] netfilter: fix fallout from xt/nf osf separation
` [PATCH 02/18] netfilter: nf_tables: remove old nf_log based tracing
` [PATCH 03/18] netfilter: nft_numgen: add map lookups for numgen random operations
` [PATCH 04/18] netfilter: nft_hash: add map lookups for hashing operations
` [PATCH 05/18] netfilter: nf_nat: move common nat code to nat core
` [PATCH 06/18] netfilter: xtables: allow table definitions not backed by hook_ops
` [PATCH 07/18] netfilter: nf_tables: allow chain type to override hook register
` [PATCH 08/18] netfilter: core: export raw versions of add/delete hook functions
` [PATCH 09/18] netfilter: nf_nat: add nat hook register functions to nf_nat
` [PATCH 10/18] netfilter: nf_nat: add nat type hooks to nat core
` [PATCH 11/18] netfilter: lift one-nat-hook-only restriction
` [PATCH 12/18] netfilter: make NF_OSF non-visible symbol
` [PATCH 13/18] netfilter: nft_set_rbtree: add timeout support
` [PATCH 14/18] netfilter: ip6t_rpfilter: provide input interface for route lookup
` [PATCH 15/18] netfilter: add struct nf_ct_hook and use it
` [PATCH 16/18] netfilter: add struct nf_nat_hook "
` [PATCH 17/18] netfilter: nfnetlink_queue: resolve clash for unconfirmed conntracks
` [PATCH 18/18] netfilter: nf_tables: remove nft_af_info

[PATCH net-next v1] netfilter: provide input interface for route lookup for rpfilter
 2018-05-23  7:26 UTC  (2+ messages)

netdev 0x12 conference update
 2018-05-22 12:25 UTC 

[Cake] [PATCH net-next v14 4/7] sch_cake: Add NAT awareness to packet classifier
 2018-05-22  8:45 UTC  (2+ messages)

simplify procfs code for seq_file instances V3
 2018-05-18 12:55 UTC  (3+ messages)
` [PATCH 28/42] drbd: switch to proc_create_single


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