netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-27 17:15:59 to 2018-01-10 10:39:59 UTC [more...]

libnftables extended API proposal (Was: Re: [nft PATCH] libnftables: Fix for multiple context instances)
 2018-01-10 10:39 UTC  (17+ messages)
` libnftables extended API proposal

[PATCH] netfilter: nf_tables: copy and paste bug in nf_tables_getflowtable()
 2018-01-10  9:47 UTC 

[PATCH net-next] netfilter: core: make local function __nf_unregister_net_hook static
 2018-01-10  7:05 UTC 

[PATCH net-next] netfilter: nf_tables: fix a typo in nf_tables_getflowtable()
 2018-01-10  7:04 UTC 

[PATCH] netfilter: nf_tables: delete chains via chain handle
 2018-01-09 19:12 UTC 

[PATCH 0/2] parser_bison: delete chains via chain handle
 2018-01-09 18:59 UTC  (3+ messages)
` [PATCH 1/2] src: Print handle attribute in chains
` [PATCH 2/2] parser_bison: extend nft to delete chain via chain handle

[PATCH nf-next 0/7] nf_tables: remove struct nft_af_info
 2018-01-09 18:07 UTC  (8+ messages)
` [PATCH nf-next 1/7] netfilter: nf_tables: remove nhooks field from "
` [PATCH nf-next 2/7] netfilter: nf_tables: remove flag "
` [PATCH nf-next 3/7] netfilter: nf_tables: no need for struct nft_af_info to enable/disable table
` [PATCH nf-next 4/7] netfilter: nf_tables: remove struct nft_af_info parameter in nf_tables_chain_type_lookup()
` [PATCH nf-next 5/7] netfilter: nf_tables: add single table list for all families
` [PATCH nf-next 6/7] netfilter: nf_tables: get rid of pernet families
` [PATCH nf-next 7/7] netfilter: nf_tables: get rid of struct nft_af_info abstraction

[PATCH 00/52] Netfilter/IPVS updates for net-next
 2018-01-09 15:43 UTC  (55+ messages)
` [PATCH 01/52] netfilter: conntrack: remove nlattr_size pointer from l4proto trackers
` [PATCH 02/52] netfilter: conntrack: constify list of builtin trackers
` [PATCH 03/52] netfilter: conntrack: l4 protocol trackers can be const
` [PATCH 04/52] netfilter: mark expected switch fall-throughs
` [PATCH 05/52] netfilter: conntrack: timeouts can be const
` [PATCH 06/52] netfilter: ipvs: Remove useless ipvsh param of frag_safe_skb_hp
` [PATCH 07/52] netfilter: ipset: use nfnl_mutex_is_locked
` [PATCH 08/52] netfilter: ipset: add resched points during set listing
` [PATCH 09/52] netfilter: nf_conntrack_h323: Remove unwanted comments
` [PATCH 10/52] netfilter: core: make nf_unregister_net_hooks simple wrapper again
` [PATCH 11/52] netfilter: core: remove synchronize_net call if nfqueue is used
` [PATCH 12/52] netfilter: core: free hooks with call_rcu
` [PATCH 13/52] netfilter: reduce size of hook entry point locations
` [PATCH 14/52] netfilter: add defines for arp/decnet max hooks
` [PATCH 15/52] netfilter: reduce hook array sizes to what is needed
` [PATCH 16/52] netfilter: don't allocate space for decnet hooks unless needed
` [PATCH 17/52] netfilter: don't allocate space for arp/bridge "
` [PATCH 18/52] netfilter: reduce NF_MAX_HOOKS define
` [PATCH 19/52] netfilter: xtables: add and use xt_request_find_table_lock
` [PATCH 20/52] netfilter: core: only allow one nat hook per hook point
` [PATCH 21/52] netfilter: nf_tables: reject nat hook registration if prio is before conntrack
` [PATCH 22/52] netfilter: nf_tables_arp: don't set forward chain
` [PATCH 23/52] netfilter: nf_tables: explicit nft_set_pktinfo() call from hook path
` [PATCH 24/52] netfilter: nf_tables: add nft_set_is_anonymous() helper
` [PATCH 25/52] netfilter: core: add nf_remove_net_hook
` [PATCH 26/52] netfilter: core: pass hook number, family and device to nf_find_hook_list()
` [PATCH 27/52] netfilter: core: pass family as parameter to nf_remove_net_hook()
` [PATCH 28/52] netfilter: core: support for NFPROTO_INET hook registration
` [PATCH 29/52] netfilter: nf_tables_inet: don't use multihook infrastructure anymore
` [PATCH 30/52] netfilter: nf_tables: remove multihook chains and families
` [PATCH 31/52] netfilter: nf_tables: remove hooks from family definition
` [PATCH 32/52] netfilter: connlimit: split xt_connlimit into front and backend
` [PATCH 33/52] netfilter: move checksum indirection to struct nf_ipv6_ops
` [PATCH 34/52] netfilter: move checksum_partial "
` [PATCH 35/52] netfilter: remove saveroute indirection in struct nf_afinfo
` [PATCH 36/52] netfilter: move route indirection to struct nf_ipv6_ops
` [PATCH 37/52] netfilter: move reroute "
` [PATCH 38/52] netfilter: remove route_key_size field in struct nf_afinfo
` [PATCH 39/52] netfilter: remove struct nf_afinfo and its helper functions
` [PATCH 40/52] netfilter: meta: secpath support
` [PATCH 41/52] netfilter: remove defensive check on malformed packets from raw sockets
` [PATCH 42/52] netfilter: nf_tables: remove nft_dereference()
` [PATCH 43/52] netfilter: nf_conntrack: add IPS_OFFLOAD status bit
` [PATCH 44/52] netfilter: nf_tables: add flow table netlink frontend
` [PATCH 45/52] netfilter: add generic flow table infrastructure
` [PATCH 46/52] netfilter: flow table support for IPv4
` [PATCH 47/52] netfilter: flow table support for IPv6
` [PATCH 48/52] netfilter: flow table support for the mixed IPv4/IPv6 family
` [PATCH 49/52] netfilter: nf_tables: flow offload expression
` [PATCH 50/52] netfilter: ipset: use swap macro instead of _manually_ swapping values
` [PATCH 51/52] netfilter: ipset: Fix "don't update counters" mode when counters used at the matching
` [PATCH 52/52] netfilter: ipset: Missing nfnl_lock()/nfnl_unlock() is added to ip_set_net_exit()

[PATCH nft] build: Bump version to v0.8.1
 2018-01-09 15:26 UTC 

[PATCH nf-next] netfilter: x_tables: unbreak module auto loading
 2018-01-09 13:30 UTC 

compilation warning --with-mini-gmp
 2018-01-09 13:26 UTC 

[PATCH v3] netfilter: nf_tables: delete table via table handle
 2018-01-09  8:53 UTC 

[PATCH nf-next v3] netfilter: nf_defrag: Skip defrag if NOTRACK is set
 2018-01-09  5:34 UTC  (3+ messages)

[PATCH v2] netfilter: nf_tables: delete table via table handle
 2018-01-08 19:23 UTC  (2+ messages)

[PATCH v3] parser_bison: extend nft to delete table via table handle
 2018-01-08 17:57 UTC 

[RFC PATCH nf-next] netfilter: nf_tables: nft_flow_offload_type can be static
 2018-01-08 16:33 UTC 

Rebasing nf-next
 2018-01-08 15:45 UTC 

[nf-next:master 54/54] net//netfilter/nf_flow_table.c:196:6: error: void value not ignored as it ought to be
 2018-01-08 15:40 UTC 

[net-next v2] netfilter: add segment routing header 'srh' match
 2018-01-08 13:54 UTC  (3+ messages)

[PATCH nf-next] netfilter: avoid arp/bridge WARN_ON if arp/ebtables not supported
 2018-01-08 13:07 UTC  (2+ messages)

[PATCH 0/3] ipset patches for nf-next
 2018-01-08 12:57 UTC  (5+ messages)
` [PATCH 1/3] netfilter: ipset: use swap macro instead of _manually_ swapping values
` [PATCH 2/3] netfilter: ipset: Fix "don't update counters" mode when counters used at the matching
` [PATCH 3/3] netfilter: ipset: Missing nfnl_lock()/nfnl_unlock() is added to ip_set_net_exit()

[PATCH V5 5/5] netfilter: nf_nat_snmp_basic: use asn1 decoder library
 2018-01-08  4:53 UTC  (2+ messages)

[PATCH] netfilter: nf_tables: delete table via table handle
 2018-01-07 19:08 UTC  (9+ messages)

[net-next] netfilter: add segment routing header 'srh' match
 2018-01-07 16:29 UTC  (4+ messages)

[PATCH V4 5/5] netfilter: nf_nat_snmp_basic: use asn1 decoder library
 2018-01-07 15:17 UTC  (3+ messages)
` [RFC PATCH] netfilter: nf_nat_snmp_basic: snmp_version() can be static

[PATCH V5 4/5] netfilter: nf_nat_snmp_basic: use nf_ct_helper_log
 2018-01-07 15:10 UTC 

[PATCH V5 3/5] netfilter: nf_nat_snmp_basic: replace ctinfo with dir
 2018-01-07 15:10 UTC 

[PATCH V5 2/5] netfilter: nf_nat_snmp_basic: remove debug parameter
 2018-01-07 15:09 UTC 

[PATCH V5 1/5] netfilter: nf_nat_snmp_basic: remove useless comment
 2018-01-07 15:09 UTC 

[PATCH V5 0/5] netfilter: nf_nat_snmp_basic: use ASN.1 decoder
 2018-01-07 15:09 UTC 

[PATCH v2] parser_bison: extend nft to delete table via table handle
 2018-01-07  5:01 UTC 

[PATCH] parser_bison: extend nft to delete table via table handle
 2018-01-06 22:59 UTC  (2+ messages)

[PATCH] netfilter: fix int overflow in xt_alloc_table_info()
 2018-01-06 22:52 UTC  (3+ messages)

[ANNOUNCE] ipset 6.35 released
 2018-01-06 16:16 UTC 

[PATCH] iptables: add support for rmirror target
 2018-01-05 21:10 UTC 

[PATCH] netfilter: add encapsulated packet mirroring target
 2018-01-05 21:09 UTC 

[PATCH 0/3] Netfilter fixes for net
 2018-01-05 15:33 UTC  (5+ messages)
` [PATCH 1/3] netfilter: nf_tables: fix chain filter in nf_tables_dump_rules()
` [PATCH 2/3] netfilter: uapi: correct UNTRACKED conntrack state bit number
` [PATCH 3/3] netfilter: nf_tables: fix potential NULL-ptr deref in nf_tables_dump_obj_done()

suspicious RCU usage at net/netfilter/ipset/ip_set_core.c:LINE
 2018-01-05 10:58 UTC 

[xtables-addons][PATCH 0/2] Compatibility fixes for linux 4.14 and 4.15
 2018-01-05  1:06 UTC  (4+ messages)
` [xtables-addons][PATCH 1/2] build: support for Linux 4.14
` [xtables-addons][PATCH 2/2] build: support for Linux 4.15

[PATCH iptables] extensions: hashlimit: fix incorrect burst in translations
 2018-01-04 22:05 UTC 

general protection fault in nf_tables_dump_obj_done
 2018-01-04 17:16 UTC  (2+ messages)

[PATCH iptables] extensions: hashlimit: always print timeout on translations
 2018-01-04 10:49 UTC  (2+ messages)

[PATCH iptables] extensions: hashlimit: fix incorrect burst in translations
 2018-01-04 10:56 UTC  (5+ messages)
  ` And another thing

[tip:core/rcu] netlink: Remove smp_read_barrier_depends() from comment
 2018-01-03 16:07 UTC 

[tip:core/rcu] netfilter: Remove now-redundant smp_read_barrier_depends()
 2018-01-03 16:05 UTC 

[tip:core/rcu] netfilter: Eliminate cond_resched_rcu_qs() in favor of cond_resched()
 2018-01-03 15:56 UTC 

[PATCH v2] extensions: libxt_hashlimit: Do not print default timeout and burst
 2018-01-03 13:53 UTC  (6+ messages)

[PATCH v3] extensions: libxt_hashlimit: Do not insert default timeout or burst
 2018-01-03 10:31 UTC 

[ANNOUNCE] libnftnl 1.0.9 release
 2018-01-02 20:07 UTC 

[PATCH] netfilter: add nf_queue_entry forward declaration
 2018-01-02 17:27 UTC  (3+ messages)

linux-next: build warning after merge of the netfilter-next tree
 2018-01-02 15:30 UTC  (2+ messages)

[PATCH nf-next,v2] netfilter: remove defensive check on malformed packets from raw sockets
 2018-01-02 11:40 UTC 

Spende von € 3.400.000,00 EUR
 2018-01-01 22:58 UTC 

[PATCH nf-next] netfilter: nf_tables: remove nft_dereference()
 2017-12-30 23:14 UTC 

[PATCH nf-next RFC 0/8] simplify nf_tables family and filter chain infra
 2017-12-30 23:13 UTC  (9+ messages)
` [PATCH nf-next RFC 1/8] netfilter: nf_tables: remove nhooks field from struct nft_af_info
` [PATCH nf-next RFC 2/8] netfilter: nf_tables: remove flag "
` [PATCH nf-next RFC 3/8] netfilter: nf_tables: no need for struct nft_af_info to enable/disable table
` [PATCH nf-next RFC 4/8] netfilter: nf_tables: remove struct nft_af_info parameter in nf_tables_chain_type_lookup()
` [PATCH nf-next RFC 5/8] netfilter: nf_tables: add single table list for all families
` [PATCH nf-next RFC 6/8] netfilter: nf_tables: get rid of pernet families
` [PATCH nf-next RFC 7/8] netfilter: nf_tables: get rid of struct nft_af_info abstraction
` [PATCH nf-next RFC 8/8] netfilter: nf_tables: consolidate filter chain definitions

[PATCH nf-next] netfilter: remove defensive check on malformed packets from raw sockets
 2017-12-30 22:04 UTC 

[PATCH libnftnl] tests: nft-parsing-test: fix warning - ignoring return value of fgets
 2017-12-30 21:02 UTC  (2+ messages)

[PATCH libnftnl] tests: change char * pointer to constant (const char *)
 2017-12-30 20:59 UTC  (2+ messages)

Unable to git clone git repositories
 2017-12-30 20:53 UTC  (3+ messages)

ATTENTION!!!
 2017-12-30  0:28 UTC 

[iptables] extensions: add support for 'srh' match
 2017-12-29 11:08 UTC 

[PATCH libnftnl] src: Fix exporting symbols with clang
 2017-12-28 18:48 UTC 

[PATCH libnftnl] build: libnftnl 1.0.9 release
 2017-12-28 18:39 UTC 

[PATCH libnftnl,v2] data_reg: calm down compilation warning in nftnl_data_reg_value_json_parse()
 2017-12-28 18:27 UTC 

[PATCH libnftnl] data_reg: calm down compilation warning in nftnl_data_reg_value_json_parse()
 2017-12-28 18:24 UTC 

[PATCH nf-next 7/7,v5] netfilter: remove struct nf_afinfo and its helper functions
 2017-12-28 18:02 UTC 

lost connection to test machine (3)
 2017-12-28  8:50 UTC  (3+ messages)

[PATCH] extensions: libxt_hashlimit: Do not print default timeout and burst
 2017-12-27 21:38 UTC  (6+ messages)

[PATCH nf-next,v4 0/7] get rid of struct nf_afinfo
 2017-12-27 17:15 UTC  (4+ messages)
` [PATCH nf-next,v4 5/7] netfilter: move reroute indirection to struct nf_ipv6_ops
` [PATCH nf-next,v4 6/7] netfilter: remove route_key_size field in struct nf_afinfo
` [PATCH nf-next,v4 7/7] netfilter: remove struct nf_afinfo and its helper functions


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