netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-09-02 10:14:04 to 2014-09-15 21:40:09 UTC [more...]

[PATCH 1/1] bridge: Fix NAT66ed IPv6 packets not being bridged correctly
 2014-09-15 21:40 UTC 

[ANNOUNCE] ipset 6.22 released
 2014-09-15 21:13 UTC 

[PATCH 0/8] ipset patches for nf-next
 2014-09-15 21:02 UTC  (9+ messages)
` [PATCH 1/8] netfilter: ipset: Fix static checker warning in ip_set_core.c
` [PATCH 2/8] netfilter: ipset: Add skbinfo extension kernel support in the ipset core
` [PATCH 3/8] netfilter: ipset: Add skbinfo extension kernel support for the bitmap set types
` [PATCH 4/8] netfilter: ipset: Add skbinfo extension kernel support for the hash "
` [PATCH 5/8] netfilter: ipset: Add skbinfo extension kernel support for the list set type
` [PATCH 6/8] netfilter: ipset: Add skbinfo extension support to SET target
` [PATCH 7/8] netfilter: ipset: send nonzero skbinfo extensions only
` [PATCH 8/8] netfilter: ipset: hash:mac type added to ipset

[PATCH v4 0/2] nfacct: add filter in to the list operation
 2014-09-15 16:45 UTC  (4+ messages)
` [PATCH v4 1/2] nfacct: check cmd line argument for singleness
` [PATCH v4 2/2] nfacct: add filter in to the list operation

[PATCH] libxt_devgroup: manpage corrections
 2014-09-15 12:49 UTC  (2+ messages)

[PATCH nft v2 0/6] tests: Automated regression testing
 2014-09-15 12:47 UTC  (7+ messages)
` [PATCH nft v2 1/6] tests: Add "
` [PATCH nft v2 2/6] tests: Add ip6 folder with test files
` [PATCH nft v2 3/6] tests: Add inet "
` [PATCH nft v2 4/6] tests: Add arp "
` [PATCH nft v2 5/6] tests: Add bridge "
` [PATCH nft v2 6/6] tests: Add any "

Query on "Add locking to prevent concurrent instances" patch
 2014-09-15 12:35 UTC 

[nft PATCH] netlink: include file and line in netlink ABI errors
 2014-09-15 12:10 UTC 

modify + redirect xtables addon using the same skb
 2014-09-15  7:35 UTC 

[PATCH net-next 0/5] net: Convert pr_warning to pr_warn
 2014-09-14 19:13 UTC  (4+ messages)
` [PATCH net-next 5/5] netfilter: "

[PATCH 0/5] ipset: some small userland improvements
 2014-09-14 19:11 UTC  (11+ messages)
` [PATCH 1/5] Remove a duplicate debug print
` [PATCH 2/5] ipset: avoid duplicate command flags
` [PATCH 3/5] ipset: coalesce two ifs
` [PATCH 4/5] ipset: remove extran newline on debug output
` [PATCH 5/5] ipset: data callback does not need to be part of cb_ctl[]

[libnftnl PATCH] utils: nft_fprintf: prevent an empty buffer from being printed
 2014-09-12 19:41 UTC 

[nft RFC PATCH] src: add set optimization options
 2014-09-12 18:45 UTC  (5+ messages)

[nft PATCH] payload: generate expression using big endian byteorder
 2014-09-12 17:04 UTC  (3+ messages)

[PATCH libnftnl] src: add ruleset generation class
 2014-09-12 10:49 UTC 

[PATCH v3 0/2] nfacct: add filter in to the list operation
 2014-09-12  8:36 UTC  (6+ messages)
` [PATCH v3 1/2] nfacct: check cmd line argument for singleness
` [PATCH v3 2/2] nfacct: add filter in to the list operation

[PATCH nf-next 1/3] netfilter: nf_tables: add NFTA_MASQ_UNSPEC to nft_masq_attributes
 2014-09-12  7:47 UTC  (12+ messages)
` [PATCH nf-next 2/3] netfilter: nfnetlink: use original skbuff when committing/aborting
` [PATCH nf-next 3/3 v2] netfilter: nf_tables: export rule-set generation ID

[PATCH lnf-ct 0/2] add new bitmask functions
 2014-09-11 19:39 UTC  (6+ messages)
` [PATCH lnf-ct 1/2] add two "
` [PATCH lnf-ct 2/2] qa: add tests for "

[PATCH nft] include: refresh include/linux/nf_tables.h cached copy
 2014-09-11 17:01 UTC 

[libnftnl PATCH] nf_tables.h: add NFTA_MASQ_UNSPEC
 2014-09-11 16:56 UTC 

[PATCH nft] log: netlink_linearize: don't set level if user didn't specify
 2014-09-11 16:45 UTC 

[PATCH nf-next 1/2] netfilter: NFT_CHAIN_NAT_IPV* is independent of NFT_NAT
 2014-09-11 16:35 UTC  (3+ messages)
` [PATCH nf-next 2/2] netfilter: masquerading needs to be independent of x_tables in Kconfig

randconfig build error with next-20140911, in net/ipv6/netfilter/nf_nat_masquerade_ipv6.c
 2014-09-11 15:01 UTC  (2+ messages)

[PATCH 00/25] nf-next pull request
 2014-09-10 19:47 UTC  (27+ messages)
` [PATCH 01/25] uapi: netfilter_arp: use __u8 instead of u_int8_t
` [PATCH 02/25] netfilter: nft_meta: add pkttype support
` [PATCH 03/25] netfilter: nft_meta: Add cpu attribute support
` [PATCH 04/25] netfilter: ipset: Removed invalid IPSET_ATTR_MARKMASK validation
` [PATCH 05/25] netfilter: ipset: netnet,netportnet: Fix value range support for IPv4
` [PATCH 06/25] netfilter: ipset: Resolve missing-field-initializer warnings
` [PATCH 07/25] netfilter: ipset: Fix warn: integer overflows 'sizeof(*map) + size * set->dsize'
` [PATCH 08/25] netfilter: nfnetlink_acct: add filter support to nfacct counter list/reset
` [PATCH 09/25] netfilter: nat: move specific NAT IPv4 to core
` [PATCH 10/25] netfilter: nft_chain_nat_ipv4: use generic IPv4 NAT code from core
` [PATCH 11/25] netfilter: nat: move specific NAT IPv6 to core
` [PATCH 12/25] netfilter: nft_chain_nat_ipv6: use generic IPv6 NAT code from core
` [PATCH 13/25] netfilter: nf_tables: refactor rule deletion helper
` [PATCH 14/25] netfilter: nf_tables: add helper to unregister chain hooks
` [PATCH 15/25] netfilter: nf_tables: rename nf_table_delrule_by_chain()
` [PATCH 16/25] netfilter: nf_tables: add devgroup support in meta expresion
` [PATCH 17/25] ipvs: reduce stack usage for sockopt data
` [PATCH 18/25] netfilter: xt_string: Remove unnecessary initialization of struct ts_state
` [PATCH 19/25] netfilter: nf_tables: add helpers to schedule objects deletion
` [PATCH 20/25] netfilter: nf_tables: extend NFT_MSG_DELTABLE to support flushing the ruleset
` [PATCH 21/25] netfilter: nft_nat: include a flag attribute
` [PATCH 22/25] netfilter: ebtables: create audit records for replaces
` [PATCH 23/25] netfilter: nf_nat: generalize IPv4 masquerading support for nf_tables
` [PATCH 24/25] netfilter: nf_nat: generalize IPv6 "
` [PATCH 25/25] netfilter: nf_tables: add new nft_masq expression

randconfig build error with next-20140910, in net/netfilter/xt_socket.c
 2014-09-10 16:08 UTC 

[PATCH nf-next] netfilter: nf_tables: export rule-set generation ID
 2014-09-10 15:23 UTC  (4+ messages)

[PATCH nft] mnl: consistency checks across several netlink dumps
 2014-09-09 17:00 UTC 

[nft PATCH] src: add specific byteorder to the struct proto_hdr_template
 2014-09-09 16:01 UTC 

[nf_tables PATCH 1/6 v5] netfilter: nf_tables: refactor rule deletion helper
 2014-09-09 15:03 UTC  (15+ messages)
` [nft PATCH 6/6] src: add `flush ruleset'
` [nf_tables PATCH 2/6 v5] netfilter: nf_tables: add helper to unregister chain hooks
` [nf_tables PATCH 3/6 v5] netfilter: nf_tables: rename nf_table_delrule_by_chain()
` [nf_tables PATCH 4/6 v5] netfilter: nf_tables: add helpers to schedule objects deletion
` [nf_tables PATCH 5/6 v5] netfilter: nf_tables: extend NFT_MSG_DELTABLE to support flushing the ruleset

[HEADS UP] rebase nf-next
 2014-09-09 14:41 UTC 

[nf_tables PATCH v4 1/5] netfilter: nft_nat: include a flag attribute
 2014-09-09 11:08 UTC  (14+ messages)
` [nf_tables PATCH v4 2/5] netfilter: nf_nat_masquerade_ipv4: code factorization
` [nf_tables PATCH v4 3/5] netfilter: nf_nat_masquerade_ipv6: "
` [nf_tables PATCH v4 4/5] netfilter: nft_nat: split code in AF parts
` [nf_tables PATCH v4 5/5] netfilter: nft_nat: add masquerade support

[PATCH net-next] netfilter: create audit records for ebtables replaces
 2014-09-09 10:11 UTC  (5+ messages)

[PATCH] netfilter: xtables: Remove unnecessary initialization of struct ts_state
 2014-09-09 10:02 UTC  (2+ messages)

[nf_tables PATCH] netfilter: nf_tables: add new nft_masq expression
 2014-09-08 11:45 UTC 

[libnftnl PATCH] expr: add new nft_masq expression
 2014-09-08 11:38 UTC 

[PATCH] netfilter: xt_TPROXY: undefined reference to `udp6_lib_lookup'
 2014-09-07 15:26 UTC 

[PATCH] nfacct: add filter in to the list operation
 2014-09-07  6:33 UTC  (3+ messages)
  `  "
  ` [PATCH V2] "

[PATCHv2 net-next] ipvs: reduce stack usage for sockopt data
 2014-09-06 14:25 UTC  (3+ messages)

[PATCH] netfilter: add explicit Kconfig for NETFILTER_XT_NAT
 2014-09-06  0:23 UTC 

[PATCH] netfilter: nf_tables: Add bridge interface physical index and name
 2014-09-05 10:44 UTC 

iptables: missing connlabel.conf causes unnecessary error messages
 2014-09-05 10:11 UTC  (5+ messages)

nft: crash in describe?
 2014-09-03 20:21 UTC 

netfilter: NETFILTER_XT_NAT?
 2014-09-03 20:17 UTC 

FROM: Husam Al Sayed
 2014-09-03 18:38 UTC 

Required : Documentation of extension header related functions in Linux Kernel
 2014-09-03 17:17 UTC 

[PATCH] netfilter: nfnetlink: deliver netlink errors on batch completion
 2014-09-03 14:49 UTC 

[PATCH libnftnl] expr: meta: Add devgroup support
 2014-09-03 12:30 UTC  (2+ messages)

[PATCH] netfilter: nf_tables: add devgroup support in meta expresion
 2014-09-03 12:29 UTC  (2+ messages)

[PATCH] src: Add devgroup support in meta expresion
 2014-09-03 12:22 UTC  (2+ messages)

[PATCH] netfilter: fix missing dependencies in NETFILTER_XT_TARGET_LOG
 2014-09-02 21:00 UTC  (2+ messages)

[PATCH 0/7] pull request: Netfilter/IPVS fixes for net
 2014-09-02 20:57 UTC  (3+ messages)
` [PATCH 7/7] netfilter: NETFILTER_XT_TARGET_LOG selects NF_LOG_*

[PATCH] src: meta: Fix the size of cpu attribute
 2014-09-02 18:13 UTC 

3.16/3.16.1: Kernel Oops in nft_do_chain
 2014-09-02 16:44 UTC  (3+ messages)

[PATCH 1/3] netfilter: nft_hash: no need for rcu in the hash set destroy path
 2014-09-02 14:00 UTC  (14+ messages)
` [PATCH 2/3] netfilter: nft_rbtree: no need for spinlock from "
` [PATCH 3/3] rhashtable: fix lockdep splat in rhashtable_destroy()

[GIT PULL nf-next] IPVS Updates for v3.18
 2014-09-02 11:31 UTC  (3+ messages)
` [PATCH nf-next] ipvs: reduce stack usage for sockopt data


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