netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-06-16 09:10:30 to 2014-06-26 17:09:02 UTC [more...]

[libnftnl PATCH 0/5] Do not print unset values in xml and json
 2014-06-26 17:08 UTC  (6+ messages)
` [libnftnl PATCH 1/5] src: table: Free memory in the same function that is reserved
` [libnftnl PATCH 2/5] src: table: Use nft_table_attr_set_* in the xml functions
` [libnftnl PATCH 3/5] src: table: Add set, unset and parse implementation for use value
` [libnftnl PATCH 4/5] src: table: Do not print unset values in xml file
` [libnftnl PATCH 5/5] src: table: Do not print unset values in json file

[libnftnl PATCH 0/6] src: chain: Do not print unset values in json and xml
 2014-06-26 16:39 UTC  (7+ messages)
` [libnftnl PATCH 1/6] src: chain: Free memory in the same function that is reserved
` [libnftnl PATCH 2/6] src: chain: Use nft_rule_expr_set_* in the xml parsing code
` [libnftnl PATCH 3/6] src: chain: add set, unset, get, parse and build payload implementation for use value
` [libnftnl PATCH 4/6] src: chain: Do not print unset values in xml
` [libnftnl PATCH 5/6] src: chain: Rename variables in nft_jansson_parse_chain functions
` [libnftnl PATCH 6/6] src: chain: Do not print unser values in json

Erősítse meg a személyazonosságát Webmail
 2014-06-26 14:55 UTC 

[linux PATCH 0/5] NAT updates for nf_tables
 2014-06-26 12:26 UTC  (7+ messages)
` [linux PATCH 1/5] netfilter: nft_nat: include a flag attribute
` [linux PATCH 2/5] netfilter: nf_nat_masquerade_ipv4: code factorization
` [linux PATCH 3/5] netfilter: nf_nat_masquerade_ipv6: "
` [linux PATCH 4/5] netfilter: nft_nat: split code in AF parts
` [linux PATCH 5/5] netfilter: nft_nat: add masquerade support

[libnftnl PATCH 1/2] expr: nat: add support for the new flags attribute
 2014-06-26 12:22 UTC  (2+ messages)
` [libnftnl PATCH 2/2] expr: nat: add masquerade support

[PATCH 0/9] Netfilter packet logging updates (v2)
 2014-06-26 11:37 UTC  (11+ messages)
` [PATCH 1/9] netfilter: kill ulog targets
` [PATCH 2/9] netfilter: nf_log: use an array of loggers instead of list
` [PATCH 3/9] netfilter: nf_log: move log buffering to core logging
` [PATCH 4/9] netfilter: log: split family specific code to nf_log_{ip,ip6,common}.c files
` [PATCH 5/9] netfilter: log: nf_log_packet() as real unified interface
` [PATCH 6/9] netfilter: add generic ARP packet logger
` [PATCH 7/9] netfilter: bridge: add generic "
` [PATCH 8/9] netfilter: nft_log: request explicit logger when loading rules
` [PATCH 9/9] netfilter: nft_log: complete logging support

Sub: NAT issue in netfilter
 2014-06-26  9:44 UTC 

problems cross compiling nftables
 2014-06-25 23:26 UTC  (2+ messages)

[PATCH v3] netfilter: conntrack: remove timer from ecache extension
 2014-06-25 17:22 UTC  (6+ messages)

[ANNOUNCE] libnftnl 1.0.2 release
 2014-06-25 15:57 UTC 

[ANNOUNCE] nftables 0.3 release
 2014-06-25 15:52 UTC 

[PATCH 1/1] net/netfilter/nf_conntrack_netlink.c: remove null test before kfree
 2014-06-25 12:56 UTC  (2+ messages)

[PATCH] netfilter: x_tables: xt_free_table_info() cleanup
 2014-06-25 12:55 UTC  (2+ messages)

[nftables PATCH] Correct initial value of bytes counter in nftables rule
 2014-06-25 12:15 UTC  (2+ messages)

[PATCH RFC v2 02/11] br_netfilter: default sysctl settings in init_brnf_net
 2014-06-25  7:45 UTC  (9+ messages)
  ` [PATCH RFC v3 2/2] br_netfilter: per-netns copy of structure for sysctl flags
          ` question about default values for per-namespace settings

[libnftnl PATCH 0/4] expr: match: Do not print unset values in xml and json
 2014-06-24 17:15 UTC  (5+ messages)
` [libnftnl PATCH 1/4] expr: match: get a nft_rule_expr type in nft_rule_expr_match_snprintf_* functions
` [libnftnl PATCH 2/4] expr: match: Use nft_rule_expr_set_* in the xml parsing code
` [libnftnl PATCH 3/4] expr: match: Do not print unset values in xml file
` [libnftnl PATCH 4/4] expr: match: Do not print unset values in json file

[libnftnl PATCH 0/4] expr: exthdr: Do not print unset values in xml and json
 2014-06-24 17:15 UTC  (6+ messages)
` [libnftnl PATCH 1/4] expr: exthdr: Add nft_rule_expr_exthdr_snprinf_* functions
` [libnftnl PATCH 2/4] expr: exthdr: Use nft_rule_expr_set_* in the xml parsing code
` [libnftnl PATCH 3/4] expr: exthdr: Do not print unset values in xml
` [libnftnl PATCH 4/4] expr: exthdr: Do not print unset values in json

[libnftnl PATCH 0/3] expr: lookup: Do not print unset values in xml and json
 2014-06-24 17:14 UTC  (4+ messages)
` [libnftnl PATCH 1/3] expr: lookup: Use nft_rule_expr_set_* in the xml parsing code
` [libnftnl PATCH 2/3] expr: lookup: Do not print unset values in xml file
` [libnftnl PATCH 3/3] expr: lookup: Do not print unset values in json file

[PATCH v2 libnetfilter_conntrack] zero value handling of mark and zone
 2014-06-24 15:23 UTC  (7+ messages)
  ` [PATCH v3 0/2 "
    ` [PATCH v3 1/2 libnetfilter_conntrack] qa: update cmp ATTR_ZONE size "
    ` [PATCH v3 2/2 libnetfilter_conntrack] conntrack: zero value handling of "

[PATCH lnf-ct] conntrack: compare: relax MARK/ZONE attribute comparision
 2014-06-24 10:02 UTC 

[libnftnl PATCH 0/4] expr: counter: Do not print unset values in xml and json
 2014-06-24  7:15 UTC  (5+ messages)
` [libnftnl PATCH 1/4] expr: counter: Add nft_rule_expr_counter_snprinf_* functions
` [libnftnl PATCH 2/4] expr: counter: Use nft_rule_expr_set_* in the xml parsing code
` [libnftnl PATCH 3/4] expr: counter: Do not print unset values in xml
` [libnftnl PATCH 4/4] expr: counter: Do not print unset values in json

[libnftnl PATCH 0/4] expr: ct: Do not print unset values in xml and json
 2014-06-24  6:46 UTC  (6+ messages)
` [libnftnl PATCH 1/4] expr: ct: Use nft_rule_expr_set_* in the xml parsing code
` [libnftnl PATCH 2/4] expr: ct: Do not print unset values in xml file
` [libnftnl PATCH 3/4] expr: ct: Delete the last comma character in json text
` [libnftnl PATCH 4/4] expr: ct: Do not print unset values in json

[RFC PATCH libnetfilter_conntrack] add userspace dump filter
 2014-06-23 18:33 UTC  (4+ messages)

[libnftnl PATCH] expr: nat: add helper function to translate nat types to string
 2014-06-23 18:07 UTC  (2+ messages)

[libnftnl PATCH 0/4] expr: target: Do not print unset values in xml and json files
 2014-06-23 18:06 UTC  (6+ messages)
` [libnftnl PATCH 1/4] expr: target: get a nft_rule_expr type in nft_rule_expr_target_snprintf_* functions
` [libnftnl PATCH 2/4] expr: target: Use nft_rule_expr_set_* in the xml parsing code
` [libnftnl PATCH 3/4] expr: target: Do not print unset values in xml file
` [libnftnl PATCH 4/4] expr: target: Do not print unset values in json file

[PATCH 0/9] Netfilter packet logging updates
 2014-06-23 14:41 UTC  (10+ messages)
` [PATCH 1/9] netfilter: kill ulog targets
` [PATCH 2/9] netfilter: nf_log: use an array of loggers instead of list
` [PATCH 3/9] netfilter: nf_log: move log buffering to core logging
` [PATCH 4/9] netfilter: log: split family specific code to nf_log_{ip,ip6,common}.c files
` [PATCH 5/9] netfilter: log: nf_log_packet() as real unified interface
` [PATCH 6/9] netfilter: add generic ARP packet logger
` [PATCH 7/9] netfilter: bridge: add generic "
` [PATCH 8/9] netfilter: add generic inet "
` [PATCH 9/9] netfilter: nft_log: complete logging support

[nftables PATCH] proto: add icmp and icmpv6 in inet protocols
 2014-06-23 11:55 UTC  (2+ messages)

[libnftnl PATCH 0/4] expr: payload: Do not print unset values in xml and json
 2014-06-23  9:15 UTC  (6+ messages)
` [libnftnl PATCH 1/4] expr: payload: Use nft_rule_expr_set_* in the xml parsing code
` [libnftnl PATCH 2/4] expr: payload: get a nft_rule_expr type in nft_rule_expr_payload_snprintf_* functions
` [libnftnl PATCH 3/4] expr: payload: Do not print unset values in xml file
` [libnftnl PATCH 4/4] expr: payload: Do not print unset values in json file

[libnftnl PATCH 0/4] expr: meta: Do not print unset values in xml and json
 2014-06-23  9:11 UTC  (6+ messages)
` [libnftnl PATCH 1/4] expr: meta: Use nft_rule_expr_set_* in the xml parsing code
` [libnftnl PATCH 2/4] expr: meta: Do not print unset values in xml file
` [libnftnl PATCH 3/4] expr: meta: Delete the last comma character in json text
` [libnftnl PATCH 4/4] expr: meta: Do not print unset values in json file

[libnftnl PATCH 0/3] expr: immediate: Do not print unset values in xml and json
 2014-06-23  9:02 UTC  (5+ messages)
` [libnftnl PATCH 1/3] expr: immediate: Use nft_rule_expr_set_* in the xml parsing code
` [libnftnl PATCH 2/3] expr: immediate: Do not print unset values in json file
` [libnftnl PATCH 3/3] expr: immediate: Do not print unset values in xml file

iptables owner gid matches random packets
 2014-06-23  5:56 UTC 

[PATCH nftables 1/3] meta: Add support for SKPID and SKSID meta keys
 2014-06-21 14:40 UTC  (7+ messages)
` [PATCH 3/3] netfilter: Add "
  ` [PATCH v2] "

[PATCH nft] src: revert broken reject icmp code support
 2014-06-20 19:02 UTC  (3+ messages)

[PATCH 1/3] extra: use inet_ntop instead of inet_ntoa
 2014-06-20 10:27 UTC  (3+ messages)
` [PATCH 2/3] extra: fix wrong implementation in nfq_udp_get_payload
` [PATCH 3/3] extra: fix wrong implementation in nfq_udp_get_payload_len

[PATCH libnftnl] expr: remove alignment through XT_ALIGN in match and target
 2014-06-20 10:12 UTC 

libnetfilter_queue Bugzilla
 2014-06-20 10:07 UTC  (2+ messages)

[libnftnl PATCH 0/3] expr: bitwise: Do not print unset values
 2014-06-20  7:19 UTC  (5+ messages)
` [libnftnl PATCH 1/3] expr: bitwise: Get a nft_rule_expr type in nft_rule_expr_bitwise_snprintf_* functions
` [libnftnl PATCH 2/3] expr: bitwise: Do not print unset values in xml
` [libnftnl PATCH 3/3] expr: bitwise: Do not print unset values in json

[libnftnl PATCH 0/5] expr: bitwise: Do not print unset values
 2014-06-20  7:16 UTC  (8+ messages)
` [libnftnl PATCH 1/5] expr: byteorder: Get a nft_rule_expr type in nft_rule_expr_byteorder_snprintf_* functions
` [libnftnl PATCH 2/5] expr: byteorder: Use nft_rule_expr_set_* in the xml parsing code
` [libnftnl PATCH 3/5] expr: byteorder: Do not print unset values in xml file
` [libnftnl PATCH 4/5] expr: byteorder: Rename variables in nft_rule_expr_byteorder_json_parse functions
` [libnftnl PATCH 5/5] expr: byteorder: Do not print unset values in json

[libnftnl PATCH 0/4] expr: cmp: Do not print unset values in xml and json
 2014-06-20  7:05 UTC  (6+ messages)
` [libnftnl PATCH 1/4] expr: cmp: Get a nft_rule_expr type in nft_rule_expr_cmp_snprintf_* functions
` [libnftnl PATCH 2/4] expr: cmp: Use nft_rule_expr_set_* in the xml parsing code
` [libnftnl PATCH 3/4] expr: cmp: Do not print unset values in xml file
` [libnftnl PATCH 4/4] expr: cmp: Do not print unset values in json file

Multiple conntrack tables
 2014-06-19 13:49 UTC  (3+ messages)

[BUG] nf: xt_LED: led-always-blink invisible
 2014-06-19  9:17 UTC 

[PATCH 00/13] netfilter fixes for net
 2014-06-18 23:10 UTC  (15+ messages)
` [PATCH 01/13] ipvs: stop tot_stats estimator only under CONFIG_SYSCTL
` [PATCH 02/13] netfilter: ctnetlink: fix dumping of dying/unconfirmed conntracks
` [PATCH 03/13] netfilter: ctnetlink: fix refcnt leak in dying/unconfirmed list dumper
` [PATCH 04/13] netfilter: nf_tables: use RCU-safe list insertion when replacing rules
` [PATCH 05/13] netfilter: nf_tables: use u32 for chain use counter
` [PATCH 06/13] netfilter: nf_tables: decrement chain use counter when replacing rules
` [PATCH 07/13] netfilter: nf_tables: fix wrong type in transaction "
` [PATCH 08/13] netfilter: nft_compat: call {target, match}->destroy() to cleanup entry
` [PATCH 09/13] netfilter: nf_tables: indicate family when dumping set elements
` [PATCH 10/13] netfilter: nft_nat: don't dump port information if unset
` [PATCH 11/13] netfilter: ctnetlink: add zone size to length
` [PATCH 12/13] netfilter: nf_nat: fix oops on netns removal
` [PATCH 13/13] MAINTAINERS: merge ebtables into netfilter entry

[GIT PULL nf] IPVS Fixes for v3.16
 2014-06-17 12:40 UTC  (3+ messages)

[PATCH libnetfilter_conntrack] conntrack: remove duplicate code
 2014-06-17 12:12 UTC 

WebMail Adminisztrátor (C) 2014 WebMail
 2014-06-17  7:46 UTC 

We offer all purpose loan at 3% interest rate
 2014-06-16 12:23 UTC 

[RFC PATCH 1/1 libnetfilter_conntrack] zero value handling of mark and zone
 2014-06-16 13:24 UTC  (8+ messages)

[PATCH] netfilter: nf_nat: fix oops on netns removal
 2014-06-16 12:00 UTC  (2+ messages)

[PATCH] netfilter: ctnetlink: add zone size to length
 2014-06-16 11:56 UTC  (2+ messages)

[PATCH] netfilter: ctnetlink: fix refcnt leak in dying/unconfirmed list dumper
 2014-06-16 11:12 UTC  (2+ messages)

[PATCH] MAINTAINERS: merge ebtables into netfilter entry
 2014-06-16 11:01 UTC 

[libnftnl PATCH 0/4] limit: Do not print unset value
 2014-06-16 10:34 UTC  (6+ messages)
` [libnftnl PATCH 1/4] expr: limit: Add nft_rule_expr_limit_snprinf_* functions
` [libnftnl PATCH 2/4] expr: limit: Use nft_rule_expr_set_* in the xml parsing code
` [libnftnl PATCH 3/4] expr: limit: Do not print unset values in json
` [libnftnl PATCH 4/4] expr: limit: Do not print unset values in xml

[libnftnl PATCH] expr: queue: Use snprintf and SNPRINTF_BUFFER_SIZE in snprintf_default functions
 2014-06-16 10:17 UTC  (4+ messages)
` [libnftnl PATCH] tests: Add json and xml test file for queue

[libnftnl PATCH 0/5] queue: Do not print unset value
 2014-06-16 10:11 UTC  (2+ messages)

[nftables PATCH 2/2] reject: add ICMP code field parameter for indicating the type of error
 2014-06-16 10:00 UTC  (2+ messages)

[nftables PATCH 1/2] reject: Check the protocol context for indicating the reject type
 2014-06-16 10:00 UTC  (2+ messages)

[PATCH iptables] libxtables: fix getaddrinfo return value usage
 2014-06-16  9:48 UTC  (6+ 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).