messages from 2008-10-06 12:15:31 to 2008-10-09 16:52:09 UTC [more...]
[PATCH 1/8] [PATCH] get rid of module refcounting in ctnetlink
2008-10-09 16:43 UTC (15+ messages)
` [PATCH 2/8] [PATCH] connection tracking helper name persistent aliases
` [PATCH 3/8] [PATCH] Helper modules load-on-demand support for ctnetlink
` [PATCH 4/8] [PATCH] use EOPNOTSUPP instead of EINVAL if the conntrack has no helper
` [PATCH 5/8] [PATCH] deliver events for conntracks created via ctnetlink
` [PATCH 6/8] [PATCH] bump the expectation helper name
` [PATCH 7/8] [PATCH] dynamic calculation of event message size for ctnetlink
` [PATCH 8/8] [PATCH] remove module dependency between ctnetlink and nf_nat
[PATCH][libnetfilter_conntrack] add support for explicit helper assignment
2008-10-09 16:26 UTC (2+ messages)
Move libipt_recent to libxt_recent
2008-10-09 15:09 UTC (2+ messages)
[PATCH RFC] xt_layer7
2008-10-09 13:59 UTC (9+ messages)
[PATCH] Don't call nf_log_packet in NFLOG module
2008-10-09 13:54 UTC (5+ messages)
[PATCH] [PATCH] use nf_conntrack_get instead of atomic_inc
2008-10-09 8:37 UTC
netfilter 00/79: netfilter update
2008-10-08 17:29 UTC (81+ 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 41/79: netns nat: per-netns bysource hash
` netfilter 42/79: netns nf_conntrack: fixup DNAT in netns
` netfilter 43/79: netns nat: PPTP NAT "
` netfilter 44/79: enable netfilter "
` netfilter 45/79: split netfilter IPv4 defragmentation into a separate module
` netfilter 46/79: iptables tproxy core
` netfilter 47/79: iptables socket match
` netfilter 48/79: iptables TPROXY target
` netfilter 49/79: Add documentation for tproxy
` netfilter 50/79: ebtables: do centralized size checking
` netfilter 51/79: change return types of check functions for Ebtables extensions
` netfilter 52/79: change return types of match functions for ebtables extensions
` netfilter 53/79: Change return types of targets/watchers for Ebtables extensions
` netfilter 54/79: add dummy members to Ebtables code to ease transition to Xtables
` netfilter 55/79: ebt_among: obtain match size through different means
` netfilter 56/79: change Ebtables function signatures to match Xtables's
` netfilter 57/79: move Ebtables to use Xtables
` netfilter 58/79: x_tables: output bad hook mask in hexadecimal
` netfilter 59/79: ebtables: use generic table checking
` netfilter 60/79: implement hotdrop for Ebtables
` netfilter 61/79: remove unused Ebtables functions
` netfilter 62/79: remove redundant casts from Ebtables
` netfilter 63/79: ebtables: fix one wrong return value
` netfilter 64/79: xtables: do centralized checkentry call (1/2)
` netfilter 65/79: ip6tables: fix name of hopbyhop in Kconfig
` netfilter 66/79: ip6tables: fix Kconfig entry dependency for ip6t_LOG
` netfilter 67/79: ebtables: make BRIDGE_NF_EBTABLES a menuconfig option
` netfilter 68/79: xtables: sort extensions alphabetically in Kconfig
` netfilter 69/79: xtables: use "if" blocks "
` netfilter 70/79: xtables: move extension arguments into compound structure (1/6)
` netfilter 71/79: xtables: move extension arguments into compound structure (2/6)
` netfilter 72/79: xtables: move extension arguments into compound structure (3/6)
` netfilter 73/79: xtables: move extension arguments into compound structure (4/6)
` netfilter 74/79: xtables: move extension arguments into compound structure (5/6)
` netfilter 75/79: xtables: move extension arguments into compound structure (6/6)
` netfilter 76/79: xtables: provide invoked family value to extensions
` netfilter 77/79: xtables: cut down on static data for family-independent extensions
` netfilter 78/79: xtables: use NFPROTO_UNSPEC in more extensions
` netfilter 79/79: xtables: remove bogus mangle table dependency of connmark
Expectation not quite up to where I want it
2008-10-08 13:07 UTC (2+ messages)
[Fwd: [PATCH 2.4]: ip6t_{hbh,dst}: Rejects not-strict mode on rule insersion]
2008-10-08 12:55 UTC (3+ messages)
[iptables PATCH 1/2] [TPROXY] Add userspace component of the TPROXY target
2008-10-08 12:33 UTC (5+ messages)
` [iptables PATCH 2/2] [TPROXY] Add userspace component of the socket match
[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 07/23] netfilter: xtables: do centralized checkentry call (1/2)
` netfilter: ebtables: fix one wrong return value
` [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
` [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 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
[iptables PATCH 1/2] [TPROXY] Add userspace component of the TPROXY target
2008-10-08 7:21 UTC (2+ messages)
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 (15+ 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 1/1] netfilter: ebtables: fix one wrong return value
2008-10-06 17:45 UTC
RFC: net/netfilter reorganization
2008-10-06 16:17 UTC (6+ messages)
iptables execution with sudo fails
2008-10-06 13:19 UTC (3+ 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).