netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-08-10 17:58:35 to 2015-08-25 00:32:11 UTC [more...]

[PATCHv5 net-next 00/10] OVS conntrack support
 2015-08-25  0:32 UTC  (2+ messages)
` [PATCHv5 net-next 01/10] openvswitch: Serialize acts with original netlink len

[PATCH nf-next 0/2] netfilter: nfnetlink_log attach conntrack
 2015-08-24 23:15 UTC  (3+ messages)
` [PATCH nf-next 1/2] netfilter: nfnetlink_queue: enable to specify nla type
` [PATCH nf-next 2/2] netfilter: nfnetlink_log: allow to attach conntrack

[PATCH iptables v2] libxt_CT: add support for recently introduced zone options
 2015-08-24 15:38 UTC 

[PATCH nft 0/12] add support for VLAN header filtering in bridge family
 2015-08-23 21:24 UTC  (14+ messages)
` [PATCH 01/12] tests: use the src/nft binary instead of $PATH one
` [PATCH 02/12] tests: add 'awkward' prefix match expression
` [PATCH 03/12] nft: allow stacking vlan header on top of ethernet
` [PATCH 04/12] payload: disable payload merge if offsets are not on byte boundary
` [PATCH 05/12] src: netlink_linearize: handle sub-byte lengths
` [PATCH 06/12] src: netlink: don't truncate set key lengths
` [PATCH 07/12] nft: fill in doff and fix ihl/version template entries
` [PATCH 08/12] netlink: cmp: shift rhs constant if lhs offset doesn't start on byte boundary
` [PATCH 09/12] tests: add tests for ip version/hdrlength/tcp doff
` [PATCH 10/12] nft: support listing expressions that use non-byte header fields
` [PATCH 11/12] tests: vlan tests
` [PATCH 12/13] vlan: make != tests work

[PATCH 1/2 nf-next] netfilter: nf_dup: fix sparse warnings
 2015-08-22 18:46 UTC  (2+ messages)
` [PATCH 2/2 nf-next] netfilter: xt_TEE: use IS_ENABLED(CONFIG_NF_DUP_IPV6)

[PATCH v2 net-next] netfilter: ipset: Fixing unnamed union init
 2015-08-22 18:44 UTC  (4+ messages)

[PATCH] bridge:Fix concurrent access issue in the function brnf_get_logical_dev
 2015-08-22  4:48 UTC 

[PATCH] bridge:Fix concurrent access issue in the function brnf_get_logical_dev
 2015-08-22  4:47 UTC 

[PATCH] netfilter: nf_ct_tcp: Remove the duplicated word in comment
 2015-08-22  3:27 UTC 

[PATCH conntrack-tools] nfct: Update syntax to specify command before subsystem
 2015-08-21 19:19 UTC 

[GIT PULL nf-next] Second Round of IPVS Updates for v4.3
 2015-08-21 16:23 UTC  (5+ messages)
` [PATCH 1/4 nf-next] ipvs: Add ovf scheduler
` [PATCH 2/4 nf-next] ipvs: call rtnl_lock early
` [PATCH 3/4 nf-next] ipvs: add sync_maxlen parameter for the sync daemon
` [PATCH 4/4 nf-next] ipvs: add more mcast parameters "

[PATCH net-next] netfilter: ipset: Fixing unnamed union init
 2015-08-21 15:53 UTC 

[PATCH v2 iptables] added missing icmpv6 codes in REJECT
 2015-08-21  9:33 UTC 

[PATCH v2 nf-next] added missing icmpv6 codes in REJECT
 2015-08-21  9:31 UTC 

[PATCH nf-next] add missing icmpv6 codes (rfc4443) in REJECT
 2015-08-21  9:01 UTC  (2+ messages)

[PATCH iptables] add missing icmpv6 codes (rfc4443) in REJECT
 2015-08-21  8:55 UTC 

[conntrack-tools PATCH] nfct: don't link against libnetfilter_conntrack
 2015-08-21  6:54 UTC  (3+ messages)

[PATCH 00/15] Netfilter updates for net-next
 2015-08-21  5:19 UTC  (17+ messages)
` [PATCH 01/15] netfilter: nft_counter: convert it to use per-cpu counters
` [PATCH 02/15] netfilter: xt_TEE: get rid of WITH_CONNTRACK definition
` =?y?q?=5BPATCH=2003/15=5D=20netfilter=3A=20factor=20out=20packet=20duplication=20for=20IPv4/IPv6?=
` [PATCH 04/15] netfilter: nf_tables: add nft_dup expression
` [PATCH 05/15] netfilter: nft_limit: rename to nft_limit_pkts
` [PATCH 06/15] netfilter: nft_limit: convert to token-based limiting at nanosecond granularity
` [PATCH 07/15] netfilter: nft_limit: factor out shared code with per-byte limiting
` [PATCH 08/15] netfilter: nft_limit: add burst parameter
` [PATCH 09/15] netfilter: nft_limit: constant token cost per packet
` [PATCH 10/15] netfilter: nft_limit: add per-byte limiting
` [PATCH 11/15] netfilter: nfacct: per network namespace support
` [PATCH 12/15] netfilter: nf_conntrack: push zone object into functions
` [PATCH 13/15] netfilter: nf_conntrack: add direction support for zones
` [PATCH 14/15] netfilter: nf_conntrack: add efficient mark to zone mapping
` [PATCH 15/15] netfilter: nft_payload: work around vlan header stripping

[lnf-log RFC PATCH 0/2] introduce new functions to use without nflog_handle
 2015-08-21  0:30 UTC  (17+ messages)
` [lnf-log RFC PATCH 1/2] "
` [lnf-log RFC PATCH 2/2] utils: take a example from libmnl and use nflog_nlmsg_parse
      ` [lnf-log RFC PATCH v2 1/2] introduce new functions independent from libnfnetlink
      ` [lnf-log RFC PATCH v2 2/2] utils: take a example from libmnl and use new functions
          ` [lnf-log PATCH 1/2] introduce new functions independent from libnfnetlink
          ` [lnf-log PATCH 2/2] utils: take a example from libmnl and use new functions
              ` [lnf-log PATCHv2 1/3] introduce new functions independent from libnfnetlink
              ` [lnf-log PATCHv2 2/3] utils: take a example from libmnl and use new functions
              ` [lnf-log PATCHv2 3/3] nlmsg: add printf function in conjunction with libmnl

[PATCH 00/15] Netfilter updates for net-next
 2015-08-20 21:48 UTC  (17+ messages)
` [PATCH 01/15] netfilter: nft_counter: convert it to use per-cpu counters
` [PATCH 02/15] netfilter: xt_TEE: get rid of WITH_CONNTRACK definition
` =?y?q?=5BPATCH=2003/15=5D=20netfilter=3A=20factor=20out=20packet=20duplication=20for=20IPv4/IPv6?=
` [PATCH 04/15] netfilter: nf_tables: add nft_dup expression
` [PATCH 05/15] netfilter: nft_limit: rename to nft_limit_pkts
` [PATCH 06/15] netfilter: nft_limit: convert to token-based limiting at nanosecond granularity
` [PATCH 07/15] netfilter: nft_limit: factor out shared code with per-byte limiting
` [PATCH 08/15] netfilter: nft_limit: add burst parameter
` [PATCH 09/15] netfilter: nft_limit: constant token cost per packet
` [PATCH 10/15] netfilter: nft_limit: add per-byte limiting
` [PATCH 11/15] netfilter: nfacct: per network namespace support
` [PATCH 12/15] netfilter: nf_conntrack: push zone object into functions
` [PATCH 13/15] netfilter: nf_conntrack: add direction support for zones
` [PATCH 14/15] netfilter: nf_conntrack: add efficient mark to zone mapping
` [PATCH 15/15] netfilter: nft_payload: work around vlan header stripping

Linux 4.2 build error in net/netfilter/ipset/ip_set_hash_netnet.c
 2015-08-20 20:11 UTC  (8+ messages)

[conntrack-tools PATCH] nfct.8: reword some sentences
 2015-08-20 11:36 UTC 

[PATCH] iptables: update gitignore list
 2015-08-20 12:21 UTC  (4+ messages)
` [PATCH v2] "

[conntrack-tools PATCH] doc/debian.conntrackd.init.d: drop file
 2015-08-20 11:56 UTC 

(unknown),
 2015-08-20 11:14 UTC 

[conntrack-tools PATCH] list: fix prefetch dummy
 2015-08-20 10:45 UTC 

[PATCH] libiptc: fix fortify errors in debug code
 2015-08-20 11:12 UTC 

[PATCH] build: use _DEFAULT_SOURCE for newer glibc
 2015-08-20 10:49 UTC  (5+ messages)

[PATCH 1/1] added missing icmpv6 dest-unreach codes
 2015-08-20 10:36 UTC 

ICMPv6 Type 1 Code 5 and 6 missing in iptables REJECT target and icmpv6 match
 2015-08-20  9:21 UTC  (5+ messages)

[PATCH] netfilter: Remove the duplicated word "see" in the comment when set the IPS_ASSURED_BIT in tcp_packet
 2015-08-20  0:49 UTC  (4+ messages)

[PATCH iptables] libxt_CT: add support for recently introduced zone options
 2015-08-19 22:05 UTC  (2+ messages)

Re:
 2015-08-19 14:04 UTC 

[PATCHv4 nf-next] netfilter: bridge: fix IPv6 packets not being bridged with CONFIG_IPV6=n
 2015-08-19 19:22 UTC  (2+ messages)

[PATCH -next] nftables: nft_payload: work around vlan header stripping
 2015-08-19 18:43 UTC  (2+ messages)

[PATCH nf-next v5 0/2] Netfilter zone directions
 2015-08-19 15:10 UTC  (6+ messages)
` [PATCH nf-next v5 1/2] netfilter: nf_conntrack: add direction support for zones
` [PATCH nf-next v5 2/2] netfilter: nf_conntrack: add efficient mark to zone mapping

[PATCH nft] tests: validate generated netlink instructions
 2015-08-19  0:49 UTC  (13+ messages)

[PATCH] build: add finer module blacklisting
 2015-08-18 22:48 UTC 

[PATCH conntrackd 0/8] unsorted fixes
 2015-08-18 17:28 UTC  (9+ messages)
` [PATCH conntrackd 1/8] conntrackd: fix sanitization of expection attribute in the wire format
` [PATCH conntrackd 2/8] conntrackd: NTA_MAX is also an invalid attribute
` [PATCH conntrackd 3/8] conntrackd: fix leak in fork_process_new()
` [PATCH conntrackd 4/8] conntrackd: fix descriptor leak in do_local_request()
` [PATCH conntrackd 5/8] conntrackd: fix error handling in nfq_queue_cb()
` [PATCH conntrackd 6/8] conntrackd: simplify branch in tcp_accept()
` [PATCH conntrackd 7/8] conntrackd: use strncpy to set up the cache name
` [PATCH conntrackd 8/8] conntrackd: missing break in expectation message parser function

[PATCH nft 1/2] tests: sets: don't include listing in payload tests
 2015-08-18  8:43 UTC  (3+ messages)
` [PATCH nft 2/2] tests: redirect: fix payload display

[PATCH] configure: fix 3rd arg w/AC_ARG_ENABLE
 2015-08-18  6:09 UTC  (2+ messages)

[lnf-log PATCH] build: fix typo
 2015-08-18  5:36 UTC  (2+ messages)

[PATCH libnftnl] expr: immediate: fix leak in expression destroy path
 2015-08-18  0:04 UTC 

[PATCH libnftnl] src: fix memory leaks at nft_[object]_nlmsg_parse
 2015-08-17 23:54 UTC  (2+ messages)

[nft] merged next-4.2 and lastest cache consolidation patches
 2015-08-17 23:47 UTC 

[PATCH libnftnl 1/3] expr: add dup expression support
 2015-08-17 15:18 UTC  (5+ messages)
` [PATCH libnftnl 2/3] expr: limit: add burst attribute
` [PATCH libnftnl 3/3] expr: limit: add per-byte limiting support

nftables: precondition validation fails on map construct
 2015-08-17 14:24 UTC  (2+ messages)

Gratulálunk !!!
 2015-08-14 16:17 UTC 

Клиентские базы Тел +79133913837 Email: nonen22pp@gmail.com Узнайте подробнее!!!
 2015-08-14 15:41 UTC 

ipset triggering kasan warnings
 2015-08-14 13:51 UTC  (3+ messages)

WEB MAIL TEAM
 2015-08-14 11:35 UTC 

WEB MAIL TEAM
 2015-08-14 11:26 UTC 

Gratulálunk !!!
 2015-08-14 10:51 UTC 

WEB MAIL TEAM
 2015-08-14  8:49 UTC 

WEB MAIL TEAM
 2015-08-14  8:48 UTC 

WEB MAIL TEAM
 2015-08-14  8:48 UTC 

WEB MAIL TEAM
 2015-08-14  8:50 UTC 

webmail értesítés
 2015-08-14  8:34 UTC 

WEB MAIL TEAM
 2015-08-14  8:40 UTC 

[PATCH nf-next v4 0/3] Netfilter zone directions
 2015-08-13 10:26 UTC  (8+ messages)
` [PATCH v4 1/3] netfilter: nf_conntrack: push zone object into functions
` [PATCH v4 2/3] netfilter: nf_conntrack: add direction support for zones

[PATCHv3 2/2 nf] netfilter: bridge: fix IPv6 packets not being bridged with CONFIG_IPV6=n
 2015-08-12 17:57 UTC  (4+ messages)

[PATCH nft 1/2] evaluate: display error on unexisting chain when listing
 2015-08-12 17:26 UTC  (2+ messages)
` [PATCH nft 2/2] netlink: don't call netlink_dump_*() from listing functions with --debug=netlink

[PATCH] netfilter: nf_tables: Use 32 bit addressing register from nft_type_to_reg()
 2015-08-12 17:24 UTC 

nft: parser problem, can use mark as datatype in sets and maps
 2015-08-11 12:28 UTC  (8+ messages)

(unknown),
 2015-08-11  6:04 UTC 

[PATCH 0/5] Netfilter fixes for net
 2015-08-11  4:08 UTC  (5+ messages)
` [PATCH 1/5] netfilter: nf_conntrack: silence warning on falling back to vmalloc()
` [PATCH 2/5] netfilter: nf_conntrack: checking for IS_ERR() instead of NULL
` [PATCH 4/5] netfilter: ip6t_SYNPROXY: fix NULL pointer dereference

[PATCH nf-next 1/3] netfilter: nf_tables: add generation mask to table objects
 2015-08-10 18:37 UTC  (9+ 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).