netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-24 00:53:31 to 2015-10-06 07:33:36 UTC [more...]

[PATCH] ipvs: Remove unused net variable from ip_vs_out
 2015-10-06  7:33 UTC  (4+ messages)

[PATCH 1/2 v3] netfilter: nfnetlink_queue: get rid of nfnetlink_queue_ct.c
 2015-10-06  2:12 UTC  (11+ messages)
` [PATCH 2/2 v3] netfilter: rename nfnetlink_queue_core.c to nfnetlink_queue.c
  ` [PATCHv2 nf-next 0/4] netfilter: nfnetlink_log attach conntrack information
    ` [PATCHv2 nf-next 1/4] netfilter: nfnetlink_queue: rename related to nfqueue attaching conntrack info
    ` [PATCHv2 nf-next 2/4] netfilter: Kconfig rename QUEUE_CT to GLUE_CT
    ` [PATCHv2 nf-next 3/4] netfilter: nf_conntrack_netlink: add const qualifier to nfnl_hook.get_ct
    ` [PATCHv2 nf-next 4/4] netfilter: nfnetlink_log: allow to attach conntrack
        ` [PATCHv2 nf-next 0/1] netfilter: nfnetlink_queue: check NFQA_CFG_F_CONNTRACK config flag
          ` [PATCHv2 nf-next 1/1] "

[PATCH v3] libmnl: Drop the EXPORT_SYMBOL() tags
 2015-10-06  1:36 UTC  (3+ messages)

[PATCH v4] libmnl: Drop the EXPORT_SYMBOL() tags
 2015-10-06  1:27 UTC 

[PATCH libmnl 0/2] Introduce mnl_socket_open2()
 2015-10-05 18:50 UTC  (10+ messages)
` [PATCH libmnl 1/2] socket: introduce mnl_socket_open2()
` [PATCH libmnl 2/2] examples: use mnl_socket_open2()

[PATCH v2] libmnl: Drop the EXPORT_SYMBOL() tags
 2015-10-05 17:45 UTC  (3+ messages)

[PATCH nf-next] netfilter: bridge: fix 2 compiler warnings
 2015-10-05 16:13 UTC 

[lnf-queue PATCH] nlmsg: add lacking attributes validation
 2015-10-05 15:36 UTC  (2+ messages)

[PATCH] netfilter: remove dead code
 2015-10-05 15:32 UTC  (2+ messages)

[PATCH nf 1/3] netfilter: conntrack: fix crash on timeout object removal
 2015-10-05 15:08 UTC  (4+ messages)
` [PATCH nf 2/3] nfnetlink_cttimeout: add rcu_barrier() on module removal
` [PATCH nf 3/3] netfilter: xt_CT: don't put back reference to timeout policy object

[PATCH next 0/30] Passing net through the netfilter hooks
 2015-10-05 10:40 UTC  (26+ messages)
` [PATCH next 0/14] netfilter: Stop guessing net
  ` [PATCH next 0/15] netfilter: Stop guessing net (take 2)
    ` [PATCH next 0/5] netfilter: Pass net into ip_route_me_harder
      ` [PATCH next 1/5] ipv4: Push struct net down into nf_send_reset
      ` [PATCH next 2/5] netfilter: Push struct net down into nf_afinfo.reroute
      ` [PATCH next 3/5] netfilter: ipt_SYNPROXY: Pass snet into synproxy_send_tcp
      ` [PATCH next 4/5] ipv4: Pass struct net into ip_route_me_harder
      ` [PATCH next 5/5] ipv6: Pass struct net into ip6_route_me_harder
      ` [PATCH net-next 0/6] net: Pass net through ip fragmention
        ` [PATCH net-next 1/6] openvswitch: Pass net into ovs_vport_output
        ` [PATCH net-next 2/6] openvswitch: Pass net into ovs_fragment
        ` [PATCH net-next 3/6] ipv4: Pass struct net through ip_fragment
        ` [PATCH net-next 4/6] ipv6: Pass struct net through ip6_fragment
            ` [PATCH net-next 7/6] ipv6: Add missing newline to __xfrm6_output_finish
        ` [PATCH net-next 5/6] bridge: Remove br_nf_push_frag_xmit_sk
        ` [PATCH net-next 6/6] openvswitch: Remove ovs_vport_output_sk

[PATCH 00/12] net: assorted y2038 changes
 2015-10-05 10:17 UTC  (5+ messages)
` [PATCH 08/12] nfnetlink: use y2038 safe timestamp

[PATCH 1/1] netfilter: ftp: Check data size before copy them into FTP buffer
 2015-10-05  9:07 UTC  (4+ messages)

Lucky Email Winner
 2015-10-04 22:37 UTC 

[PATCH nf-next,v2] netfilter: ctnetlink: remove function inline declaration
 2015-10-04 23:38 UTC  (4+ messages)

[PATCH -next 0/8] netfilter: don't copy init ns hooks to new namespaces
 2015-10-04 19:58 UTC  (11+ messages)
` [PATCH -next 1/8] netfilter: ingress: don't use nf_hook_list_active
` [PATCH -next 2/8] netfilter: add and use nf_ct_netns_get/put
` [PATCH -next 3/8] netfilter: conntrack: register hooks in netns when needed by ruleset
` [PATCH -next 4/8] netfilter: xtables: don't register table hooks in namespace at init time
` [PATCH -next 5/8] netfilter: defrag: only register defrag functionality if needed
` [PATCH -next 6/8] netfilter: nat: depend on conntrack module
` [PATCH -next 7/8] netfilter: bridge: register hooks only when bridge interface is added
` [PATCH -next 8/8] netfilter: don't call nf_hook_state_init/_hook_slow unless needed

[PATCH] netfilter: ctnetlink: remove function inline declaration
 2015-10-04 19:01 UTC  (2+ messages)

[PATCH nf-next] netfilter: nfnetlink_queue: use y2038 safe timestamp
 2015-10-04 18:27 UTC 

[PATCH RFC 0/7] netfilter: introduce new chain type for local socket input
 2015-10-02 13:52 UTC  (21+ messages)
` [PATCH RFC 1/7] netfilter: add socket to struct nft_pktinfo
` [PATCH RFC 2/7] netfilter: nft_meta: look at pkt->sk rather than skb->sk
` [PATCH RFC 3/7] netfilter: add NF_INET_LOCAL_SOCKET_IN chain type
` [PATCH RFC 4/7] net: tcp_ipv4, udp_ipv4: hook up LOCAL_SOCKET_IN netfilter chains
` [PATCH RFC 5/7] net: tcp_ipv6, udp_ipv6: "
` [PATCH RFC 6/7] net: sctp: "
` [PATCH RFC 7/7] net: dccp: "

[PATCH nf-next] netfilter: Line layout whitespace fixes
 2015-10-02 11:19 UTC  (4+ messages)

[PATCH] libmnl: Drop the EXPORT_SYMBOL() tags
 2015-10-02  1:38 UTC  (3+ messages)

[GIT PULL nf-next] Third Round of IPVS Updates for v4.4
 2015-10-02  1:04 UTC  (2+ messages)
` [PATCH nf-next] ipvs: Don't protect ip_vs_addr_is_unicast with CONFIG_SYSCTL

[libmnl] Creating netlink socket with SOCK_CLOEXEC flag
 2015-10-01 18:50 UTC  (3+ messages)

[conntrackd] allowing DisableExternalCache in alarm mode
 2015-10-01 18:26 UTC  (6+ messages)

[PATCH nf-next v2 1/2] netfilter: nfnetlink_queue: get rid of nfnetlink_queue_ct.c
 2015-10-01 12:22 UTC  (4+ messages)
` [PATCH nf-next v2 2/2] netfilter: rename nfnetlink_queue_core.c to nfnetlink_queue.c

[PATCH] libmnl: Failed to build with clang, incompatible EXPORT_SYMBOL(x) macro
 2015-10-01 11:12 UTC  (8+ messages)

[PATCH nft] expression: provide clone operation for set element ops
 2015-09-30 22:46 UTC 

[PATCH 1/2 nf-next] netfilter: nfnetlink_queue: get rid of nfnetlink_queue_ct.c
 2015-09-30 22:10 UTC  (5+ messages)
` [PATCH 2/2 nf-next] netfilter: rename nfnetlink_queue_core.c to nfnetlink_queue.c

[PATCH RFC 0/3] Rework nfnetlink_queue conntrack support
 2015-09-30 22:10 UTC  (8+ messages)
      ` [PATCH nf-next 1/3] netfilter: nfnetlink_queue: rename related to nfqueue attaching conntrack info
      ` [PATCH nf-next 3/3] netfilter: nfnetlink_log: allow to attach conntrack

[PATCH 00/90] Netfilter/IPVS updates for net-next
 2015-09-30  4:48 UTC  (2+ messages)

[PATCH nf] netfilter: fix Kconfig dependencies for nf_dup_ipv{4,6}
 2015-09-29 19:13 UTC 

[PATCH conntrack-tools] conntrack: add zone direction support
 2015-09-29 18:40 UTC  (2+ messages)

[PATCH nf-next] bridge: Pass net into br_validate_ipv4 and br_validate_ipv6
 2015-09-29 18:32 UTC  (2+ messages)

[PATCH libnetfilter_conntrack] conntrack: add zone attribute to tuple
 2015-09-29 18:39 UTC  (2+ messages)

[PATCH iptables v2] libxt_CT: add support for recently introduced zone options
 2015-09-29 18:38 UTC  (2+ messages)

[PATCH v2 iptables] added missing icmpv6 codes in REJECT
 2015-09-29 18:35 UTC  (2+ messages)

[PATCH nft 1/2] src: add dup statement support
 2015-09-29 18:27 UTC  (2+ messages)
` [PATCH nft 2/2] tests: add tests for dup

[PATCH libnftnl] expr: dup: fix missing space in text output
 2015-09-29 18:25 UTC 

[GIT PULL nf-next 00/84] Second Round of IPVS Updates for v4.4
 2015-09-29  0:55 UTC  (26+ messages)
` [PATCH nf-next 01/84] ipvs: Hoist computation of ipvs earlier in sctp_conn_schedule
` [PATCH nf-next 05/84] ipvs: Store ipvs not net in struct ip_vs_conn_param
` [PATCH nf-next 08/84] ipvs: Pass ipvs not net to ip_vs_svc_fwm_hashkey
` [PATCH nf-next 09/84] ipvs: Pass ipvs not net to __ip_vs_svc_fwm_find
` [PATCH nf-next 10/84] ipvs: Pass ipvs not net to ip_vs_svc_hashkey
` [PATCH nf-next 11/84] ipvs: Pass ipvs not net to __ip_vs_service_find
` [PATCH nf-next 14/84] ipvs: Pass ipvs not net to ip_vs_find_dest
` [PATCH nf-next 15/84] ipvs: Pass ipvs not net to ip_vs_trash_cleanup
` [PATCH nf-next 20/84] ipvs: Pass ipvs not net to ip_vs_flush
` [PATCH nf-next 23/84] ipvs: Cache ipvs in ip_vs_in_icmp and ip_vs_in_icmp_v6
` [PATCH nf-next 31/84] ipvs: Pass ipvs not net to ip_vs_genl_new_daemon
` [PATCH nf-next 38/84] ipvs: Pass ipvs not net to ip_vs_process_message
` [PATCH nf-next 40/84] ipvs: Pass ipvs not net to ip_vs_sync_conn
` [PATCH nf-next 47/84] ipvs: Pass ipvs not net to ip_vs_random_drop_entry
` [PATCH nf-next 51/84] ipvs: Pass ipvs not net to ip_vs_estimator_net_init and ip_vs_estimator_cleanup
` [PATCH nf-next 54/84] ipvs: Pass ipvs not net to register_ip_vs_app_inc
` [PATCH nf-next 55/84] ipvs: Pass ipvs not net to register_ip_vs_app and unregister_ip_vs_app
` [PATCH nf-next 56/84] ipvs: Pass ipvs not net into ip_vs_app_inc_release
` [PATCH nf-next 59/84] ipvs: Pass ipvs not net into init_netns and exit_netns
` [PATCH nf-next 71/84] ipvs: Better derivation of ipvs in ip_vs_in_stats and ip_vs_out_stats
` [PATCH nf-next 79/84] ipvs: Pass ipvs through ip_vs_route_me_harder into sysctl_snat_reroute
  ` [PATCH] ipvs: Don't protect ip_vs_addr_is_unicast with CONFIG_SYSCTL

[PATCH nft 1/2] src: allow filtering on L2 header in inet family
 2015-09-26  3:14 UTC  (2+ messages)
` [PATCH nft 2/2] rule: don't reorder protocol payload expressions when merging

Fetching interface name
 2015-09-25 13:53 UTC  (3+ messages)

[PATCH]: netfilter: ftp/irc/sane/sip/tftp: Fix the kernel panic when load these modules with duplicated ports
 2015-09-25 11:20 UTC  (2+ messages)
  ` 答复: "

NFQUEUE filtering strategy
 2015-09-25  0:33 UTC 

NFQUEUE parallelization
 2015-09-24 22:18 UTC  (4+ messages)

SIP messages with no/invalid CSeq are dropped by nf_ct_sip, 400 Bad Request is expected instead
 2015-09-24 11:49 UTC  (3+ messages)

[PATCH Resolved UMA issue] netfilter: icmp: Enhance the return value check of nf_nat_icmp(v6)_reply_translation
 2015-09-24 10:13 UTC  (2+ messages)
  ` 答复: "

[PATCH next 00/84] ipvs: Stop guessing the network namespace (take 2)
 2015-09-24  1:38 UTC  (5+ messages)
` [PATCH next 02/84] ipvs: Don't use current in proc_do_defense_mode


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