netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-09-03 19:24:59 to 2012-09-18 03:05:35 UTC [more...]

[PATCH net-next 0/4] ipv6: fix the reassembly expire code in nf_conntrack
 2012-09-18  3:04 UTC  (13+ messages)
` [PATCH 1/4] ipv6: add a new namespace for nf_conntrack_reasm
` [PATCH 2/4] ipv6: unify conntrack reassembly expire code with standard one
` [PATCH 3/4] ipv6: make ip6_frag_nqueues() and ip6_frag_mem() static inline
` [PATCH 4/4] ipv6: unify fragment thresh handling code

[PATCH] New Target Extension OBSF
 2012-09-18  0:04 UTC  (2+ messages)

[PATCH v2 0/7][xt-addons] xt_psd: ipv6 support
 2012-09-17 12:55 UTC  (8+ messages)
` [PATCH 1/7] xt_psd: remove unneeded variables, make hash unsigned
` [PATCH 2/7] xt_psd: split struct host into generic and af-dependent structure
` [PATCH 3/7] xt_psd: move table cleanup into helper
` [PATCH 4/7] xt_psd: use tcph->dest directly
` [PATCH 5/7] xt_psd: move l4 header fetching into helper
` [PATCH 6/7] xt_psd: move ipv4 state locking responsibility to caller
` [PATCH 7/7] psd: add ipv6 support

Allocating and destroying connection-related data
 2012-09-17 12:31 UTC  (2+ messages)

[PATCH] libxt_time: add support to ignore day transition
 2012-09-17 11:02 UTC  (4+ messages)
` [PATCH] netfilter: xt_time: "

Help parsing options with iptables extension
 2012-09-17 10:22 UTC  (7+ messages)

[PATCH 00/11][xt-addons] xt_psd: ipv6 support
 2012-09-17  7:35 UTC  (14+ messages)
` [PATCH 01/11] xt_psd: consider protocol when searching port list
` [PATCH 02/11] xt_psd: move parts of main match function to helpers
` [PATCH 03/11] xt_psd: avoid if (c=h) do {..} while (c = c->next)
` [PATCH 04/11] xt_psd: move match functionality to helpers
` [PATCH 05/11] xt_psd: remove unneeded variables
` [PATCH 06/11] xt_psd: split struct host into generic and af-dependent structure
` [PATCH 07/11] xt_psd: move table cleanup into helper
` [PATCH 08/11] xt_psd: use tcph->dest directly
` [PATCH 09/11] xt_psd: move l4 header fetching into helper
` [PATCH 10/11] xt_psd: move ipv4 state locking responsibility to caller
` [PATCH 11/11] psd: add ipv6 support

业务咨询
 2012-09-16 13:47 UTC 

conntrack tuple
 2012-09-16  0:08 UTC  (3+ messages)

[PATCH V2] netfilter/iptables: Fix log-level processing
 2012-09-14 18:03 UTC 

Oops with latest (netfilter) nf-next tree, when unloading iptable_nat
 2012-09-14 13:15 UTC  (4+ messages)

[PATCH] netfilter: Allow xt_nat.c and x_tables.c to compiled in
 2012-09-14 12:46 UTC  (6+ messages)

Combine two modules
 2012-09-14 11:53 UTC  (5+ messages)
` [PATCH 1/2] net: netfilter: combine ipt_NETMAP and ip6t_NETMAP
` [PATCH 2/2] net: netfilter: combine ipt_REDIRECT and ip6t_REDIRECT

Re[2]: [PATCH V3 0/8] ipvs: IPv6 fragment handling for IPVS
 2012-09-14  8:23 UTC  (2+ messages)

Ipset Problem
 2012-09-13 20:12 UTC  (3+ messages)

[PATCH 0/5] Netfilter updates for net-next
 2012-09-13 18:26 UTC  (7+ messages)
` [PATCH 1/5] netfilter: fix crash during boot if NAT has been compiled built-in
` [PATCH 2/5] netfilter: nf_nat: fix out-of-bounds access in address selection
` [PATCH 3/5] netfilter: nfnetlink_queue: remove pointless conditional before kfree_skb()
` [PATCH 4/5] ipvs: use list_del_init instead of list_del/INIT_LIST_HEAD
` [PATCH 5/5] netfilter: ctnetlink: fix module auto-load in ctnetlink_parse_nat

[PATCH 0/4] netfilter updates for 3.6-rc5
 2012-09-13 18:25 UTC  (6+ messages)
` [PATCH 1/4] netfilter: take care of timewait sockets
` [PATCH 2/4] netfilter: Mark SYN/ACK packets as invalid from original direction
` [PATCH 3/4] netfilter: Validate the sequence number of dataless ACK packets as well
` [PATCH 4/4] netfilter: log: Fix log-level processing

AW: ulogd syslogemu output garbage after kernel update (32 to 64bit)
 2012-09-13 11:09 UTC  (3+ messages)
`  "

xt_nat_init: BUG: unable to handle kernel NULL pointer dereference at 00000000000000e0
 2012-09-13 10:55 UTC  (5+ messages)

[PATCH] conntrackd: make conntrackd namespace aware
 2012-09-13  7:37 UTC  (8+ messages)

[PATCH V3 0/8] ipvs: IPv6 fragment handling for IPVS
 2012-09-12 22:57 UTC  (10+ messages)
` [PATCH V3 1/8] ipvs: Trivial changes, use compressed IPv6 address in output
` [PATCH V3 2/8] ipvs: IPv6 extend ICMPv6 handling for future types
` [PATCH V3 3/8] ipvs: Use config macro IS_ENABLED()
` [PATCH V3 4/8] ipvs: Fix bug in IPv6 NAT mangling of ports inside ICMPv6 packets
` [PATCH V3 5/8] ipvs: Fix faulty IPv6 extension header handling in IPVS
` [PATCH V3 6/8] ipvs: Complete IPv6 fragment handling for IPVS
` [PATCH V3 7/8] ipvs: API change to avoid rescan of IPv6 exthdr
` [PATCH V3 8/8] ipvs: SIP fragment handling

help with conntrack
 2012-09-12 22:07 UTC  (3+ messages)

[PATCH] netfilter/iptables: Fix log-level processing
 2012-09-12 15:25 UTC  (4+ messages)
    ` [PATCH V2] "

[PATCH] netfilter: xt_LOG: avoid using old-style "<.>" printk prefix
 2012-09-12 15:06 UTC  (4+ messages)

netfilter.org is down
 2012-09-11 16:24 UTC 

[PATCH] netfilter: ctnetlink: fix module auto-load in ctnetlink_create_conntrack
 2012-09-11 15:52 UTC 

recommendations on implementing a custom Netfilter hook to QUEUE packets before their SEQ/ACK and size before fragmentation are known?
 2012-09-11 12:31 UTC  (2+ messages)

[PATCHv2] conntrackd: make conntrackd namespace aware
 2012-09-11  2:50 UTC 

[PATCH] build: make clean removes .*.d and *.d
 2012-09-10 13:44 UTC  (3+ messages)
` [PATCH] build: have `make clean` remove dep files too

[PATCH] ipvs: use list_del_init instead of list_del/INIT_LIST_HEAD
 2012-09-10  9:16 UTC  (3+ messages)

[PATCH] netfilter: nfnetlink_queue: remove pointless conditional before kfree_skb()
 2012-09-10  9:15 UTC  (2+ messages)

[PATCH] netfilter: fix out-of-bounds access in nat addr selection
 2012-09-10  9:14 UTC  (2+ messages)

ulogd syslogemu output garbage after kernel update (32 to 64bit)
 2012-09-10  6:36 UTC 

[PATCH 0/2] TCP conntrack patches
 2012-09-09 20:11 UTC  (2+ messages)

NULL pointer dereference in xt_register_target()
 2012-09-08 19:50 UTC  (11+ messages)
    ` [PATCH net-next] netfilter: x_tables: xt_init() should run earlier

[PATCH 1/2] iptables: fix wrong error messages
 2012-09-07 16:20 UTC  (4+ messages)
` [PATCH 2/2] extensions: libxt_addrtype: fix type in help message

[PATCH] netfilter: take care of timewait sockets
 2012-09-06 12:34 UTC  (4+ messages)

[PATCH] netfilter: fix crash during boot if NAT has been compiled built-in
 2012-09-05 16:37 UTC 

[PATCH 00/25] Netfilter updates for net-next
 2012-09-04 23:14 UTC  (28+ messages)
` [PATCH 01/25] ipvs: IPv6 MTU checking cleanup and bugfix
` [PATCH 02/25] netfilter: nf_conntrack_ipv6: improve fragmentation handling
` [PATCH 03/25] netfilter: nf_conntrack_ipv6: fix tracking of ICMPv6 error messages containing fragments
` [PATCH 04/25] netfilter: nf_conntrack: restrict NAT helper invocation to IPv4
` [PATCH 05/25] netfilter: nf_nat: add protoff argument to packet mangling functions
` [PATCH 06/25] netfilter: add protocol independent NAT core
` [PATCH 07/25] netfilter: ipv6: expand skb head in ip6_route_me_harder after oif change
` [PATCH 08/25] net: core: add function for incremental IPv6 pseudo header checksum updates
` [PATCH 09/25] netfilter: ipv6: add IPv6 NAT support
` [PATCH 10/25] netfilter: ip6tables: add MASQUERADE target
` [PATCH 11/25] netfilter: ip6tables: add REDIRECT target
` [PATCH 12/25] netfilter: ip6tables: add NETMAP target
` [PATCH 13/25] netfilter: nf_nat: support IPv6 in FTP NAT helper
` [PATCH 14/25] netfilter: nf_nat: support IPv6 in amanda "
` [PATCH 15/25] netfilter: nf_nat: support IPv6 in SIP "
` [PATCH 16/25] netfilter: nf_nat: support IPv6 in IRC "
` [PATCH 17/25] netfilter: nf_nat: support IPv6 in TFTP "
` [PATCH 18/25] netfilter: ip6tables: add stateless IPv6-to-IPv6 Network Prefix Translation target
` [PATCH 19/25] netfilter: xt_socket: fix compilation warnings with gcc 4.7
` [PATCH 20/25] netfilter: xt_CT: refactorize xt_ct_tg_check
` [PATCH 21/25] netfilter: nf_conntrack: add nf_ct_timeout_lookup
` [PATCH 22/25] netfilter: remove xt_NOTRACK
` [PATCH 23/25] netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_iterate()
` [PATCH 24/25] netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_queue()
` [PATCH 25/25] netfilter: properly annotate ipv4_netfilter_{init,fini}()

[PATCH 0/3] ipvs: IPv6 fragment handling for IPVS
 2012-09-04 21:25 UTC  (4+ messages)
` [PATCH 2/3] ipvs: Fix faulty IPv6 extension header handling in IPVS

[Patch net-next] netfilter: remove xt_NOTRACK
 2012-09-04 15:58 UTC  (13+ messages)

Re[3]: [PATCH 2/3] ipvs: Fix faulty IPv6 extension header handling in IPVS
 2012-09-04  7:26 UTC  (5+ messages)
` [RFC PATCH 0/2] RFC: Caching IPv6 exthdr in skb->cb[]
  ` [RFC PATCH 1/2] net: Cache IPv6 extension header "skip" parsing
  ` [RFC PATCH 2/2] netfilter: More users of ipv6_find_hdr_cb()


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