netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-06-11 14:43:37 to 2012-06-26 03:58:23 UTC [more...]

[PATCH 01/13] netfilter: fix problem with proto register
 2012-06-26  3:58 UTC  (17+ messages)
` [PATCH 02/13] netfilter: add parameter proto for l4proto.init_net
` [PATCH 03/13] netfilter: add nf_ct_kfree_compat_sysctl_table to make codes clear
` [PATCH 04/13] netfilter: regard users as refcount for l4proto's per-net data
` [PATCH 05/13] netfilter: fix memory leak when register sysctl failed
` [PATCH 06/13] netfilter: merge tcpv[4,6]_net_init into tcp_net_init
` [PATCH 07/13] netfilter: merge udpv[4,6]_net_init into udp_net_init
` [PATCH 08/13] netfilter: nf_conntrack_l4proto_udplite[4,6] cleanup
` [PATCH 09/13] netfilter: merge sctpv[4,6]_net_init into sctp_net_init
` [PATCH 10/13] netfilter: nf_conntrack_l4proto_generic cleanup
` [PATCH 11/13] netfilter: nf_conntrack_l4proto_dccp[4,6] cleanup
` [PATCH 12/13] netfilter: nf_conntrack_l4proto_icmp cleanup
` [PATCH 13/13] netfilter: nf_conntrack_l4proto_icmpv6 cleanup

libnfnetlink: build updates
 2012-06-25 18:37 UTC  (2+ messages)
` [PATCH] build: remove unnecessary AC_EXEEXT

libnetfilter_queue: build updates
 2012-06-25 18:35 UTC  (3+ messages)
` [PATCH 1/2] build: remove unnecessary AC_EXEEXT
` [PATCH 2/2] build: remove unused lines in Makefile.am

libnetfilter_log: build updates
 2012-06-25 18:34 UTC  (3+ messages)
` [PATCH 1/2] build: remove unnecessary pkgconfig->config.status dependency
` [PATCH 2/2] build: remove unused lines in Makefile.am

libnetfilter_cttimeout: build updates
 2012-06-25 18:31 UTC  (2+ messages)
` [PATCH] build: remove unnecessary pkgconfig->config.status dependency

libnetfilter_cthelper: build updates
 2012-06-25 18:27 UTC  (2+ messages)
` [PATCH] build: remove unnecessary pkgconfig->config.status dependency

libnetfilter_conntrack: build updates
 2012-06-25 18:25 UTC  (2+ messages)
` [PATCH] build: move library flags to CPPFLAGS

libnetfilter_acct: build updates
 2012-06-25 18:19 UTC  (2+ messages)
` [PATCH] build: remove unnecessary pkgconfig->config.status dependency

[PATCH 1/1] netfilter: make net/stat/nf_conntrack procfs available again
 2012-06-25 14:02 UTC 

[PATCH] netfilter: ipvs: fix dst leak in __ip_vs_addr_is_local_v6
 2012-06-25 13:11 UTC  (2+ messages)

[PATCH] netfilter: ipset: hash:net,iface: fix interface comparision
 2012-06-25 13:11 UTC  (2+ messages)

[PATCH 0/4] netfilter updates for net-next (upcoming 3.6), batch 4
 2012-06-24  0:14 UTC  (6+ messages)
` [PATCH 1/4] netfilter: nfq_ct_hook needs __rcu and __read_mostly
` [PATCH 2/4] netfilter: nfnetlink_queue: fix compilation with CONFIG_NF_NAT=m and CONFIG_NF_CT_NETLINK=y
` [PATCH 3/4] netfilter: nfnetlink_queue: fix sparse warning due to missing include
` [PATCH 4/4] netfilter: ctnetlink: fix compilation with NF_CONNTRACK_EVENTS=n

linux-next: Tree for Jun 21 (netfilter)
 2012-06-23  0:19 UTC  (2+ messages)

[xt-addons][PATCH 0/4] psd match cleanup patches
 2012-06-21 17:13 UTC  (6+ messages)
` [PATCH 1/4] psd: rip out scanlogd leftovers
` [PATCH 2/4] psd: add basic validation of userspace matchinfo data
` [PATCH 3/4] psd: reduce size of struct host
` [PATCH 4/4] psd: move defines to user/kernelspace part where possible

2.6.39.4: nf_ct_delete_from_lists & death_by_timeout kernel panic
 2012-06-21 11:00 UTC 

Journey of a network packet through linux 2.6 network stack
 2012-06-19 13:15 UTC  (10+ messages)

[PATCH net-next v2 01/12] netfilter: fix problem with proto register
 2012-06-19 11:39 UTC  (25+ messages)
` [PATCH net-next v2 02/12] netfilter: add parameter proto for l4proto.init_net
` [PATCH net-next v2 03/12] netfilter: add nf_ct_kfree_compat_sysctl_table to make codes clear
` [PATCH net-next v2 04/12] netfilter: regard users as refcount for l4proto's per-net data
` [PATCH net-next v2 05/12] netfilter: merge tcpv[4,6]_net_init into tcp_net_init
` [PATCH net-next v2 06/12] netfilter: merge udpv[4,6]_net_init into udp_net_init
` [PATCH net-next v2 07/12] netfilter: nf_conntrack_l4proto_udplite[4,6] cleanup
` [PATCH net-next v2 08/12] netfilter: merge sctpv[4,6]_net_init into sctp_net_init
` [PATCH net-next v2 09/12] netfilter: nf_conntrack_l4proto_generic cleanup
` [PATCH net-next v2 10/12] netfilter: nf_conntrack_l4proto_dccp[4,6] cleanup
` [PATCH net-next v2 11/12] netfilter: nf_conntrack_l4proto_icmp cleanup
` [PATCH net-next v2 12/12] netfilter: nf_conntrack_l4proto_icmpv6 cleanup

[PATCH 0/4] netfilter updates for net-next (batch 3)
 2012-06-19  4:09 UTC  (8+ messages)
` [PATCH 1/4] netfilter: ctnetlink: fix NULL dereference while trying to change helper
` [PATCH 2/4] netfilter: nf_ct_helper: disable automatic helper re-assignment of different type
` [PATCH 3/4] netfilter: fix compilation of the nfnl_cthelper if NF_CONNTRACK is unset
` [PATCH 4/4] netfilter: nfnetlink_queue: fix compilation with NF_CONNTRACK disabled

linux-next borked with CONFIG_NF_CONNTRACK=n
 2012-06-19  3:21 UTC  (3+ messages)

linux-next: Tree for Jun 18 (netfilter nfconntrack)
 2012-06-19  3:19 UTC  (2+ messages)

netfilter: nf_ct_helper: implement variable length helper private data
 2012-06-18 13:13 UTC 

[PATCH] properly annotate ipv4_netfilter_{init,fini}()
 2012-06-18 10:18 UTC 

How to fix 'undefined symbol: ip6tc_ops'
 2012-06-18  9:39 UTC  (4+ messages)

(unknown)
 2012-06-18  2:43 UTC 

[ANNOUNCE] ulogd 2.0.0 release
 2012-06-17 12:07 UTC 

[PATCH 0/7] netfilter updates for net-next (upcoming 3.6), batch 2
 2012-06-16 22:24 UTC  (9+ messages)
` [PATCH 1/7] netfilter: nf_ct_helper: allocate 16 bytes for the helper and policy names
` [PATCH 2/7] netfilter: nf_ct_ext: support variable length extensions
` [PATCH 3/7] netfilter: nf_ct_helper: implement variable length helper private data
` [PATCH 4/7] netfilter: add glue code to integrate nfnetlink_queue and ctnetlink
` [PATCH 5/7] netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangled
` [PATCH 6/7] netfilter: ctnetlink: add CTA_HELP_INFO attribute
` [PATCH 7/7] netfilter: add user-space connection tracking helper infrastructure

Re[3]: [RFC] netfilter: xt_TEE: IPv4 Don't Fragmet options
 2012-06-16 13:57 UTC  (4+ messages)
  `  "

Netfilter Debugging tips
 2012-06-16  9:55 UTC  (2+ messages)

[PATCH 01/10] netfilter: fix problem with proto register
 2012-06-15 12:30 UTC  (22+ messages)
` [PATCH 02/10] netfilter: add parameter proto for l4proto.init_net
` [PATCH 03/10] netfilter: add nf_ct_kfree_compat_sysctl_table to make codes clear
` [PATCH 04/10] netfilter: regard users as refcount for l4proto's per-net data
` [PATCH 05/10] netfilter: merge tcpv[4,6]_net_init into tcp_net_init
` [PATCH 06/10] merge udpv[4,6]_net_init into udp_net_init
` [PATCH 07/10] netfilter: nf_conntrack_l4proto_udplite[4,6] cleanup
` [PATCH 08/10] netfilter: merge sctpv[4,6]_net_init into sctp_net_init
` [PATCH 09/10] netfilter: nf_conntrack_l4proto_generic cleanup
` [PATCH 10/10] netfilter: nf_conntrack_l4proto_dccp[4,6] cleanup

Re[2]: [RFC] netfilter: xt_TEE: IPv4 Don't Fragmet options
 2012-06-15 10:00 UTC  (2+ messages)

Regarding connection mappings to module data structures
 2012-06-15  5:57 UTC  (3+ messages)

[RFC] netfilter: xt_TEE: IPv4 Don't Fragmet options
 2012-06-14 23:55 UTC  (5+ messages)

Re[2]: [RFC] netfilter: xt_TEE: IPv4 Don't Fragmet options
 2012-06-14 21:41 UTC 

Re[2]: [RFC] netfilter: xt_TEE: IPv4 Don't Fragmet options
 2012-06-14 19:50 UTC 

[PATCH 0/7] [RFCv2] new user-space connection tracking helper infrastructure
 2012-06-12 22:46 UTC  (10+ messages)
` [PATCH 1/7] netfilter: nf_ct_helper: allocate 16 bytes for the helper and policy names
` [PATCH 2/7] netfilter: nf_ct_ext: support variable length extensions
` [PATCH 3/7] netfilter: nf_ct_helper: implement variable length helper private data
` [PATCH 4/7] netfilter: add glue code to integrate nfnetlink_queue and ctnetlink
` [PATCH 5/7] netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangled
` [PATCH 6/7] netfilter: ctnetlink: add CTA_HELP_INFO attribute
` [PATCH 7/7] netfilter: add user-space connection tracking helper infrastructure

[PATCH 0/2] netfilter updates for net tree (3.5-rc2)
 2012-06-12 22:20 UTC  (4+ messages)
` [PATCH 1/2] netfilter: xt_HMARK: fix endianness and provide consistent hashing
` [PATCH 2/2] netfilter: nf_ct_h323: fix bug in rtcp natting

Having expectations live past the master connection's lifetime
 2012-06-12 18:04 UTC  (3+ messages)

[PATCH 00/25] netfilter updates from net-next (upcoming 3.6)
 2012-06-11 20:08 UTC  (27+ messages)
` [PATCH 01/25] netfilter: remove include/linux/netfilter_ipv4/ipt_addrtype.h
` [PATCH 02/25] netfilter: xt_connlimit: remove revision 0
` [PATCH 03/25] netfilter: Add fail-open support
` [PATCH 04/25] netfilter: nf_conntrack: prepare namespace support for l4 protocol trackers
` [PATCH 05/25] netfilter: nf_conntrack: prepare namespace support for l3 "
` [PATCH 06/25] netfilter: nf_ct_generic: add namespace support
` [PATCH 07/25] netfilter: nf_ct_tcp: "
` [PATCH 08/25] netfilter: nf_ct_udp: "
` [PATCH 09/25] netfilter: nf_ct_icmp: "
` [PATCH 10/25] "
` [PATCH 11/25] netfilter: nf_ct_ipv4: "
` [PATCH 12/25] netfilter: nf_ct_ipv6: "
` [PATCH 13/25] netfilter: nf_ct_sctp: "
` [PATCH 14/25] netfilter: nf_ct_udplite: "
` [PATCH 15/25] netfilter: nf_ct_dccp: use new "
` [PATCH 16/25] netfilter: nf_ct_gre: "
` [PATCH 17/25] netfilter: nf_conntrack: remove now unused sysctl for nf_conntrack_l[3|4]proto
` [PATCH 18/25] netfilter: nf_conntrack: add namespace support for cttimeout
` [PATCH 19/25] netfilter: NFQUEUE: don't xor src/dst ip address for load distribution
` [PATCH 20/25] netfilter: xt_recent: add address masking option
` [PATCH 21/25] netfilter: decnet: switch hook PFs to nfproto
` [PATCH 22/25] netfilter: bridge: "
` [PATCH 23/25] netfilter: ipv4, defrag: "
` [PATCH 24/25] netfilter: ipvs: "
` [PATCH 25/25] netfilter: selinux: "


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