netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-11-25 19:39:38 to 2015-12-08 17:50:27 UTC [more...]

[PATCH xtables-addons] make xt_ACCOUNT network namespace aware
 2015-12-08 17:41 UTC 

[PATCH] netfilter: nf_ct_sctp: validate vtag for new conntrack entries
 2015-12-08 13:11 UTC 

next-20151207 - crash in IPv6 code
 2015-12-08 11:34 UTC  (2+ messages)

Warning Mailbox Exceeded Quota Limit
 2015-12-08 11:13 UTC 

[PATCH nf-next] netfilter: nftables: Change the return type of nfulnl_set_timeout() and nfulnl_set_qthresh() to be void
 2015-12-08 12:09 UTC 

[PATCHSET v4] netfilter, cgroup: implement cgroup2 path match in xt_cgroup
 2015-12-07 22:38 UTC  (9+ messages)
` [PATCH 1/8] cgroup: record ancestor IDs and reimplement cgroup_is_descendant() using it
` [PATCH 2/8] kernfs: implement kernfs_walk_and_get()
  ` [PATCH 3/8] cgroup: implement cgroup_get_from_path() and expose cgroup_put()
  ` [PATCH 4/8] netprio_cgroup: limit the maximum css->id to USHRT_MAX
` [PATCH 5/8] net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a struct
` [PATCH 6/8] sock, cgroup: add sock->sk_cgroup
` [PATCH 7/8] netfilter: prepare xt_cgroup for multi revisions
` [PATCH 8/8] netfilter: implement xt_cgroup cgroup2 path match

nf_conntrack_ipv4: UDP packets are spuriously dropped on parallel send via loopback device on SMP machines
 2015-12-07 14:14 UTC 

[PATCH] netfilter: nfnetlink_queue: Unregister pernet subsys in case of init failure
 2015-12-07 13:17 UTC  (4+ messages)

[PATCH nf-next 0/3] netfilter: nftables: add set support for conntrack labels
 2015-12-07 12:05 UTC  (4+ messages)
` [PATCH nf-next 1/3] netfilter: connlabels: move helpers to xt_connlabel
` [PATCH nf-next 2/3] netfilter: labels: don't emit ct event if labels are unchanged
` [PATCH nf-next 3/3] netfilter: nftables: add connlabel set support

[PATCH net] nftables: use list_for_each_entry_safe_reverse to traversal commit_list in nf_tables_abort
 2015-12-07 10:48 UTC 

Support marking/matching tc_index in netfilter
 2015-12-07  4:24 UTC  (7+ messages)
` [PATCH] Add tcindex to conntrack and add netfilter target/matches

[PATCH v2] extensions: libxt_mark: Add translation to nft
 2015-12-06  3:32 UTC 

[PATCH] extensions: libxt_mark: Add translation to nft
 2015-12-06  2:48 UTC  (5+ messages)

[PATCH nft 1/7,v2] tests: vlan pcp and cfi are located in the first byte
 2015-12-05 19:04 UTC  (7+ messages)
` [PATCH nft 2/7,v2] src: fix sub-byte protocol header definitions
` [PATCH nft 3/7] netlink_delinearize: postprocess expression before range merge
` [PATCH nft 4/7] evaluate: transfer right shifts to constant side
` [PATCH nft 5/7] evaluate: transfer right shifts to range side
` [PATCH nft 6/7] evaluate: transfer right shifts to set reference side
` [PATCH nft 7/7] src: move payload sub-byte matching to the evaluation step

Business Proposal of $12.8m USD
 2015-12-05 17:05 UTC 

[PATCH] netfilter: Initialize local variables to NULL, to prevent using them when uninitialized
 2015-12-05 10:08 UTC 

[PATCH net-next v3 0/8] openvswitch: NAT support
 2015-12-04 23:45 UTC  (17+ messages)
` [PATCH net-next v3 2/8] netfilter: Factor out nf_ct_get_info()
  ` [ovs-dev] "
  ` [PATCH net-next v3 1/8] netfilter: Remove IP_CT_NEW_REPLY definition
    ` [ovs-dev] "
  ` [PATCH net-next v3 3/8] netfilter: Allow calling into nat helper without skb_dst
    ` [PATCH net-next v3 3/8] netfilter: Allow calling into nat helper without skb_dst.g
      ` [ovs-dev] "
  ` [PATCH net-next v3 4/8] openvswitch: Update the CT state key only after nf_conntrack_in()
  ` [PATCH net-next v3 5/8] openvswitch: Find existing conntrack entry after upcall
` [PATCH net-next v3 6/8] openvswitch: Handle NF_REPEAT in conntrack action
` [PATCH net-next v3 7/8] openvswitch: Delay conntrack helper call for new connections
` [PATCH net-next v3 8/8] openvswitch: Interface with NAT

[PATCH nft 1/2] tests: vlan pcp and cfi are located in the first byte
 2015-12-04 18:45 UTC  (4+ messages)
` [PATCH nft 2/2] src: fix sub-bytes protocol header definition

[PATCH -next] netfilter: meta: add support for setting skb->pkttype
 2015-12-03 15:56 UTC 

[nft] bug in sets cache
 2015-12-03 11:44 UTC 

[PATCH v3 nf-next 0/12] netfilter: don't copy init ns hooks to new namespaces
 2015-12-03  9:49 UTC  (13+ messages)
` [PATCH v3 nf-next 01/12] netfilter: add and use nf_ct_netns_get/put
` [PATCH v3 nf-next 02/12] netfilter: conntrack: register hooks in netns when needed by ruleset
` [PATCH v3 nf-next 03/12] netfilter: xtables: don't register table hooks in namespace at init time
` [PATCH v3 nf-next 04/12] netfilter: defrag: only register defrag functionality if needed
` [PATCH v3 nf-next 05/12] netfilter: nat: add dependencies on conntrack module
` [PATCH v3 nf-next 06/12] netfilter: bridge: register hooks only when bridge interface is added
` [PATCH v3 nf-next 07/12] netfilter: don't call nf_hook_state_init/_hook_slow unless needed
` [PATCH v3 nf-next 08/12] nftables: add conntrack dependencies for nat/masq/redir expressions
` [PATCH v3 nf-next 09/12] nfnetlink: add nfnl_dereference_protected helper
` [PATCH v3 nf-next 10/12] netfilter: ctnetlink: make ctnetlink bind register conntrack hooks
` [PATCH v3 nf-next 11/12] netfilter: hook up nfnetlink log/queue to "
` [PATCH v3 nf-next 12/12] netfilter: inform ctnetlink about new l3 protocol trackers

Bug#806130: linux: netlink_sock_destruct() crash in netns
 2015-12-01 23:25 UTC  (3+ messages)

[PATCH nft 1/3] tests: add *.got files to .gitignore
 2015-12-01 22:45 UTC  (3+ messages)
` [PATCH nft 2/3] tests: remove useless logic
` [PATCH nft 3/3] tests: fix crash when rule test is malformed

[ANNOUNCE] NetDev 1.1 updates (Seville, Spain February 10-12)
 2015-12-01 19:40 UTC 

[PATCH] netfilter: ipvs: avoid unused variable warning
 2015-12-01  7:48 UTC  (3+ messages)

[PATCH nft] proto: fix VLAN header definition
 2015-11-30 13:57 UTC  (15+ messages)

kernel crash in netlink_sock_destruct()
 2015-11-30 11:44 UTC  (4+ messages)

[PATCH nf] netfilter: nf_tables: release objects on netns destruction
 2015-11-28 23:00 UTC 

[PATCH v4 nf-next 1/2] netfilter: nf_tables: extend tracing infrastructure
 2015-11-28 20:53 UTC  (2+ messages)
` [PATCH v4 nf-next 2/2] netfilter: nf_tables: wrap tracing with a static key

[PATCH nft] src: perform sub-byte length matching from the evaluation step
 2015-11-28 18:01 UTC  (3+ messages)

GIT: [PATCH v3 0/3] netfilter trace infrastructure support
 2015-11-28 12:36 UTC  (6+ messages)
` [PATCH v3 libnftnl 1/3] src: add "
` [PATCH v2 nf-next 2/3] netfilter: nf_tables: extend tracing infrastructure
` [PATCH v3 nf-next 3/3] netfilter: nf_tables: wrap tracing with a static key

[PATCH nft] null pointer exception
 2015-11-28 12:20 UTC  (2+ messages)

[PATCH nft] netlink: fix up indentation damage
 2015-11-27 17:54 UTC 

[RFC PATCH nft] datatype: add scaled integer types
 2015-11-27 16:29 UTC 

[RFC PATCH nft] parser: add typeof keyword for declarations
 2015-11-27 14:50 UTC 

[PATCH nft,v2] netlink_delinearize: fix use-after-free
 2015-11-27 11:24 UTC 

[PATCH nft] netlink_delinearize: fix use-after-free
 2015-11-27 11:18 UTC  (2+ messages)

[PATCH nft]evaluate function should have a explicitly return value
 2015-11-27  9:43 UTC  (2+ messages)

[PATCH v2 0/3] src: trace infrastructure support
 2015-11-27  9:23 UTC  (13+ messages)
` [PATCH v2 libnftnl 1/3] src: add "
` [PATCH v2 nf-next 2/3] netfilter: nf_tables: extend tracing infrastructure
` [PATCH v2 nf-next 3/3] netfilter: nf_tables: wrap tracing with a static key

[RFC PATCH -next] netfilter: nf_ct_sctp: validate vtag for new conntrack entries
 2015-11-26 16:53 UTC  (19+ messages)

[PATCH 1/1] netfilter: Add new function nf_ct_helper_init to init ct helper easily
 2015-11-22  7:27 UTC 

[PATCH 2/2] netfilter: Add nf_conntrack_helpers_register to fix one panic
 2015-11-22  7:28 UTC 

Rendszergazda
 2015-11-26 15:38 UTC 

[RFC PATCH nft] proto: add missing fields for ARP with IPv4/Ethernet
 2015-11-26 13:15 UTC  (2+ messages)

[PATCH nf-next 3/6] netfilter: nf_tables: disable old tracing if listener is present
 2015-11-26 11:42 UTC  (23+ messages)

[PATCH nft 1/2] src: add dscp support
 2015-11-26 10:42 UTC  (14+ messages)
` [PATCH nft 2/2] src: add ecn support

[nft] add default branch for code integrality
 2015-11-26 10:34 UTC  (2+ messages)

[nft patch]add default branch for code integrality
 2015-11-26  9:49 UTC 

[PATCH] iptables: Link libext_arpt to static build
 2015-11-26  6:42 UTC  (3+ messages)

RE
 2015-11-25 18:13 UTC 


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