netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-04-28 08:56:42 to 2014-05-13 12:04:05 UTC [more...]

conntrackd, internal cache keeps filling up
 2014-05-13 12:04 UTC  (3+ messages)

[libnftnl PATCH v2] utils: fix buffer reallocation of nft_fprinft()
 2014-05-13  9:17 UTC 

[libnftnl PATCH] utils: fix buffer reallocation of nft_fprinft()
 2014-05-13  9:11 UTC  (3+ messages)

[libnftnl PATCH 1/2] src: add nft_*_build_msg functions
 2014-05-13  8:18 UTC  (5+ messages)
` [libnftnl PATCH 2/2] examples: use new nft_*_build_msg() functions

[net] BUG: unable to handle kernel NULL pointer dereference at 000000000000022f
 2014-05-13  7:51 UTC  (4+ messages)

[libnftnl PATCH v2] internal: fix SNPRINTF_BUFFER_SIZE macro
 2014-05-13  7:08 UTC 

[PATCH RFC v2 00/11] per-netns sysctl for br_netfilter
 2014-05-12 20:11 UTC  (18+ messages)
  ` [PATCH RFC v2 01/11] br_netfilter: brnf_net structure for sysctl setting
  ` [PATCH RFC v2 02/11] br_netfilter: default sysctl settings in init_brnf_net
      ` [PATCH RFC v3 0/2] per-netns sysctl for br_netfilter
        ` [PATCH RFC v3 1/2] br_netfilter: common structure for sysctl flags
        ` [PATCH RFC v3 2/2] br_netfilter: per-netns copy of "
  ` [PATCH RFC v2 03/11] br_netfilter: brnf_flag macro
  ` [PATCH RFC v2 04/11] br_netfilter: switch sysctl call_arptables to init_brnf_net
  ` [PATCH RFC v2 05/11] br_netfilter: switch sysctls call_iptables and call_ip6tables "
  ` [PATCH RFC v2 06/11] br_netfilter: switch sysctl filter_vlan_tagged "
  ` [PATCH RFC v2 07/11] br_netfilter: switch sysctl filter_pppoe_tagged "
  ` [PATCH RFC v2 08/11] br_netfilter: switch sysctl pass_vlan_indev "
  ` [PATCH RFC v2 09/11] br_netfilter: added pernet_operations without sysctl registration
  ` [PATCH RFC v2 10/11] br_netfilter: per-netns "
  ` [PATCH RFC v2 11/11] br_netfilter: switch all sysctls to per-netns processing

[ANNOUNCE] nft-sync: nftables ruleset synchronization software
 2014-05-12 17:49 UTC 

conntrackd IPv6 client support for interface scope
 2014-05-12 16:07 UTC  (2+ messages)

[contrack-tools PATCH] build: do not compile nfct if we disabled cttimeout
 2014-05-12 15:43 UTC  (7+ messages)

[libnftnl PATCH] internal: fix SNPRINTF_BUFFER_SIZE macro
 2014-05-12 15:37 UTC  (3+ messages)

[PATCH nf-next 1/3] netfilter: nf_tables: simplify nf_tables_*_notify
 2014-05-12 14:52 UTC  (3+ messages)
` [PATCH nf-next 2/3] netfilter: nf_tables: remove skb and nlh from context structure
` [PATCH nf-next 3/3] netfilter: nf_tables: defer all object release via rcu

[PATCH nf 1/5] netfilter: nf_tables: reset rule number counter after jump and goto
 2014-05-12 14:40 UTC  (5+ messages)
` [PATCH nf 2/5] netfilter: nf_tables: fix goto action
` [PATCH nf 3/5] netfilter: nf_tables: fix tracing of the "
` [PATCH nf 4/5] netfilter: nf_tables: fix bogus rulenum after "
` [PATCH nf 5/5] netfilter: nf_tables: fix missing return trace at the end of non-base chain

ip_route_output_key returns wrong gateway info with specific ip rules
 2014-05-12  7:55 UTC  (5+ messages)

[PATCH 00/15 RFC] per-netns sysctl for br_netfilter
 2014-05-11 19:35 UTC  (19+ messages)
  ` [PATCH 01/15] br_netfilter: brnf_net structure
  ` [PATCH 02/15] br_netfilter: default settings in init_brnf_net
  ` [PATCH 03/15] br_netfilter: switch sysctl nf_call_arptables to init_brnf_net
  ` [PATCH 04/15] br_netfilter: switch sysctl nf_call_iptables "
  ` [PATCH 05/15] br_netfilter: switch sysctl nf_call_ip6tables "
  ` [PATCH 06/15] br_netfilter: switch sysctl filter_vlan_tagged "
  ` [PATCH 07/15] br_netfilter: switch sysctl filter_pppoe_tagged "
  ` [PATCH 08/15] br_netfilter: switch sysctl pass_vlan_indev "
  ` [PATCH 09/15] br_netfilter: pernet_operations brnf_net_ops without per-netns sysctl registration
  ` [PATCH 10/15] br_netfilter: added "
  ` [PATCH 11/15] br_netfilter: switch sysctl nf_call_arptables to per-netns processing
  ` [PATCH 12/15] br_netfilter: switch sysctls nf_call_iptables and nf_call_ip6tables "
  ` [PATCH 13/15] br_netfilter: switch sysctl filter_vlan_tagged "
  ` [PATCH 14/15] br_netfilter: switch sysctl filter_pppoe_tagged "
  ` [PATCH 15/15] br_netfilter: switch sysctl pass_vlan_indev "

[PATCH 0/6] Netfilter fixes for net
 2014-05-09 17:17 UTC  (8+ messages)
` [PATCH 1/6] netfilter: ctnetlink: don't add null bindings if no nat requested
` [PATCH 2/6] netfilter: ipv4: defrag: set local_df flag on defragmented skb
` [PATCH 3/6] netfilter: nfnetlink: Fix use after free when it fails to process batch
` [PATCH 4/6] ipv4: fix "conntrack zones" support for defrag user check in ip_expire
` [PATCH 5/6] bridge: superfluous skb->nfct check in br_nf_dev_queue_xmit
` [PATCH 6/6] netfilter: Fix potential use after free in ip6_route_me_harder()

[PATCH] netfilter: Fix potential use after free in ip6_route_me_harder()
 2014-05-09 10:44 UTC  (2+ messages)

How to NAT with source MAC address recorded?
 2014-05-09  1:34 UTC 

[PATCH RFC] Bridge: do not defragment packets unless connection tracking is enabled
 2014-05-07 18:49 UTC  (20+ messages)
    ` [PATCH RFC v2] "
      ` [PATCH RFC 0/7] users counter to manage ipv4 defragmentation on bridge
        ` [PATCH 1/7] nf: added per net namespace ipv4 defragmentation users counter
        ` [PATCH 2/7] nf: initialization of "
        ` [PATCH 3/7] nf: increment and decrement functions for "
        ` [PATCH 4/7] nf: ipv4 defragmentation users counter changes in nf_conntrack_ipv4 module
        ` [PATCH 5/7] nf: ipv4 defragmentation users counter changes in TPROXY target
        ` [PATCH 6/7] nf: ipv4 defragmentation users counter changes in xt_socket match
        ` [PATCH 7/7] nf: use counter to manage ipv4 defragmentation on bridge

[PATCH] nfacct: remove unecessary end of line check
 2014-05-07 13:44 UTC  (2+ messages)

[libnftnl PATCH] data_reg: fix bad buffer size bounds
 2014-05-07 13:39 UTC  (2+ messages)

[libnftnl PATCH] ruleset: fix erroneus call to snprintf
 2014-05-07 13:39 UTC  (3+ messages)

[PATCH 0/2] hash:net,net and hash:net,port,net fixes and debug output extending
 2014-05-06  9:06 UTC  (5+ messages)
` [PATCH 1/2] libipset: print third element in debugging
` [PATCH 2/2] netnet,netportnet: Fix value range support for IPv4

[PATCH] ipset: Fix ethernet address parser
 2014-05-06  9:04 UTC  (2+ messages)

[PATCH 1/1] superfluous skb->nfct check in br_nf_dev_queue_xmit
 2014-05-05 14:07 UTC  (16+ messages)
        ` [PATCH] bridge: Superfluous "
                ` [PATCH v2] bridge: superfluous "

[PATCH] ipv4: "conntrack zones" support for defrag user check in ip_expire
 2014-05-05 14:07 UTC  (5+ messages)

ebtables issue in compat mode
 2014-05-04 21:05 UTC  (11+ messages)

[RESEND PATCH 1/2] Extend accounting capabilities to support quotas
 2014-05-04 12:30 UTC  (8+ messages)
` [RESEND PATCH 2/2] nfacct: adding quota capabilities

[pablo@netfilter.org: Re: nft 2.0, NULL pointer dereference in 3.14.1]
 2014-05-04 11:34 UTC 

[PATCH] netfilter: ipv4: defrag: set local_df flag on defragmented skb
 2014-05-04 11:24 UTC  (4+ messages)

keepalived scripts
 2014-04-30 19:19 UTC  (2+ messages)

[PATCH next] net: netfilter: add helper for adding nat extension
 2014-04-29 19:11 UTC  (2+ messages)

[PATCH] netfilter: ctnetlink: don't add null bindings if no nat requested
 2014-04-29 19:03 UTC  (2+ messages)

[PATCH 2/5] netfilter: Fix format string mismatch in mangle_content_len()
 2014-04-29 19:02 UTC  (3+ messages)

[OOPS,TPROXY,xt_owner]: Oops accessing socket in owner_mt()
 2014-04-28 16:43 UTC  (4+ messages)

[nft PATCH] mnl: split talk() and recv() functions
 2014-04-28 14:52 UTC  (2+ messages)

[nft PATCH 0/8] nft event monitor
 2014-04-28 14:28 UTC  (2+ messages)

[libnftnl PATCH] common: fix unconditional output of event wrapping stuff
 2014-04-28 14:25 UTC  (2+ messages)

[PATCH] ipt_CLUSTERIP: Add network device notifier
 2014-04-28 14:23 UTC  (2+ messages)

[PATCH v2] bridge: Superfluous skb->nfct check in br_nf_dev_queue_xmit
 2014-04-28 13:31 UTC 

[PATCH libnetfilter_acct] src: fix broken output handling
 2014-04-28 13:14 UTC 

[ulogd PATCH 0/8] make progress ulogd_output_IPFIX
 2014-04-28 11:57 UTC  (15+ messages)
` [ulogd PATCH 0/13] "
  ` [libnetfilter_conntrack PATCH 1/13] conntrack: introduce clear and equal functions for bitmask object
  ` [ulogd PATCH 2/13] ipfix: use nfct_bitmask
  ` [ulogd PATCH 3/13] ipfix: fix enterprise bit handling
  ` [ulogd PATCH 4/13] ipfix: some cleanups
  ` [ulogd PATCH 5/13] ipfix: add functions for ipfix dataset creation
  ` [ulogd PATCH 6/13] ipfix: add function for ipfix message creation
  ` [ulogd PATCH 7/13] ipfix: decide whether prepending template by send times
  ` [ulogd PATCH 8/13] ipfix: print ipfix message
  ` [ulogd PATCH 9/13] ipfix: build headers with template
  ` [ulogd PATCH 10/13] nfct: fix ipfix field_id of flow.end.usec
  ` [ulogd PATCH 11/13] nfct/ipfix: introduce new vendor id
  ` [ulogd PATCH 12/13] nfct: introduce new out keys for ipfix timestamp
  ` [ulogd PATCH 13/13] ipfix: add debug symbol for yafscii

[RESEND PATCH v2] netfilter: nfnetlink_acct: Adding quota support to accounting framework
 2014-04-28 10:18 UTC  (2+ messages)

Iptables udp ports advice
 2014-04-28  8:55 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).