messages from 2016-11-03 12:38:02 to 2016-11-15 09:01:43 UTC [more...]
[GIT PULL nf-next 0/2] IPVS Updates for v4.10
2016-11-15 9:01 UTC (3+ messages)
` [PATCH nf-next 1/2] ipvs: Use IS_ERR_OR_NULL(svc) instead of IS_ERR(svc) || svc == NULL
` [PATCH nf-next 2/2] ipvs: Decrement ttl
[PATCH RFC 0/3] Rework nfnetlink_queue conntrack support
2016-11-15 7:38 UTC (11+ messages)
` [PATCH lnf-log 3/3] utils: nf-log: attaching a conntrack information
` [PATCHv2 lnf-log] "
[PATCH] netfilter: Update ip_route_me_harder to consider L3 domain
2016-11-14 23:53 UTC (6+ messages)
[PATCH nft 0/3] src: add nft log flags support
2016-11-14 22:21 UTC (2+ messages)
[PATCH nft] mnl: use nftnl_set_elems_nlmsg_build_payload_iter() when deleting elements
2016-11-14 21:41 UTC
[PATCH nf-next] netfilter: nf_tables: validate maximum value of u32 netlink hash attribute
2016-11-14 21:33 UTC
[PATCH 1/2 nft] tests: py: add some testcases for log flags
2016-11-14 21:01 UTC (2+ messages)
` [PATCH 2/2 nft] tests: py: missing range conversion in icmpv6
[PATCH nf-next 0/4] netfilter: built-in conntrack support for DCCP, SCTP, UDPlite
2016-11-14 17:59 UTC (9+ messages)
` [PATCH nf-next 1/4] netfilter: nf_conntrack_tuple_common.h: fix #include
` [PATCH nf-next 2/4] netfilter: conntrack: built-in support for DCCP
` [PATCH nf-next 3/4] netfilter: conntrack: built-in support for SCTP
` [PATCH nf-next 4/4] netfilter: conntrack: built-in support for UDPlite
iptables: incorrect package match w/ conntrack_sip
2016-11-14 16:11 UTC
[PATCH nf-next] netfilter: nfnetlink_log: add "nf-logger-5-1" module alias name
2016-11-14 14:41 UTC
[PATCH nf-next] netfilter: nf_log: do not assume ethernet header in netdev family
2016-11-14 14:39 UTC
[PATCH nf-next,RFC] netfilter: nft_meta: add cgroup version 2 support
2016-11-14 10:10 UTC (2+ messages)
PLEASE VIEW THE ATTACHED FILE AND CONTACT ME
2016-11-14 7:42 UTC
[PATCH 00/39] Netfilter updates for net-next
2016-11-14 4:25 UTC (41+ messages)
` [PATCH 01/39] netfilter: get rid of useless debugging from core
` [PATCH 02/39] netfilter: remove comments that predate rcu days
` [PATCH 03/39] netfilter: kill NF_HOOK_THRESH() and state->tresh
` [PATCH 04/39] netfilter: deprecate NF_STOP
` [PATCH 05/39] netfilter: x_tables: move hook state into xt_action_param structure
` [PATCH 06/39] netfilter: nf_tables: use hook state from "
` [PATCH 07/39] netfilter: use switch() to handle verdict cases from nf_hook_slow()
` [PATCH 08/39] netfilter: remove hook_entries field from nf_hook_state
` [PATCH 09/39] netfilter: merge nf_iterate() into nf_hook_slow()
` [PATCH 10/39] netfilter: handle NF_REPEAT from nf_conntrack_in()
` [PATCH 11/39] netfilter: nft_hash: get random bytes if seed is not specified
` [PATCH 12/39] netfilter: nf_tables: simplify the basic expressions' init routine
` [PATCH 13/39] netfilter: conntrack: simplify init/uninit of L4 protocol trackers
` [PATCH 14/39] udp: provide udp{4,6}_lib_lookup for nf_socket_ipv{4,6}
` [PATCH 15/39] netfilter: conntrack: fix NF_REPEAT handling
` [PATCH 16/39] netfilter: ipset: Remove extra whitespaces in ip_set.h
` [PATCH 17/39] netfilter: ipset: Mark some helper args as const
` [PATCH 18/39] netfilter: ipset: Headers file cleanup
` [PATCH 19/39] netfilter: ipset: Improve skbinfo get/init helpers
` [PATCH 20/39] netfilter: ipset: Use kmalloc() in comment extension helper
` [PATCH 21/39] netfilter: ipset: Split extensions into separate files
` [PATCH 22/39] netfilter: ipset: Separate memsize calculation code into dedicated function
` [PATCH 23/39] netfilter: ipset: Regroup ip_set_put_extensions and add extern
` [PATCH 24/39] netfilter: ipset: Add element count to hash headers
` [PATCH 25/39] netfilter: ipset: Add element count to all set types header
` [PATCH 26/39] netfilter: ipset: Count non-static extension memory for userspace
` [PATCH 27/39] netfilter: ipset: Remove redundant mtype_expire() arguments
` [PATCH 28/39] netfilter: ipset: Simplify mtype_expire() for hash types
` [PATCH 29/39] netfilter: ipset: Make NLEN compile time constant "
` [PATCH 30/39] netfilter: ipset: Make sure element data size is a multiple of u32
` [PATCH 31/39] netfilter: ipset: Optimize hash creation routine
` [PATCH 32/39] netfilter: ipset: Make struct htype per ipset family
` [PATCH 33/39] netfilter: ipset: Collapse same condition body to a single one
` [PATCH 34/39] netfilter: ipset: Fix reported memory size for hash:* types
` [PATCH 35/39] netfilter: ipset: hash:ipmac type support added to ipset
` [PATCH 36/39] netfilter: ipset: use setup_timer() and mod_timer()
` [PATCH 37/39] netfilter: ipset: hash: fix boolreturn.cocci warnings
` [PATCH 38/39] netfilter: conntrack: remove unused netns_ct member
` [PATCH 39/39] netfilter: x_tables: simplify IS_ERR_OR_NULL to NULL test
[PATCH] netfilter: x_tables: simplify IS_ERR_OR_NULL to NULL test
2016-11-13 21:27 UTC (2+ messages)
[PATCH nf-next] netfilter: conntrack: remove unused netns_ct member
2016-11-13 21:22 UTC (2+ messages)
[PATCH 00/22] ipset patches for nf-next, v3
2016-11-13 21:18 UTC (24+ messages)
` [PATCH 01/22] netfilter: ipset: Remove extra whitespaces in ip_set.h
` [PATCH 02/22] netfilter: ipset: Mark some helper args as const
` [PATCH 03/22] netfilter: ipset: Headers file cleanup
` [PATCH 04/22] netfilter: ipset: Improve skbinfo get/init helpers
` [PATCH 05/22] netfilter: ipset: Use kmalloc() in comment extension helper
` [PATCH 06/22] netfilter: ipset: Split extensions into separate files
` [PATCH 07/22] netfilter: ipset: Separate memsize calculation code into dedicated function
` [PATCH 08/22] netfilter: ipset: Regroup ip_set_put_extensions and add extern
` [PATCH 09/22] netfilter: ipset: Add element count to hash headers
` [PATCH 10/22] netfilter: ipset: Add element count to all set types header
` [PATCH 11/22] netfilter: ipset: Count non-static extension memory for userspace
` [PATCH 12/22] netfilter: ipset: Remove redundant mtype_expire() arguments
` [PATCH 13/22] netfilter: ipset: Simplify mtype_expire() for hash types
` [PATCH 14/22] netfilter: ipset: Make NLEN compile time constant "
` [PATCH 15/22] netfilter: ipset: Make sure element data size is a multiple of u32
` [PATCH 16/22] netfilter: ipset: Optimize hash creation routine
` [PATCH 17/22] netfilter: ipset: Make struct htype per ipset family
` [PATCH 18/22] netfilter: ipset: Collapse same condition body to a single one
` [PATCH 19/22] netfilter: ipset: Fix reported memory size for hash:* types
` [PATCH 20/22] netfilter: ipset: hash:ipmac type support added to ipset
` [PATCH 21/22] netfilter: ipset: use setup_timer() and mod_timer()
` [PATCH 22/22] netfilter: ipset: hash: fix boolreturn.cocci warnings
linux-next: manual merge of the net-next tree with the netfilter tree
2016-11-13 4:43 UTC (3+ messages)
question about xt_find_table_lock
2016-11-11 11:58 UTC (3+ messages)
[PATCH nf] netfilter: fix nf_conntrack_helper documentation
2016-11-10 13:24 UTC
[PATCH 00/14] Netfilter fixes for net
2016-11-10 1:38 UTC (16+ messages)
` [PATCH 01/14] netfilter: nft_dynset: fix panic if NFT_SET_HASH is not enabled
` [PATCH 02/14] netfilter: nf_tables: fix *leak* when expr clone fail
` [PATCH 03/14] netfilter: nf_tables: fix race when create new element in dynset
` [PATCH 04/14] netfilter: nf_conntrack_sip: extend request line validation
` [PATCH 05/14] netfilter: nf_tables: fix type mismatch with error return from nft_parse_u32_check
` [PATCH 06/14] netfilter: conntrack: avoid excess memory allocation
` [PATCH 07/14] netfilter: ip_vs_sync: fix bogus maybe-uninitialized warning
` [PATCH 08/14] netfilter: nf_tables: destroy the set if fail to add transaction
` [PATCH 09/14] netfilter: nft_dup: do not use sreg_dev if the user doesn't specify it
` [PATCH 10/14] ipvs: use IPVS_CMD_ATTR_MAX for family.maxattr
` [PATCH 11/14] netfilter: connmark: ignore skbs with magic untracked conntrack objects
` [PATCH 12/14] netfilter: conntrack: fix CT target for UNSPEC helpers
` [PATCH 13/14] netfilter: conntrack: refine gc worker heuristics
` [PATCH 14/14] netfilter: nf_tables: fix oops when inserting an element into a verdict map
[PATCH] extensions: libxt_mangle: Use getaddrinfo()
2016-11-10 0:35 UTC (2+ messages)
[PATCH] iptables: xtables-arp: Use getaddrinfo()
2016-11-10 0:35 UTC (2+ messages)
[PATCH 1/2] [net-next] udp: provide udp{4,6}_lib_lookup for nf_socket_ipv{4,6}
2016-11-09 23:15 UTC (4+ messages)
` [PATCH 2/2] [nf-next] netfilter: fix NF_REPEAT handling
[PATCH nf-next v3] netfilter: conntrack: simplify init/uninit of L4 protocol trackers
2016-11-09 23:07 UTC (2+ messages)
[PATCH nf-next] netfilter: nf_tables: simplify the basic expressions' init routine
2016-11-09 23:07 UTC (2+ messages)
nf_nat_tftp broken in 4.8?
2016-11-09 22:18 UTC (3+ messages)
linux-next: Tree for Nov 9 (netdev, netfilter v6)
2016-11-09 18:39 UTC
[PATCH] netfilter: Update nf_send_reset6 to consider L3 domain
2016-11-09 18:25 UTC
[PATCH nft] tests: shell: add test case for inserting element into verdict map
2016-11-09 10:50 UTC (2+ messages)
[nft PATCH] tests: shell: add testcases for comments in set elements
2016-11-09 9:38 UTC
[PATCH nft] segtree: keep element comments in set intervals
2016-11-09 9:20 UTC (2+ messages)
[PATCH nf] netfilter: xt_NFLOG: fix unexpected truncated packet
2016-11-09 8:32 UTC (5+ messages)
[conntrack-tools PATCH 1/3] log: introduce a mechanism to know if log was initialized
2016-11-08 23:30 UTC (4+ messages)
` [conntrack-tools PATCH 2/3] conntrackd: replace error reporting in the config parser with dlog()
` [conntrack-tools PATCH 3/3] conntrackd: replace fprintf calls "
[PATCH v3 nft 2/4] src: add offset attribute for hash expression
2016-11-08 23:22 UTC (2+ messages)
[PATCH v3 nft 1/4] src: make hash seed attribute optional
2016-11-08 23:22 UTC (2+ messages)
[nft PATCH 1/3] tests: shell: delete useless stderr output in testcase
2016-11-08 23:22 UTC (2+ messages)
[PATCH] net/netfilter: Fix use uninitialized warn in nft_range_eval()
2016-11-08 23:13 UTC (2+ messages)
[PATCH nf] netfilter: conntrack: fix CT target for UNSPEC helpers
2016-11-08 23:07 UTC (2+ messages)
[PATCH nf] netfilter: nf_tables: fix oops when inserting an element into a verdict map
2016-11-08 23:05 UTC (4+ messages)
[PATCH nf v4] netfilter: conntrack: refine gc worker heuristics
2016-11-08 23:04 UTC (3+ messages)
[PATCH nf] netfilter: connmark: ignore skbs with magic untracked conntrack objects
2016-11-08 22:56 UTC (2+ messages)
[Patch net] ipvs: use IPVS_CMD_ATTR_MAX for family.maxattr
2016-11-08 22:53 UTC (3+ messages)
"random" syn packets dropped
2016-11-08 19:26 UTC (3+ messages)
sip helper doesn't match on calls to myself
2016-11-08 19:01 UTC
linux-next: Tree for Nov 8 (netdev, netfilter)
2016-11-08 18:22 UTC
nfqueue: Get pid of socket owner
2016-11-07 17:09 UTC (3+ messages)
[nf-next:master 9/12] undefined reference to `udp6_lib_lookup'
2016-11-05 19:36 UTC
[nf-next:master 9/12] ERROR: "udp4_lib_lookup" [net/ipv4/netfilter/nf_socket_ipv4.ko] undefined!
2016-11-05 18:50 UTC
[PATCH nf v3] netfilter: conntrack: refine gc worker heuristics
2016-11-04 15:48 UTC (2+ messages)
[PATCH nf v2] netfilter: conntrack: refine gc worker heuristics
2016-11-04 9:07 UTC (5+ messages)
Courier was unable to deliver the parcel, ID4585274224492
2016-11-03 19:34 UTC
[nf-next:master 8/10] net/netfilter/nfnetlink_queue.c:922:16: sparse: incompatible types in comparison expression (different address spaces)
2016-11-03 17:57 UTC
[PATCH nf-next] netfilter: nft_hash: get random bytes if seed is not specified
2016-11-03 16:52 UTC
[PATCH next] nft_meta: add skb hash get support
2016-11-03 16:47 UTC (2+ messages)
[PATCH RFC netfilter-next 0/3] Additional refactoring enhancements for nf_hook_entry
2016-11-03 16:32 UTC (4+ messages)
` [PATCH RFC netfilter-next 1/3] netfilter: introduce accessor functions for hook entries
[PATCH nf-next,v2 01/10] netfilter: get rid of useless debugging from core
2016-11-03 12:37 UTC (9+ messages)
` [PATCH nf-next,v2 03/10] netfilter: kill NF_HOOK_THRESH() and state->tresh
` [PATCH nf-next,v2 04/10] netfilter: deprecate NF_STOP
` [PATCH nf-next,v2 05/10] netfilter: x_tables: move hook state into xt_action_param structure
` [PATCH nf-next,v2 06/10] netfilter: nf_tables: use hook state from "
` [PATCH nf-next,v2 07/10] netfilter: use switch() to handle verdict cases from nf_hook_slow()
` [PATCH nf-next,v2 08/10] netfilter: remove hook_entries field from nf_hook_state
` [PATCH nf-next,v2 09/10] netfilter: merge nf_iterate() into nf_hook_slow()
` [PATCH nf-next 10/10] netfilter: handle NF_REPEAT from nf_conntrack_in()
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).