messages from 2017-06-28 10:13:53 to 2017-07-07 11:23:12 UTC [more...]
[PATCH RFC 0/26] Remove spin_unlock_wait()
2017-07-07 11:23 UTC (104+ 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 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
[PATCH nf] netfilter: remove old pre-netns era hook api
2017-07-06 21:17 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 (32+ messages)
` [PATCH 01/29] netfilter: ctnetlink: delete extra spaces
` [PATCH 02/29] netfilter: ipt_CLUSTERIP: switch to nf_register_net_hook
` [PATCH 03/29] netfilter: dup: resolve warnings about missing prototypes
` [PATCH 04/29] netfilter: nft_rt: make local functions static
` [PATCH 05/29] netfilter: conntrack: rename nf_ct_iterate_cleanup
` [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 "
[PATCH] netfilter: ctnetlink: move CTA_TIMEOUT case to outside
2017-06-29 16:51 UTC (2+ messages)
[PATCH] netfilter: conntrack: fix clash resolution in nat
2017-06-29 16:45 UTC (2+ messages)
[PATCH] nft: make raw payloads work
2017-06-29 16:18 UTC (2+ messages)
[RFC 0/2] nftables iptables nat co-existence patches
2017-06-29 12:28 UTC (3+ messages)
` [RFC PATCH 1/2] netfilter: add nf_nat_netns_get infrasstructure
` [RFC PATCH 2/2] nefilter: nf_nat: split nat rewriting from do_chain logic
crash on >= 4.9.0 kernel seems nf related
2017-06-29 8:44 UTC (9+ messages)
[nft crap] ct original ip saddr ... handling
2017-06-29 0:39 UTC (11+ messages)
` [PATCH 11/17] src: unifiy meta and ct postprocessing
` [PATCH 12/17] tests: update inet/bridge icmp test case
` [PATCH 13/17] src: ct: print nfproto name for some header fields
` [PATCH 14/17] tests: ct: adjust test case commands
` [PATCH 15/17] src: rt: add keyword distinction for nexthop vs nexthop6
` [PATCH 16/17] tests: rt: fix test cases
` [PATCH 17/17] doc: update man page
[PATCH nf] netfilter: nf_ct_dccp/sctp: fix memory leak after netns cleanup
2017-06-28 23:36 UTC (3+ messages)
` [nf] "
[PATCH] man: add include statement documentation
2017-06-28 15:36 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).