netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-29 22:53:04 to 2017-07-10 20:34:14 UTC [more...]

[PATCH] libnetfilter_conntrack: bump version to 1.0.7
 2017-07-10 20:33 UTC 

[PATCH RFC 0/26] Remove spin_unlock_wait()
 2017-07-10 17:22 UTC  (124+ messages)
` [PATCH RFC 01/26] netfilter: Replace spin_unlock_wait() with lock/unlock pair
` [PATCH RFC 02/26] task_work: "
` [PATCH RFC 03/26] sched: "
` [PATCH RFC 04/26] completion: "
` [PATCH RFC 05/26] exit: "
` [PATCH RFC 06/26] ipc: "
` [PATCH RFC 07/26] drivers/ata: "
` [PATCH RFC 08/26] locking: Remove spin_unlock_wait() generic definitions
` [PATCH RFC 09/26] alpha: Remove spin_unlock_wait() arch-specific definitions
` [PATCH RFC 10/26] arc: "
` [PATCH RFC 11/26] arm: "
` [PATCH RFC 12/26] arm64: "
` [PATCH RFC 13/26] blackfin: "
` [PATCH RFC 14/26] hexagon: "
` [PATCH RFC 15/26] ia64: "
` [PATCH RFC 16/26] m32r: "
` [PATCH RFC 17/26] metag: "
` [PATCH RFC 18/26] mips: "
` [PATCH RFC 19/26] mn10300: "
` [PATCH RFC 20/26] parisc: "
` [PATCH RFC 21/26] powerpc: "
` [PATCH RFC 22/26] s390: "
` [PATCH RFC 23/26] sh: "
` [PATCH RFC 24/26] sparc: "
` [PATCH RFC 25/26] tile: "
` [PATCH RFC 26/26] xtensa: "
` [PATCH v2 0/9] Remove spin_unlock_wait()
  ` [PATCH v2 1/9] net/netfilter/nf_conntrack_core: Fix net_conntrack_lock()
  ` [PATCH v2 2/9] task_work: Replace spin_unlock_wait() with lock/unlock pair
  ` [PATCH v2 3/9] sched: "
  ` [PATCH v2 4/9] completion: "
  ` [PATCH v2 5/9] exit: "
  ` [PATCH v2 6/9] ipc: "
  ` [PATCH v2 7/9] drivers/ata: "
  ` [PATCH v2 8/9] locking: Remove spin_unlock_wait() generic definitions
  ` [PATCH v2 9/9] arch: Remove spin_unlock_wait() arch-specific definitions
  ` [PATCH v3 0/9] Remove spin_unlock_wait()
    ` [PATCH v3 1/9] net/netfilter/nf_conntrack_core: Fix net_conntrack_lock()
    ` [PATCH v3 2/9] task_work: Replace spin_unlock_wait() with lock/unlock pair
    ` [PATCH v3 3/9] sched: "
    ` [PATCH v3 4/9] completion: "
    ` [PATCH v3 5/9] exit: "
    ` [PATCH v3 6/9] ipc: "
    ` [PATCH v3 7/9] drivers/ata: "
    ` [PATCH v3 8/9] locking: Remove spin_unlock_wait() generic definitions
    ` [PATCH v3 9/9] arch: Remove spin_unlock_wait() arch-specific definitions

[PATCH nf] netfilter: expect: add to hash table after expect init
 2017-07-10 13:06 UTC 

[PATCH nf] netfilter: expect: fix crash when putting uninited expectation
 2017-07-10 11:53 UTC 

[PATCH nf] netfilter: remove old pre-netns era hook api
 2017-07-09  5:01 UTC  (3+ messages)

[PATCH nft v4] include: Remove __init and __exit macro definitions
 2017-07-07 23:37 UTC 

how to get consistent value of "nf_conntrack_htable_size" and "nf_conntrack_hash" in a kernel module ?
 2017-07-07 16:30 UTC  (2+ messages)

[PATCH nf] netfilter: nftables: onlly allow in/output for arp packets
 2017-07-07 11:29 UTC 

[PATCH nf] netfilter: nat: fix src map lookup
 2017-07-07 11:07 UTC 

[PATCH nft v3] include: Remove __init and __exit macro definitions
 2017-07-07  8:40 UTC  (2+ messages)

(unknown),
 2017-07-07  0:30 UTC 

(unknown),
 2017-07-06 17:35 UTC 

[PATCH] monitor: fix printing of range elements in named sets
 2017-07-06 14:36 UTC 

[nft PATCH] segtree: Fix expr_value_cmp()
 2017-07-06 14:48 UTC  (2+ messages)

[PATCH libnfntl] set: free user data
 2017-07-06 13:49 UTC  (2+ messages)

[PATCH 0/2] Netfilter fixes for net
 2017-07-06 13:03 UTC  (4+ messages)
` [PATCH 1/2] netfilter: nf_ct_dccp/sctp: fix memory leak after netns cleanup
` [PATCH 2/2] netfilter: ebt_nflog: fix unexpected truncated packet

[PATCH RFC] inetpeer: remove AVL implementation in favor of RB tree
 2017-07-05 17:54 UTC  (3+ messages)

(unknown),
 2017-07-03 13:30 UTC 

How to add snat and dnat rules in a kernel module?
 2017-07-02 19:02 UTC 

[4.9.y,netfilter] please, cherry-pick 2638fd0f92d4
 2017-07-01 14:11 UTC  (2+ messages)

[4.11.y,netfilter] please, cherry-pick 87e94dbc210a
 2017-07-01 14:11 UTC  (2+ messages)

nf_conntrack: Infoleak via CTA_ID and CTA_EXPECT_ID
 2017-07-01 10:35 UTC  (7+ messages)

[PATCH nf-next 1/3] netfilter: exthdr: factor out tcp option access
 2017-06-30 17:28 UTC  (3+ messages)
` [PATCH nf-next 2/3] netfilter: exthdr: split netlink dump function
` [RFC PATCH nf-next 3/3] netfilter: exthdr: early set support

[PATCH 00/29] Netfilter updates for net-next
 2017-06-30 16:09 UTC  (28+ messages)
` [PATCH 04/29] netfilter: nft_rt: make local functions static
` [PATCH 06/29] netfilter: conntrack: don't call iter for non-confirmed conntracks
` [PATCH 07/29] netfilter: conntrack: add nf_ct_iterate_destroy
` [PATCH 08/29] netfilter: conntrack: restart iteration on resize
` [PATCH 09/29] netfilter: nat: destroy nat mappings on module exit path only
` [PATCH 10/29] netfilter: nft_set_hash: unnecessary forward declaration
` [PATCH 11/29] netfilter: nf_tables: no size estimation if number of set elements is unknown
` [PATCH 12/29] netfilter: nft_set_hash: use nft_rhash prefix for resizable set backend
` [PATCH 13/29] netfilter: nf_tables: select set backend flavour depending on description
` [PATCH 14/29] netfilter: nf_tables: pass set description to ->privsize
` [PATCH 15/29] netfilter: nft_set_hash: add nft_hash_buckets()
` [PATCH 16/29] netfilter: nf_tables: allow large allocations for new sets
` [PATCH 17/29] netfilter: nft_set_hash: add non-resizable hashtable implementation
` [PATCH 18/29] netfilter: nft_set_hash: add lookup variant for fixed size hashtable
` [PATCH 19/29] netfilter: nf_ct_helper: use nf_ct_iterate_destroy to unlink helper objs
` [PATCH 20/29] netfilter: cttimeout: use nf_ct_iterate_cleanup_net to unlink timeout objs
` [PATCH 21/29] netfilter: ipt_CLUSTERIP: do not hold dev
` [PATCH 22/29] netfilter: move table iteration out of netns exit paths
` [PATCH 23/29] netns: add and use net_ns_barrier
` [PATCH 24/29] netfilter: ebt: Use new helper ebt_invalid_target to check target
` [PATCH 25/29] netfilter, kbuild: use canonical method to specify objs
` [PATCH 26/29] netfilter: use nf_conntrack_helpers_register when possible
` [PATCH 27/29] netfilter: conntrack: use NFPROTO_MAX to size array
` [PATCH 28/29] netfilter: nf_tables: reduce chain type table size
` [PATCH 29/29] netfilter: nfnetlink: extended ACK reporting

[PATCH] netfilter: nfnetlink: Improve input length sanitization in nfnetlink_rcv
 2017-06-30 15:19 UTC  (6+ messages)
` [PATCH v2] "

[ANNOUNCE] Netfilter (+folks) userday in Faro, Portugal (Monday, July 3th)
 2017-06-30 12:15 UTC 

[PATCH nft 0/3] include: Remove datatype_register(), __init and __exit macros
 2017-06-30 10:56 UTC  (6+ messages)
` [PATCH nft 1/3] include: Remove datatype_register()
` [PATCH nft 2/3] include: Remove __init macro definition
` [PATCH nft 3/3] include: Remove __exit "


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