netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-16 05:55:19 to 2015-06-20 22:28:25 UTC [more...]

[PATCH 00/12] Netfilter updates for net-next
 2015-06-20 22:40 UTC  (14+ messages)
` [PATCH 01/12] netfilter: nfnetlink_queue: add security context information
` [PATCH 02/12] netfilter: xt_socket: add XT_SOCKET_RESTORESKMARK flag
` [PATCH 03/12] netfilter: x_tables: align per cpu xt_counter
` [PATCH 04/12] netfilter: bridge: rename br_netfilter.c to br_netfilter_hooks.c
` [PATCH 05/12] netfilter: bridge: split ipv6 code into separated file
` [PATCH 06/12] netfilter: Kill unused copies of RCV_SKB_FAIL
` [PATCH 07/12] net: sched: Simplify em_ipset_match
` [PATCH 08/12] net: include missing headers in net/net_namespace.h
` [PATCH 09/12] netfilter: use forward declaration instead of including linux/proc_fs.h
` [PATCH 10/12] netfilter: don't pull include/linux/netfilter.h from netns headers
` [PATCH 11/12] netfilter: Remove spurios included of netfilter.h
` [PATCH 12/12] netfilter: xtables: fix warnings on 32bit platforms

[PATCH net] netfilter: nf_qeueue: Drop queue entries on nf_unregister_hook
 2015-06-20 19:00 UTC  (7+ messages)

[PATCH net] netfilter: nf_queue: Don't recompute the hook_list head
 2015-06-20 18:53 UTC  (4+ messages)

[PATCH nft 1/3] rule: use netlink_add_setelems() when creating literal sets
 2015-06-20 18:37 UTC  (14+ messages)
` [PATCH nft 2/3] segtree: pass element expression as parameter to set_to_intervals()
` [PATCH nft 3/3] rule: fix use of intervals in set declarations

[PATCH 00/32] Netfilter updates for net-next
 2015-06-20 18:30 UTC  (3+ messages)

[PATCH net] netfilter: nftables: Do not run chains in the wrong network namespace
 2015-06-19 17:21 UTC  (2+ messages)

[PATCH net-next 00/15] Simplify netfilter and network namespaces
 2015-06-19 14:24 UTC  (59+ messages)
` [PATCH net-next 00/43] Simplify netfilter and network namespaces (take 2)
  ` [PATCH net-next 01/43] netfilter: Kill unused copies of RCV_SKB_FAIL
  ` [PATCH net-next 02/43] netfilter: Pass struct net into the netfilter hooks
  ` [PATCH net-next 03/43] netfilter: Use nf_hook_state.net
  ` [PATCH net-next 04/43] ebtables: Simplify the arguments to ebt_do_table
  ` [PATCH net-next 05/43] inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_table
  ` [PATCH net-next 06/43] inet netfilter: Prefer state->hook to ops->hooknum
  ` [PATCH net-next 07/43] nftables: kill nft_pktinfo.ops
  ` [PATCH net-next 08/43] tc: Simplify em_ipset_match
  ` [PATCH net-next 09/43] x_tables: Pass struct net in xt_action_param
  ` [PATCH net-next 10/43] x_tables: Use par->net instead of computing from the passed net devices
  ` [PATCH net-next 11/43] nftables: Pass struct net in nft_pktinfo
  ` [PATCH net-next 12/43] nf_tables: Use pkt->net instead of computing net from the passed net_devices
  ` [PATCH net-next 13/43] nf_conntrack: Add a struct net parameter to l4_pkt_to_tuple
  ` [PATCH net-next 14/43] ipv4: Pass struct net into ip_defrag and ip_check_defrag
  ` [PATCH net-next 15/43] ipv6: Pass struct net into nf_ct_frag6_gather
  ` [PATCH net-next 16/43] net: include missing headers in net/net_namespace.h
  ` [PATCH net-next 17/43] netfilter: use forward declaration instead of including linux/proc_fs.h
  ` [PATCH net-next 18/43] netfilter: don't pull include/linux/netfilter.h from netns headers
  ` [PATCH net-next 19/43] ipvs: Read hooknum from state rather than ops->hooknum
  ` [PATCH net-next 20/43] netfilter: Pass priv instead of nf_hook_ops to netfilter hooks
  ` [PATCH net-next 21/43] netfilter: Add a network namespace Kconfig conflict
  ` [PATCH net-next 22/43] netfilter: Add a struct net parameter to nf_register_hook[s]
  ` [PATCH net-next 23/43] netfilter: Add a struct net parameter to nf_unregister_hook[s]
  ` [PATCH net-next 24/43] netfilter: Make the netfilter hooks per network namespace
  ` [PATCH net-next 25/43] netfilter: Make nf_hook_ops just a parameter structure
  ` [PATCH net-next 26/43] netfitler: Remove spurios included of netfilter.h
  ` [PATCH net-next 27/43] x_tables: Add magical hook registration in the common case
  ` [PATCH net-next 28/43] x_tables: Where possible convert to the new hook registration method
  ` [PATCH net-next 29/43] x_tables: Kill xt_[un]hook_link
  ` [PATCH net-next 30/43] x_tables: Update ip?table_nat to register their hooks in all network namespaces
  ` [PATCH net-next 31/43] netfilter: nf_tables: adapt it to pernet hooks
  ` [PATCH net-next 32/43] netfilter: ipt_CLUSTERIP: adapt it to support "
  ` [PATCH net-next 33/43] netfilter: ebtables: adapt the filter and nat table to "
  ` [PATCH net-next 34/43] netfilter: bridge: adapt it "
  ` [PATCH net-next 35/43] ipvs: Register netfilter hooks in all network namespaces
  ` [PATCH net-next 36/43] netfilter: nf_conntract: "
  ` [PATCH net-next 37/43] netfilter: nf_defrag: "
  ` [PATCH net-next 38/43] netfilter: synproxy: "
  ` [PATCH net-next 39/43] selinux: adapt it to pernet hooks
  ` [PATCH net-next 40/43] smack: "
  ` [PATCH net-next 41/43] netfilter: Remove the network namespace Kconfig conflict
  ` [PATCH net-next 42/43] netfilter bridge: Make the sysctl knobs per network namespace
  ` [PATCH net-next 43/43] netfilter: Skip unnecessary calls to synchronize_net

[PATCH nft] src: add tee statement
 2015-06-19 14:07 UTC  (10+ messages)

[PATCH nf-next, v4] netfilter: nft_counter: convert it to use per-cpu counters
 2015-06-19 14:00 UTC  (2+ messages)

[PATCH nf-next,v2] netfilter: nft_counter: convert it to use per-cpu counters
 2015-06-19 13:43 UTC  (7+ messages)

[PATCH nf-next, v3] netfilter: nft_counter: convert it to use per-cpu counters
 2015-06-19 10:33 UTC 

[PATCH libnftnl] expr: add new nft_tee expression
 2015-06-19 10:22 UTC 

[PATCH libnetfilter_queue] libnetfilter_queue.h: Include <sys/time.h> for struct timeval
 2015-06-19 10:13 UTC  (2+ messages)

[PATCH nf-next 1/2] netfilter: nft_counter: split out counters from nft_counter
 2015-06-19  9:25 UTC  (5+ messages)
` [PATCH nf-next 2/2] netfilter: nft_counter: add per-cpu support

[PATCH] net: fix search limit handling in skb_find_text()
 2015-06-18 20:01 UTC  (7+ messages)

[PATCH -next] netfilter: xtables: fix warnings on 32bit platforms
 2015-06-18 19:09 UTC  (2+ messages)

[PATCH net-next] x_table: align per cpu xt_counter
 2015-06-18 19:04 UTC  (5+ messages)

[PATCH iptables] xt_socket: add --restore-skmark option
 2015-06-18 19:03 UTC  (2+ messages)

[PATCH v2] nfnetlink_queue: add security context information
 2015-06-18 19:02 UTC  (17+ messages)
  ` [PATCH v3] "
                  ` [PATCH v3] nfnetlink_queue: add security context informationg
                    ` [PATCH] libmnl: security context retrieval in nf-queue example

[PATCH nf-next, v2 1/3] netfilter: xt_TEE: always allocate private area
 2015-06-18 18:13 UTC  (3+ messages)
` =?y?q?=5BPATCH=20nf-next=2C=20v2=202/3=5D=20netfilter=3A=20move=20generic=20TEE=20code=20from=20xtables=20to=20nf=5Ftee=5Fipv=7B4=2C6=7D=20modules?=
` [PATCH nf-next, v2 3/3] netfilter: nf_tables: add nft_tee expression

Kedves Email felhasználói;
 2015-06-18 14:38 UTC 

[PATCH COLO-Frame v6 00/31] COarse-grain LOck-stepping(COLO) Virtual Machines for Non-stop Service
 2015-06-18  8:58 UTC 

[RFC] COLO Proxy Module
 2015-06-18  6:37 UTC 

[PATCH 0/5] nft trace
 2015-06-17 20:07 UTC  (6+ messages)
` [PATCH 1/5] parser: add trace command
` [PATCH 2/5] netlink: delinarize chain policy
` [PATCH 3/5] rule: make cache creation a function
` [PATCH 4/5] trace: implement commands action
` [PATCH 5/5] trace: add log for packets

[PATCH nf-next 0/3] netfilter: socket lookup function refactoring, cgroup match fixes
 2015-06-17 11:28 UTC  (8+ messages)
` [PATCH nf-next 1/3] netfilter: factor out helpers from xt_socket into separate modules
` [PATCH nf-next 2/3] netfilter: x_tables: fix cgroup's NF_INET_LOCAL_IN sk lookups
` [PATCH nf-next 3/3] netfilter: nft_meta: fix cgroup socket lookups

iptables nftables compat weirdness
 2015-06-17 10:28 UTC  (4+ messages)

[PATCH nft] parser_bison: allow to use mark as datatype for maps and sets
 2015-06-17 10:33 UTC  (5+ messages)

[PATCH nft,next-4.2,v2] src: add netdev family support
 2015-06-17  8:21 UTC  (2+ messages)

[PATCH nf-next 2/4] netfilter: xt_TEE: always allocate private area
 2015-06-17  6:05 UTC  (5+ messages)
` =?y?q?=5BPATCH=20nf-next=203/4=5D=20netfilter=3A=20move=20generic=20TEE=20code=20from=20xtables=20to=20nf=5Ftee=5Fipv=7B4=2C6=7D=20modules?=
  ` [PATCH nf-next 3/4] netfilter: move generic TEE code from xtables to nf_tee_ipv{4,6} modules

[PATCH iptables RFC 4/4] libxt_TCPOPTSTRIP: Use local copy of TCPOPTS constants
 2015-06-16 19:28 UTC  (2+ messages)

[patch] ipvs: prevent some underflows
 2015-06-16 19:28 UTC  (6+ messages)

[PATCH iptables 3/4] ip*_tables.h: Sync with upstream
 2015-06-16 19:24 UTC 

[PATCH iptables 2/4] xtables.h: Use <stdint.h> types
 2015-06-16 19:23 UTC 

[PATCH iptables 1/4] Sync with ethernetdb.h from ebtables
 2015-06-16 19:23 UTC 

[PATCH nft-sync] event.c: Include <signal.h> for signal names
 2015-06-16 19:23 UTC 

[libnetfilter_log PATCH 2/3] Convert kernel to stdint types
 2015-06-16 19:22 UTC  (5+ messages)

[PATCH nft] netlink: fix use-after-free netlink_events_cache_deltable()
 2015-06-16 16:13 UTC 

[PATCH nft,next-4.2] src: add netdev family support
 2015-06-16 16:01 UTC  (3+ messages)

[PATCH libnfnl] chain: add netdev family support
 2015-06-16 15:30 UTC 

[PATCH nft] datatype: fix packet mark type name
 2015-06-16 15:05 UTC 

[PATCH nf-next] netfilter: xt_socket: add XT_SOCKET_RESTORESKMARK flag
 2015-06-16 15:02 UTC  (3+ messages)

Matching MLD with ip6tables
 2015-06-16 14:52 UTC  (5+ messages)

[PATCH nf-next 1/2] netfilter: bridge: rename br_netfilter.c to br_netfilter_hooks.c
 2015-06-16 12:39 UTC  (3+ messages)
` [PATCH nf-next 2/2] netfilter: bridge: split ipv6 code out of the core


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