netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-06-14 10:07:19 to 2012-06-29 12:29:41 UTC [more...]

BUG: NULL pointer in ctnetlink_conntrack_event
 2012-06-29 12:29 UTC 

[PATCH 0/3] Nfnetlink and ipset fixes
 2012-06-29 11:15 UTC  (9+ messages)
` [PATCH 1/3] nfnetlink: Check callbacks before using those in nfnetlink_rcv_msg
` [PATCH 2/3] ipset: Handle properly an IPSET_CMD_NONE
` [PATCH 3/3] nfnetlink: Unlock a previously locked rcu_read in nfnetlink_rcv_msg

[RFC PATCH net-next] ipvs: add missing lock in ip_vs_ftp_init_conn()
 2012-06-29  9:04 UTC  (5+ messages)

IPv6 fragment packet handling
 2012-06-29  5:39 UTC 

ipv6 tarpitting
 2012-06-28 18:45 UTC  (3+ messages)

IPv6 fragment packet handling
 2012-06-28 15:50 UTC 

[feature request] IPv6 match the second and further fragments
 2012-06-28 13:16 UTC 

Redirect target for IPv6 inclusion
 2012-06-28 10:08 UTC  (4+ messages)

[PATCH 1/1] Replace 'owner' in SDP enums with more correct 'origin'
 2012-06-28  6:05 UTC 

[PATCH 1/1] netfilter: make net/stat/nf_conntrack procfs available again
 2012-06-27 15:23 UTC  (4+ messages)

[RFC] [PATCH] netfilter: nfnetlink_queue: Don't set random flag bits
 2012-06-27 10:59 UTC 

[PATCH 01/13] netfilter: fix problem with proto register
 2012-06-27  9:05 UTC  (23+ 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

Problem: soft lockup in nf_conntrack(?)
 2012-06-26 18:14 UTC 

libnfnetlink: build updates
 2012-06-26 14:53 UTC  (3+ messages)
` [PATCH] build: remove unnecessary AC_EXEEXT

libnetfilter_queue: build updates
 2012-06-26 14:52 UTC  (4+ 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-26 14:51 UTC  (4+ 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-26 14:50 UTC  (4+ messages)
` [PATCH] build: remove unnecessary pkgconfig->config.status dependency

libnetfilter_conntrack: build updates
 2012-06-26 14:48 UTC  (3+ messages)
` [PATCH] build: move library flags to CPPFLAGS

libnetfilter_acct: build updates
 2012-06-26 14:48 UTC  (3+ messages)
` [PATCH] build: remove unnecessary pkgconfig->config.status dependency

[PATCH] netfilter: ipset: hash:net,iface: fix interface comparision
 2012-06-26 13:35 UTC  (4+ messages)

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

[PATCH] netfilter: ipvs: fix dst leak in __ip_vs_addr_is_local_v6
 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 


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