netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-08-24 09:58:19 to 2012-09-10 06:42:46 UTC [more...]

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

[PATCH] ipvs: use list_del_init instead of list_del/INIT_LIST_HEAD
 2012-09-10  0:01 UTC  (2+ messages)

[PATCH 0/2] TCP conntrack patches
 2012-09-09 20:11 UTC  (4+ messages)
` [PATCH 1/2] netfilter: Mark SYN/ACK packets as invalid from original direction
` [PATCH 2/2] netfilter: Validate the sequence number of dataless ACK packets as well

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] conntrackd: make conntrackd namespace aware
 2012-09-06 20:33 UTC  (5+ messages)

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

[PATCH] netfilter: fix out-of-bounds access in nat addr selection
 2012-09-05 20:10 UTC 

[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  (15+ messages)

Re[3]: [PATCH 2/3] ipvs: Fix faulty IPv6 extension header handling in IPVS
 2012-09-04  7:26 UTC  (8+ 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()

[PATCH] properly annotate ipv4_netfilter_{init,fini}()
 2012-09-03 15:32 UTC  (2+ messages)

[PATCH 2/2] netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_queue()
 2012-09-03 15:31 UTC  (2+ messages)

[PATCH 1/2] netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_iterate()
 2012-09-03 15:31 UTC  (2+ messages)

[PATCH] pgsql: add SSL connection implementation to PGSQL plugin
 2012-09-03 12:00 UTC  (7+ messages)

[RFC ulogd patch 0/1] Implement conntrack event filter in NFCT input
 2012-09-03  7:36 UTC  (3+ messages)

[ulogd patch 0/5] nfacct and pgsql update
 2012-09-02 20:03 UTC  (5+ messages)
` [PATCH 5/5] nfacct: add timestamp option

URIs of Netfilter Git repos
 2012-09-02 13:54 UTC  (2+ messages)

[PATCH 0/6] netfilter updates for 3.6-rc
 2012-08-31 19:15 UTC  (8+ messages)
` [PATCH 1/6] netfilter: nfnetlink_log: fix NLA_PUT macro removal bug
` [PATCH 2/6] ipvs: fix error return code
` [PATCH 3/6] netfilter: ctnetlink: fix error return code in init path
` [PATCH 4/6] netfilter: nfnetlink_log: "
` [PATCH 5/6] netfilter: nf_nat_sip: fix incorrect handling of EBUSY for RTCP expectation
` [PATCH 6/6] netfilter: nf_conntrack: fix racy timer handling with reliable events

Re[2]: Re[3]: [PATCH 2/3] ipvs: Fix faulty IPv6 extension header handling in IPVS
 2012-08-31 10:22 UTC  (4+ messages)
`  "

[PATCH 00/18] netfilter: IPv6 NAT
 2012-08-31  9:29 UTC  (2+ messages)

[PATCH] death_by_event() does not check IPS_DYING_BIT - race condition against ctnetlink_del_conntrack
 2012-08-31  9:27 UTC  (16+ messages)

[PATCH 00/19] netfilter: IPv6 NAT
 2012-08-30  6:54 UTC  (27+ messages)
` [PATCH 01/19] ipv4: fix path MTU discovery with connection tracking
` [PATCH 02/19] Cleaning up the IPv6 MTU checking in the IPVS xmit code, by using a common helper function __mtu_check_toobig_v6()
` [PATCH 03/19] netfilter: nf_conntrack_ipv6: improve fragmentation handling
` [PATCH 04/19] netfilter: nf_conntrack_ipv6: fix tracking of ICMPv6 error messages containing fragments
` [PATCH 05/19] netfilter: nf_conntrack: restrict NAT helper invocation to IPv4
` [PATCH 06/19] netfilter: nf_nat: add protoff argument to packet mangling functions
` [PATCH 07/19] netfilter: add protocol independent NAT core
` [PATCH 08/19] netfilter: ipv6: expand skb head in ip6_route_me_harder after oif change
` [PATCH 09/19] net: core: add function for incremental IPv6 pseudo header checksum updates
` [PATCH 10/19] netfilter: ipv6: add IPv6 NAT support
` [PATCH 11/19] netfilter: ip6tables: add MASQUERADE target
` [PATCH 12/19] netfilter: ip6tables: add REDIRECT target
` [PATCH 13/19] netfilter: ip6tables: add NETMAP target
` [PATCH 14/19] netfilter: nf_nat: support IPv6 in FTP NAT helper
` [PATCH 15/19] netfilter: nf_nat: support IPv6 in amanda "
` [PATCH 16/19] netfilter: nf_nat: support IPv6 in SIP "
` [PATCH 17/19] netfilter: nf_nat: support IPv6 in IRC "
` [PATCH 18/19] netfilter: nf_nat: support IPv6 in TFTP "
` [PATCH 19/19] netfilter: ip6tables: add stateless IPv6-to-IPv6 Network Prefix Translation target

[PATCH] netfilter: xt_socket: fix compilation warnings with gcc 4.7
 2012-08-30  1:58 UTC 

[PATCH 1/7] ipvs: fix error return code
 2012-08-30  1:35 UTC  (7+ messages)
` [PATCH 7/7] net/netfilter/nf_conntrack_netlink.c: "
` [PATCH 6/7] net/netfilter/nfnetlink_log.c: "

[PATCH] netfilter: nf_nat_sip: fix incorrect handling of EBUSY for RTCP expectation
 2012-08-30  1:24 UTC 

Re[2]: Re[3]: [PATCH 2/3] ipvs: Fix faulty IPv6 extension header handling in IPVS
 2012-08-29 12:36 UTC 

[PATCH 00/19] netfilter: IPv6 NAT
 2012-08-29  9:04 UTC  (31+ messages)
` [PATCH 05/19] netfilter: nf_conntrack_ipv6: improve fragmentation handling
                  ` [PATCH 0/2] net: ipvs and netfilter IPv6 defrag MTU handling
                    ` [PATCH 1/2] ipvs: IPv6 MTU checking cleanup and bugfix
                    ` [PATCH 2/2] ipvs: Extend MTU check to account for IPv6 NAT defrag changes
                          ` [PATCH V2 0/2] net: ipvs and netfilter IPv6 defrag MTU handling
                            ` [PATCH V2 1/2] ipvs: IPv6 MTU checking cleanup and bugfix
                            ` [PATCH V2 2/2] ipvs: Extend MTU check to account for IPv6 NAT defrag changes

[PATCH] netfilter: remove pointless conditional before kfree_skb()
 2012-08-28 13:14 UTC 

[PATCH] netfilter: nfnetlink_queue: remove pointless conditional before kfree_skb()
 2012-08-28 13:14 UTC 

[PATCH 1/2] netfilter: xt_CT: refactorize xt_ct_tg_check
 2012-08-28 10:53 UTC  (2+ messages)
` [PATCH 2/2] netfilter: nf_conntrack: add nf_ct_timeout_lookup

Re[2]: [PATCH 2/3] ipvs: Fix faulty IPv6 extension header handling in IPVS
 2012-08-27 11:13 UTC  (2+ messages)

[PATCH] [RFC] death_by_event() does not check IPS_DYING_BIT - race condition against ctnetlink_del_conntrack
 2012-08-27  9:44 UTC 

[RFC Patch net-next] ipv6: unify conntrack reassembly expire code with standard one
 2012-08-24 10:13 UTC  (5+ messages)

[PATCH] tests: conntrackd: fix compile errors and warnings
 2012-08-24  9:58 UTC  (2+ messages)


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