netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-04-28 14:25:22 to 2014-05-19 20:49:32 UTC [more...]

Revert 462fb2af9788a82a534f8184abfde31574e1cfa0 (bridge : Sanitize skb before it enters the IP stack)
 2014-05-19 20:49 UTC  (2+ messages)

[PATCH RFC v2 00/11] per-netns sysctl for br_netfilter
 2014-05-19 19:30 UTC  (24+ 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 "
                  ` question about default values for per-namespace settings
  ` [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

new transaction for nftables now in master
 2014-05-19 10:47 UTC 

[PATCH 0/13] make return of 0 explicit
 2014-05-19  4:31 UTC  (2+ messages)
` [PATCH 6/13] [NETFILTER]: arp_tables: "

[PATCHv2 nf] netfilter: nf_tables: fix trace of matching non-terminal rule
 2014-05-15 17:57 UTC 

[PATCH nf] netfilter: nf_tables: fix trace when matching rule
 2014-05-15 16:28 UTC 

[nft PATCH 0/4] small updates to documentation
 2014-05-14 15:36 UTC  (5+ messages)
` [nft PATCH 1/4] doc: fix indendation of examples
` [nft PATCH 2/4] doc: update return code for NFT_EXIT_NONL
` [nft PATCH 3/4] doc: document export op
` [nft PATCH 4/4] doc: document monitor op

[nft PATCH] parser: fix inconsistency in monitor options
 2014-05-14 15:24 UTC 

[libnftnl PATCH v2] internal: fix SNPRINTF_BUFFER_SIZE macro
 2014-05-13 15:24 UTC  (2+ messages)

[libnftnl PATCH v2] utils: fix buffer reallocation of nft_fprinft()
 2014-05-13 15:23 UTC  (2+ messages)

conntrackd, internal cache keeps filling up
 2014-05-13 14:57 UTC  (6+ messages)

[libnftnl PATCH] utils: fix buffer reallocation of nft_fprinft()
 2014-05-13 12:49 UTC  (4+ 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)

[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  (7+ 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)


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