messages from 2008-10-04 19:41:36 to 2008-10-08 10:47:16 UTC [more...]
netfilter 00/79: netfilter update
2008-10-08 10:47 UTC (41+ messages)
` netfilter 01/79: Use unsigned types for hooknum and pf vars
` netfilter 02/79: rename ipt_recent to xt_recent
` netfilter 03/79: xt_recent: IPv6 support
` netfilter 04/79: Introduce NFPROTO_* constants
` netfilter 05/79: x_tables: use NFPROTO_* in extensions
` netfilter 06/79: implement NFPROTO_UNSPEC as a wildcard for extensions
` netfilter 07/79: netns: remove nf_*_net() wrappers
` netfilter 08/79: netns: ip6table_raw in netns for real
` netfilter 09/79: netns: ip6table_mangle "
` netfilter 10/79: netns: ip6t_REJECT "
` netfilter 11/79: netns nf_conntrack: add netns boilerplate
` netfilter 12/79: netns nf_conntrack: add ->ct_net pointer from conntrack to netns
` netfilter 13/79: netns nf_conntrack: per-netns conntrack count
` netfilter 14/79: netns nf_conntrack: per-netns conntrack hash
` netfilter 15/79: netns: fix {ip,6}_route_me_harder() in netns
` netfilter 16/79: netns nf_conntrack: per-netns expectations
` netfilter 17/79: netns nf_conntrack: per-netns unconfirmed list
` netfilter 18/79: netns nf_conntrack: pass netns pointer to nf_conntrack_in()
` netfilter 19/79: netns nf_conntrack: pass netns pointer to L4 protocol's ->error hook
` netfilter 20/79: netns nf_conntrack: per-netns /proc/net/nf_conntrack, /proc/net/stat/nf_conntrack
` netfilter 21/79: netns nf_conntrack: per-netns /proc/net/nf_conntrack_expect
` netfilter 22/79: netns nf_conntrack: per-netns /proc/net/ip_conntrack, /proc/net/stat/ip_conntrack, /proc/net/ip_conntrack_expect
` netns 23/79: export netns list
` netfilter 24/79: netns nf_conntrack: unregister helper in every netns
` netfilter 25/79: netns nf_conntrack: cleanup after L3 and L4 proto unregister "
` netfilter 26/79: netns nf_conntrack: pass conntrack to nf_conntrack_event_cache() not skb
` netfilter 27/79: netns nf_conntrack: per-netns event cache
` netfilter 28/79: netns nf_conntrack: per-netns statistics
` netfilter 29/79: netns nf_conntrack: per-netns /proc/net/stat/nf_conntrack, /proc/net/stat/ip_conntrack
` netfilter 30/79: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_count sysctl
` netfilter 31/79: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_checksum sysctl
` netfilter 32/79: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_log_invalid sysctl
` netfilter 33/79: netns nf_conntrack: per-netns conntrack accounting
` netfilter 34/79: netns nf_conntrack: final netns tweaks
` netfilter 35/79: netns nf_conntrack: SIP conntracking in netns
` netfilter 36/79: netns nf_conntrack: H323 "
` netfilter 37/79: netns nf_conntrack: GRE "
` netfilter 38/79: netns nf_conntrack: PPTP "
` netfilter 39/79: netns nat: fix ipt_MASQUERADE "
` netfilter 40/79: netns nat: per-netns NAT table
[NETFILTER 2.6.16]: conntrack: fix {nf,ip}_ct_iterate_cleanup endless loops
2008-10-08 10:27 UTC
More patches (read this)
2008-10-08 9:27 UTC (54+ messages)
` [PATCH 01/23] netfilter: move Ebtables to use Xtables
` [PATCH 02/23] netfilter: x_tables: output bad hook mask in hexadecimal
` [PATCH 03/23] netfilter: ebtables: use generic table checking
` [PATCH 04/23] netfilter: implement hotdrop for Ebtables
` [PATCH 05/23] netfilter: remove unused Ebtables functions
` [PATCH 06/23] netfilter: remove redundant casts from Ebtables
` [PATCH 07/23] netfilter: xtables: do centralized checkentry call (1/2)
` netfilter: ebtables: fix one wrong return value
` [PATCH 08/23] netfilter: xtables: do centralized checkentry call (2/2)
` [PATCH 09/23] netfilter: ip6tables: fix name of hopbyhop in Kconfig
` [PATCH 10/23] netfilter: ip6tables: fix Kconfig entry dependency for ip6t_LOG
` [PATCH 11/23] netfilter: ebtables: make BRIDGE_NF_EBTABLES a menuconfig option
` [PATCH 12/23] netfilter: xtables: sort extensions alphabetically in Kconfig
` [PATCH 13/23] netfilter: xtables: use "if" blocks "
` [PATCH 14/23] netfilter: xtables: move extension arguments into compound structure (1/6)
` [PATCH 15/23] netfilter: xtables: move extension arguments into compound structure (2/6)
` [PATCH 16/23] netfilter: xtables: move extension arguments into compound structure (3/6)
` [PATCH 17/23] netfilter: xtables: move extension arguments into compound structure (4/6)
` [PATCH 18/23] netfilter: xtables: move extension arguments into compound structure (5/6)
` [PATCH 19/23] netfilter: xtables: move extension arguments into compound structure (6/6)
` [PATCH 20/23] netfilter: xtables: provide invoked family value to extensions
` [PATCH 21/23] netfilter: xtables: cut down on static data for family-independent extensions
` [PATCH 22/23] netfilter: xtables: use NFPROTO_UNSPEC in more extensions
` [PATCH 23/23] netfilter: xtables: remove bogus mangle table dependency of connmark
[iptables PATCH 1/2] [TPROXY] Add userspace component of the TPROXY target
2008-10-08 7:21 UTC (2+ messages)
[iptables PATCH 1/2] [TPROXY] Add userspace component of the TPROXY target
2008-10-08 7:15 UTC (2+ messages)
` [iptables PATCH 2/2] [TPROXY] Add userspace component of the socket match
TEE for IPv6
2008-10-08 1:09 UTC
[net-next PATCH 00/16] Transparent proxying patches, take six
2008-10-08 0:32 UTC (10+ messages)
` [net-next PATCH 16/16] Add documentation
` [patch] Update tproxy documentation
[net-next PATCH 10/16] Don't lookup the socket if there's a socket attached to the skb
2008-10-07 19:41 UTC (17+ messages)
` [net-next PATCH] Add udplib_lookup_skb() helpers (was: [net-next PATCH 10/16] Don't lookup the socket if there's a socket attached to the skb)
` [net-next PATCH] Add udplib_lookup_skb() helpers
` [net-next PATCH] Don't lookup the socket if there's a socket attached to the skb (was: Re: [net-next PATCH 10/16] Don't lookup the socket if there's a socket attached to the skb)
` [net-next PATCH] Don't lookup the socket if there's a socket attached to the skb
RFC: net/netfilter reorganization
2008-10-07 17:44 UTC (30+ messages)
[PATCH] TPROXY cleanups
2008-10-07 6:32 UTC (6+ messages)
conntrack-tools unknown protocol search by number
2008-10-06 20:46 UTC (3+ messages)
[PATCH RFC] xt_layer7
2008-10-06 19:48 UTC (6+ messages)
[PATCH] Don't call nf_log_packet in NFLOG module
2008-10-06 19:40 UTC
[PATCH 1/1] netfilter: ebtables: fix one wrong return value
2008-10-06 17:45 UTC
iptables execution with sudo fails
2008-10-06 13:19 UTC (3+ messages)
[PATCH 01/16] [NETFILTER]: Re-add missing checkentry calls
2008-10-06 11:34 UTC (8+ messages)
` [PATCH 14/16] [NETFILTER]: Provide invoked family value to extensions
` [PATCH 16/16] [NETFILTER]: Use NFPROTO_UNSPEC in more extensions
[NETFILTER]: Move extensions' arguments into compound structure (1/2)
2008-10-06 10:18 UTC (14+ messages)
iptables not working with monolithic 2.6.26.5 kernel on ARM
2008-10-06 10:09 UTC (14+ messages)
Alignment problem with ebt_among
2008-10-06 0:57 UTC (5+ messages)
Connection Protocol in the state?
2008-10-05 20:52 UTC (4+ messages)
nf-next-2.6.git tree updated
2008-10-05 14:00 UTC (4+ messages)
Expectation not quite up to where I want it
2008-10-04 22:36 UTC
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