netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-30 19:17:56 to 2018-06-29 02:20:21 UTC [more...]

[PATCH v2 net-next 0/2] net: preserve sock reference when scrubbing the skb
 2018-06-29  2:20 UTC  (11+ messages)
` [PATCH v2 net-next 1/2] netfilter: check if the socket netns is correct
` [PATCH v2 net-next 2/2] skbuff: preserve sock reference when scrubbing the skb

[PATCH net-next] net: preserve sock reference when scrubbing the skb
 2018-06-28 23:18 UTC  (25+ messages)

[PATCH 0/6] Netfilter fixes for net
 2018-06-28  4:33 UTC  (8+ messages)
` [PATCH 1/6] netfilter: nf_queue: augment nfqa_cfg_policy
` [PATCH 2/6] netfilter: ipv6: nf_defrag: reduce struct net memory waste
` [PATCH 3/6] netfilter: nf_ct_helper: Fix possible panic after nf_conntrack_helper_unregister
` [PATCH 4/6] netfilter: nf_log: fix uninit read in nf_log_proc_dostring
` [PATCH 5/6] netfilter: nf_log: don't hold nf_log_mutex during user access
` [PATCH 6/6] netfilter: nf_conncount: fix garbage collection confirm race

[PATCH nf-next v2] openvswitch: use nf_ct_get_tuplepr, invert_tuplepr
 2018-06-27 15:03 UTC  (3+ messages)

[PATCH net] netfilter: nf_log: don't hold nf_log_mutex during user access
 2018-06-26 16:05 UTC  (2+ messages)

[PATCH net] netfilter: nf_log: fix uninit read in nf_log_proc_dostring
 2018-06-26 16:05 UTC  (2+ messages)

stable request: don't set F_IFACE on ipv6 fib lookups and followup fix
 2018-06-25 17:22 UTC 

KMSAN: uninit-value in ip_vs_lblc_check_expire
 2018-06-22  5:52 UTC  (2+ messages)

[PATCH net-next,RFC 00/13] New fast forwarding path
 2018-06-20  0:56 UTC  (33+ messages)
` [PATCH net-next,RFC 01/13] net: Add a helper to get the packet offload callbacks by priority
` [PATCH net-next,RFC 02/13] net: Change priority of ipv4 and ipv6 packet offloads
` [PATCH net-next,RFC 03/13] net: Add a GSO feature bit for the netfilter forward fastpath
` [PATCH net-next,RFC 04/13] net: Use one bit of NAPI_GRO_CB for the netfilter fastpath
` [PATCH net-next,RFC 05/13] netfilter: add early ingress hook for IPv4
` [PATCH net-next,RFC 06/13] netfilter: add early ingress support for IPv6
` [PATCH net-next,RFC 07/13] netfilter: add ESP support for early ingress
` [PATCH net-next,RFC 08/13] netfilter: nft_chain_filter: add "
` [PATCH net-next,RFC 09/13] netfilter: nf_flow_table: add hooknum to flowtable type
` [PATCH net-next,RFC 10/13] netfilter: nf_flow_table: add flowtable for early ingress hook
` [PATCH net-next,RFC 11/13] netfilter: nft_flow_offload: enable offload after second packet is seen
` [PATCH net-next,RFC 12/13] netfilter: nft_flow_offload: remove secpath check
` [PATCH net-next,RFC 13/13] netfilter: nft_flow_offload: make sure route is not stale

[RFC PATCH ghak86 V1] audit: eliminate audit_enabled magic number comparison
 2018-06-19 15:10 UTC  (4+ messages)

[PATCH nf-next v4] net: netfilter: nf_tables_api: Use id allocation
 2018-06-18 12:25 UTC 

[PATCH net] netfilter: ipv6: nf_defrag: reduce struct net memory waste
 2018-06-18 12:14 UTC  (2+ messages)

[PATCH net] netfilter: nf_queue: augment nfqa_cfg_policy
 2018-06-18 12:13 UTC  (2+ messages)

[PATCH 0/9] Netfilter fixes for net
 2018-06-13 21:05 UTC  (11+ messages)
` [PATCH 1/9] netfilter: fix null-ptr-deref in nf_nat_decode_session
` [PATCH 2/9] netfilter: nft_socket: fix module autoload
` [PATCH 3/9] netfilter: nft_dynset: do not reject set updates with NFT_SET_EVAL
` [PATCH 4/9] netfilter: nf_tables: fix module unload race
` [PATCH 5/9] netfilter: nf_tables: close race between netns exit and rmmod
` [PATCH 6/9] netfilter: nf_tables: use WARN_ON_ONCE instead of BUG_ON in nft_do_chain()
` [PATCH 7/9] netfilter: ctnetlink: avoid null pointer dereference
` [PATCH 8/9] netfilter: xt_connmark: fix list corruption on rmmod
` [PATCH 9/9] netfilter: nf_conncount: Fix garbage collection with zones

[RFC nf-next 0/5] netfilter: add ebpf translation infrastructure
 2018-06-13 20:59 UTC  (10+ 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

[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] "


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