messages from 2012-08-17 09:12:08 to 2012-08-29 12:34:34 UTC [more...]
Re[2]: Re[3]: [PATCH 2/3] ipvs: Fix faulty IPv6 extension header handling in IPVS
2012-08-29 12:34 UTC (3+ messages)
` "
Re[3]: [PATCH 2/3] ipvs: Fix faulty IPv6 extension header handling in IPVS
2012-08-29 12:28 UTC (4+ messages)
[PATCH 00/19] netfilter: IPv6 NAT
2012-08-29 12:27 UTC (24+ 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 00/19] netfilter: IPv6 NAT
2012-08-29 9:04 UTC (40+ 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 13/19] netfilter: ip6tables: add MASQUERADE target
[PATCH] death_by_event() does not check IPS_DYING_BIT - race condition against ctnetlink_del_conntrack
2012-08-28 23:10 UTC (4+ messages)
[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
[PATCH 0/3] ipvs: IPv6 fragment handling for IPVS
2012-08-26 21:13 UTC (11+ messages)
` [PATCH 1/3] ipvs: Trivial changes, use compressed IPv6 address in output
` [PATCH 2/3] ipvs: Fix faulty IPv6 extension header handling in IPVS
` [PATCH 3/3] ipvs: Complete IPv6 fragment handling for IPVS
[Patch net-next] netfilter: remove xt_NOTRACK
2012-08-26 20:04 UTC (3+ messages)
[RFC Patch net-next] ipv6: unify conntrack reassembly expire code with standard one
2012-08-24 10:13 UTC (6+ messages)
[PATCH] tests: conntrackd: fix compile errors and warnings
2012-08-24 9:58 UTC (2+ messages)
Re[2]: [PATCH 05/19] netfilter: nf_conntrack_ipv6: improve fragmentation handling
2012-08-23 14:49 UTC (4+ messages)
Building xtables-addons
2012-08-23 13:19 UTC (4+ messages)
Xtables-addons: man/SYSRQ sample script
2012-08-23 13:12 UTC (2+ messages)
[PATCH 2/2] netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_queue()
2012-08-23 6:00 UTC
[PATCH 0/2] netfilter: code refine for using new interface 'list_for_each_entry_continue_rcu'
2012-08-23 5:59 UTC
[PATCH 1/2] netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_iterate()
2012-08-23 5:59 UTC
[PATCH 00/10] netfilter updates for net-next (batch 1)
2012-08-23 2:10 UTC (12+ messages)
` [PATCH 01/10] ipvs: ip_vs_ftp depends on nf_conntrack_ftp helper
` [PATCH 02/10] ipvs: generalize app registration in netns
` [PATCH 03/10] ipvs: fixed sparse warning
` [PATCH 04/10] ipvs: implement passive PMTUD for IPIP packets
` [PATCH 05/10] ipvs: add pmtu_disc option to disable IP DF for TUN packets
` [PATCH 06/10] netfilter: PTR_RET can be used
` [PATCH 07/10] netfilter: sparse endian fixes
` [PATCH 08/10] netfilter: nf_conntrack: remove unnecessary RTNL locking
` [PATCH 09/10] netfilter: replace list_for_each_continue_rcu with new interface
` [PATCH 10/10] netfilter: remove unnecessary goto statement for error recovery
[PATCH 00/18] netfilter: IPv6 NAT
2012-08-22 22:48 UTC (35+ messages)
` [PATCH 01/18] ipv4: fix path MTU discovery with connection tracking
` [PATCH 02/18] netfilter: nf_conntrack_ipv6: improve fragmentation handling
` [PATCH 03/18] netfilter: nf_conntrack_ipv6: fix tracking of ICMPv6 error messages containing fragments
` [PATCH 04/18] netfilter: nf_conntrack: restrict NAT helper invocation to IPv4
` [PATCH 05/18] netfilter: nf_nat: add protoff argument to packet mangling functions
` [PATCH 06/18] netfilter: add protocol independant NAT core
` [PATCH 07/18] netfilter: ipv6: expand skb head in ip6_route_me_harder after oif change
` [PATCH 08/18] net: core: add function for incremental IPv6 pseudo header checksum updates
` [PATCH 09/18] netfilter: ipv6: add IPv6 NAT support
` [PATCH 10/18] netfilter: ip6tables: add MASQUERADE target
` [PATCH 11/18] netfilter: ip6tables: add REDIRECT target
` [PATCH 12/18] netfilter: ip6tables: add NETMAP target
` [PATCH 13/18] netfilter: nf_nat: support IPv6 in FTP NAT helper
` [PATCH 14/18] netfilter: nf_nat: support IPv6 in amanda "
` [PATCH 15/18] netfilter: nf_nat: support IPv6 in SIP "
` [PATCH 16/18] netfilter: nf_nat: support IPv6 in IRC "
` [PATCH 17/18] netfilter: nf_nat: support IPv6 in TFTP "
` [PATCH 18/18] netfilter: ip6tables: add stateless IPv6-to-IPv6 Network Prefix Translation target
[PATCH net-next] ipv4/netfilter: remove unnecessary goto statement for error recovery
2012-08-22 22:33 UTC (2+ messages)
[PATCH 3/3] netfilter: replace list_for_each_continue_rcu with new interface
2012-08-22 22:32 UTC (3+ messages)
[PATCH 00/11] netlink: memory mapped I/O
2012-08-22 22:19 UTC (17+ messages)
` [PATCH 01/11] netlink: add symbolic value for congested state
` [PATCH 02/11] net: add function to allocate skbuff head without data area
` [PATCH 03/11] netlink: don't orphan skb in netlink_trim()
` [PATCH 04/11] netlink: add netlink_skb_set_owner_r()
` [PATCH 05/11] netlink: mmaped netlink: ring setup
` [PATCH 06/11] netlink: add mmap'ed netlink helper functions
` [PATCH 07/11] netlink: implement memory mapped sendmsg()
` [PATCH 08/11] netlink: implement memory mapped recvmsg()
` [PATCH 09/11] nfnetlink: add support for memory mapped netlink
` [PATCH 10/11] netlink: add flow control for memory mapped I/O
` [PATCH 11/11] netlink: add documentation "
[PATCH] ipvs: Fix GSO support for IPVS DR IPv6 mode
2012-08-22 11:11 UTC
[PATCH] libxt_tcp: print space before, not after "flags:"
2012-08-21 10:37 UTC (2+ messages)
Re[2]: [PATCH 0/3] ipvs: IPv6 fragment handling for IPVS
2012-08-21 6:35 UTC
[PATCH 0/3]: netfilter fixes
2012-08-20 14:53 UTC (7+ messages)
` [PATCH 1/3] netfilter: nfnetlink_log: fix NLA_PUT macro removal bug
` [PATCH 2/3] netfilter: sparse endian fixes
` [PATCH 3/3] netfilter: nf_conntrack: remove unnecessary RTNL locking
[PATCH] netfilter: PTR_RET can be used
2012-08-20 14:51 UTC (4+ messages)
[PATCH 0/5] netfilter fixes for 3.6-rc
2012-08-20 9:45 UTC (7+ messages)
` [PATCH 1/5] netfilter: nf_ct_sip: fix helper name
` [PATCH 2/5] netfilter: nf_ct_sip: fix IPv6 address parsing
` [PATCH 3/5] netfilter: nf_nat_sip: fix via header translation with multiple parameters
` [PATCH 4/5] netfilter: ctnetlink: fix missing locking while changing conntrack from nfqueue
` [PATCH 5/5] netfilter: nf_ct_expect: fix possible access to uninitialized timer
[PATCH net-next] ipv4/netfilter: remove unnecessary goto statement for error recovery
2012-08-20 2:43 UTC
netfilter code question
2012-08-19 11:11 UTC (2+ messages)
nfqueue max copy_range broken, how to fix/mitigate?
2012-08-17 10:53 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).