netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-04-15 13:36:25 to 2014-05-09 10:56:01 UTC [more...]

[PATCH 0/6] Netfilter fixes for net
 2014-05-09 10:56 UTC 

[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 

conntrackd IPv6 client support for interface scope
 2014-05-07 20:18 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)

[libnftnl PATCH 1/2] src: add nft_*_build_msg functions
 2014-05-06 20:19 UTC  (2+ messages)
` [libnftnl PATCH 2/2] examples: use new nft_*_build_msg() functions

[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  (10+ messages)
` [PATCH 3/5] netfilter: Fix format string mismatch in _conntrack_tftp_init()
` [PATCH 4/5] netfilter: Fix format string mismatch in nf_conntrack_irc_init()
` [PATCH 5/5] netfilter: Fix format string mismatch in nf_conntrack_sip_init()

[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  (21+ messages)
      ` [ulogd PATCH 1/8 resend] ipfix: use nfct_bitmask
` [ulogd PATCH 0/13] make progress ulogd_output_IPFIX
  ` [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  (3+ messages)

Iptables udp ports advice
 2014-04-28  8:55 UTC 

tests/test-script.sh missing from 1.0.1 tar.bz2?
 2014-04-26 12:13 UTC  (4+ messages)

[libnftnl PATCH v2 1/2] src: add flag to add event wrapping in output functions
 2014-04-26 12:12 UTC  (4+ messages)
` [libnftnl PATCH v2 2/2] examples: nft-events: use new events wrappers

[PATCH libnftnl] examples: nft-events: add option how to format the printed events
 2014-04-26 12:03 UTC 

[PATCH lnf-queue] src: PF_BIND/UNBIND is ignored in 3.8 and later
 2014-04-24 10:09 UTC  (3+ messages)

[PATCH v4 0/5] Add suport for bridge if dev name meta expression keys
 2014-04-24  8:38 UTC  (5+ messages)
` [PATCH 3/5] netfilter: nf_tables: Add meta expression key for bridge interface name

[GIT PULL nf-next] IPVS Updates for v3.16
 2014-04-24  0:50 UTC  (4+ messages)
` [PATCH nf-next] netfilter: Fix format string mismatch in ip_vs_proto_name()

[PATCH v5] core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors
 2014-04-23 13:31 UTC  (9+ messages)
              ` [PATCH 3.13] "

[iptables PATCH] extensions: udp: add translation to nft
 2014-04-23 12:29 UTC  (2+ messages)

[PATCH] netlink: have netlink per-protocol bind function return an error code
 2014-04-22 20:19 UTC  (9+ messages)
` [PATCH 0/6] audit: implement multicast socket for journald
  ` [PATCH 1/6] netlink: simplify nfnetlink_bind
  ` [PATCH 2/6] netlink: have netlink per-protocol bind function return an error code
  ` [PATCH 3/6] netlink: implement unbind to netlink_setsockopt NETLINK_DROP_MEMBERSHIP
  ` [PATCH 4/6] audit: add netlink audit protocol bind to check capabilities on multicast join
  ` [PATCH 5/6] audit: add netlink multicast group for log read
  ` [PATCH 6/6] audit: send multicast messages only if there are listeners

[PATCH 1/2] Make column type for oob_protocol in mysql smallint(5)
 2012-12-27 17:38 UTC 

[PATCH 2/2] Connection parameters other than connstring are ignored
 2014-04-19 18:43 UTC 

[ulogd RFC PATCH 0/2] introduce new string output plugin
 2014-04-22 11:51 UTC  (5+ messages)
      ` [ulogd RFC PATCH 0/2 resend] "

[ ulogd PATCH 0/2 ] two small fixes for ulogd
 2014-04-22  8:02 UTC  (2+ messages)

ipset suggestion, idle-timeout
 2014-04-22  2:25 UTC  (3+ messages)

[ ulogd PATCH 1/2 ] fix oob_protocol field for mysql
 2014-04-21 20:13 UTC 

[ ulogd PATCH 2/2 ] fix to allow not using connstring parameter in pgsql plugin
 2014-04-21 20:16 UTC 

additional conntrack feature
 2014-04-18 20:02 UTC  (2+ messages)

[PATCH v2] xt_quota2: introduce support for network namespaces
 2014-04-18 17:20 UTC  (2+ messages)

ip_tables: limit match: invalid size 40 != 48
 2014-04-18 12:55 UTC  (2+ messages)

[PATCH] build: delete useless characters
 2014-04-18 12:36 UTC  (5+ messages)

[ANNOUNCE]: Release of nftables 0.2
 2014-04-18 12:29 UTC  (2+ messages)

[PATCH v3] net: netfilter: LLVMLinux: vlais-netfilter
 2014-04-18  0:40 UTC  (3+ messages)
` [PATCH v4] "

[ANNOUNCE] libnftnl 1.0.1 release
 2014-04-17 11:09 UTC 

[libnftnl PATCH] lookup: Fix an invalid read
 2014-04-16 18:09 UTC  (4+ messages)
` [libnftnl PATCH] set-elem: fix a memory leak

[nft PATCH v2 8/8] src: add events reporting
 2014-04-16 17:58 UTC  (3+ messages)

nftables v0.2 doesn't build with libnftnl v1.0.0
 2014-04-16 12:46 UTC 

spende /Donation
 2014-04-15 19:47 UTC 

[libnftnl PATCH 1/2] src: add flag to add event wrapping in output functions
 2014-04-15 13:44 UTC  (3+ 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).