netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-10-18 14:26:34 to 2010-10-21 15:20:14 UTC [more...]

[PATCH 00/72] netfilter: netfilter update for 2.6.37
 2010-10-21 15:19 UTC  (60+ messages)
` [PATCH 01/72] netfilter: nf_nat: add nf_nat_csum()
` [PATCH 02/72] netfilter: use NFPROTO_IPV4 instead of AF_INET
` [PATCH 03/72] netfilter: nf_nat_core: don't check if the tuple is used if there is no other choice
` [PATCH 04/72] netfilter: nf_nat: no IP_NAT_RANGE_MAP_IPS flags when alloc_null_binding()
` [PATCH 05/72] netfilter: nf_conntrack: fix the hash random initializing race
` [PATCH 06/72] ipvs: extend connection flags to 32 bits
` [PATCH 07/72] ipvs: netfilter connection tracking changes
` [PATCH 08/72] ipvs: make rerouting optional with snat_reroute
` [PATCH 09/72] netfilter: save the hash of the tuple in the original direction for latter use
` [PATCH 10/72] ipvs: changes related to service usecnt
` [PATCH 11/72] netfilter: nf_nat: better error handling of nf_ct_expect_related() in helpers
` [PATCH 12/72] netfilter: ctnetlink: missing validation of CTA_EXPECT_ZONE attribute
` [PATCH 13/72] netfilter: ctnetlink: allow to specify the expectation flags
` [PATCH 14/72] netfilter: ctnetlink: add support for user-space expectation helpers
` [PATCH 15/72] netfilter: nf_conntrack_sip: Allow ct_sip_get_header() to be called with a null ct argument
` [PATCH 16/72] netfilter: nf_conntrack_sip: Add callid parser
` [PATCH 17/72] IPVS: compact ip_vs_sched_persist()
` [PATCH 18/72] IPVS: Add struct ip_vs_conn_param
` [PATCH 19/72] IPVS: Allow null argument to ip_vs_scheduler_put()
` [PATCH 20/72] IPVS: ip_vs_{un,}bind_scheduler NULL arguments
` [PATCH 21/72] IPVS: Add struct ip_vs_pe
` [PATCH 22/72] IPVS: Add persistence engine data to /proc/net/ip_vs_conn
` [PATCH 23/72] IPVS: management of persistence engine modules
` [PATCH 24/72] IPVS: Allow configuration of persistence engines
` [PATCH 25/72] IPVS: Fallback if persistence engine fails
` [PATCH 26/72] IPVS: sip persistence engine
` [PATCH 27/72] netfilter: nf_nat: make find/put static
` [PATCH 28/72] netfilter: ipt_LOG: add bufferisation to call printk() once
` [PATCH 29/72] netfilter: remove duplicated include
` [PATCH 30/72] netfilter: unregister nf hooks, matches and targets in the reverse order
` [PATCH 31/72] netfilter: add missing xt_log.h file
` [PATCH 32/72] netfilter: xtables: resolve indirect macros 1/3
` [PATCH 33/72] netfilter: xtables: resolve indirect macros 2/3
` [PATCH 34/72] netfilter: xtables: resolve indirect macros 3/3
` [PATCH 35/72] netfilter: xtables: unify {ip,ip6,arp}t_error_target
` [PATCH 36/72] netfilter: xtables: remove unused defines
` [PATCH 37/72] IPVS: ip_vs_dbg_callid() is only needed for debugging
` [PATCH 38/72] netfilter: fix kconfig unmet dependency warning
` [PATCH 39/72] netfilter: install missing ebtables headers for userspace
` [PATCH 40/72] netfilter: ctnetlink: add expectation deletion events
` [PATCH 41/72] ipvs: IPv6 tunnel mode
` [PATCH 42/72] Fixed race condition at ip_vs.ko module init
` [PATCH 43/72] ipvs: fix CHECKSUM_PARTIAL for TCP, UDP
` [PATCH 44/72] ipvs: optimize checksums for apps
` [PATCH 45/72] ipvs: switch to notrack mode
` [PATCH 46/72] ipvs: do not schedule conns from real servers
` [PATCH 47/72] ipvs: stop ICMP from FORWARD to local
` [PATCH 48/72] ipvs: fix CHECKSUM_PARTIAL for TUN method
` [PATCH 49/72] ipvs: create ip_vs_defrag_user
` [PATCH 50/72] ipvs: move ip_route_me_harder for ICMP
` [PATCH 51/72] ipvs: changes for local real server
` [PATCH 52/72] ipvs: changes for local client
` [PATCH 53/72] ipvs: inherit forwarding method in backup
` [PATCH 54/72] ipvs: provide address family for debugging
` [PATCH 64/72] tproxy: added IPv6 socket lookup function to nf_tproxy_core
` [PATCH 66/72] tproxy: added IPv6 support to the socket match
` [PATCH 68/72] netfilter: ebtables: remove unused definitions
` [PATCH 69/72] netfilter: xtables: add a missing pair of parentheses
` [PATCH 72/72] netfilter: ebtables: replace EBT_WATCHER_ITERATE macro

[RFC PATCH 1/9] ipvs network name space aware
 2010-10-21 15:18 UTC  (13+ messages)

Ebtables cleanup patches
 2010-10-21 15:13 UTC  (7+ messages)
` [PATCH 1/5] netfilter: ebtables: remove unused definitions
` [PATCH 2/5] netfilter: xtables: add a missing pair of parentheses
` [PATCH 3/5] netfilter: ebtables: replace EBT_ENTRY_ITERATE macro
` [PATCH 4/5] netfilter: ebtables: replace EBT_MATCH_ITERATE macro
` [PATCH 5/5] netfilter: ebtables: replace EBT_WATCHER_ITERATE macro

[PATCH v2 0/9] tproxy: add IPv6 support
 2010-10-21 14:48 UTC  (23+ messages)
` [PATCH v2 4/9] tproxy: added tproxy sockopt interface in the IPV6 layer
` [PATCH v2 6/9] tproxy: added IPv6 socket lookup function to nf_tproxy_core
` [PATCH v2 1/9] tproxy: split off ipv6 defragmentation to a separate module
` [PATCH v2 5/9] tproxy: allow non-local binds of IPv6 sockets if IP_TRANSPARENT is enabled
` [PATCH v2 7/9] tproxy: added IPv6 support to the TPROXY target
` [PATCH v2 2/9] tproxy: added const specifiers to udp lookup functions
` [PATCH v2 3/9] tproxy: added udp6_lib_lookup function
` [PATCH v2 9/9] tproxy: use the interface primary IP address as a default value for --on-ip
` [PATCH v2 8/9] tproxy: added IPv6 support to the socket match

[PATCH 00/12] ipvs: changes for local server and local client
 2010-10-21 14:36 UTC  (6+ messages)

[RFC PATCH 5/9] ipvs network name space aware
 2010-10-21 14:34 UTC  (9+ messages)

[GIT PULL nf-next-2.6] ipvs + nf_net
 2010-10-21 14:27 UTC  (2+ messages)

[PATCH] nf_nat: restrict ICMP translation for embedded header
 2010-10-21 11:27 UTC  (4+ messages)

[PATCH 0/3] tproxy fixes for current upstream code
 2010-10-21 11:08 UTC  (7+ messages)
` [PATCH 1/3] tproxy: kick out TIME_WAIT sockets in case a new connection comes in with the same tuple
` [PATCH 2/3] tproxy: add lookup type checks for UDP in nf_tproxy_get_sock_v4()
` [PATCH 3/3] tproxy: fix hash locking issue when using port redirection in __inet_inherit_port()

[PATCH 0/9] tproxy: add IPv6 support
 2010-10-21 10:32 UTC  (22+ messages)
` [PATCH 4/9] tproxy: added tproxy sockopt interface in the IPV6 layer
` [PATCH 7/9] tproxy: added IPv6 support to the TPROXY target
` [PATCH 6/9] tproxy: added IPv6 socket lookup function to nf_tproxy_core
` [PATCH 2/9] tproxy: added const specifiers to udp lookup functions
` [PATCH 3/9] tproxy: added udp6_lib_lookup function
` [PATCH 1/9] tproxy: split off ipv6 defragmentation to a separate module
` [PATCH 5/9] tproxy: allow non-local binds of IPv6 sockets if IP_TRANSPARENT is enabled
` [PATCH 8/9] tproxy: added IPv6 support to the socket match
` [PATCH 9/9] tproxy: use the interface primary IP address as a default value for --on-ip

[PATCH] Fixed race condition at ip_vs.ko module init
 2010-10-21  8:31 UTC  (2+ messages)

[RFC PATCH 3/9] ipvs network name space aware
 2010-10-21  8:22 UTC  (4+ messages)

[ULOGD2] UNIXSOCK plugin (v5b)
 2010-10-20 11:44 UTC  (3+ messages)
` [PATCH 1/2] Add new input plugin UNIXSOCK
` [PATCH 2/2] Add helper script pcap2ulog

libmnl build system patches
 2010-10-20  9:37 UTC  (15+ messages)
` [PATCH 01/10] build: just use autoreconf
` [PATCH 02/10] build: do not abuse AM_INIT_AUTOMAKE for autoconf options
` [PATCH 03/10] build: automake options should be in AM_INIT_AUTOMAKE
` [PATCH 04/10] build: use subdir-objects and CC_C_O
` [PATCH 05/10] build: run autoupdate
` [PATCH 06/10] build: rebuild .pc files when configure status changed
` [PATCH 07/10] build: resolve compiler warnings
` [PATCH 08/10] build: remove unneeded -dynamic -ldl -nostartfiles flags
` [PATCH 09/10] build: default to not build static libraries
` [PATCH 10/10] Add .gitignore files

[RFC PATCH 0/9] ipvs network name space (netns) aware
 2010-10-20  9:17 UTC  (4+ messages)

[PATCH] net: make ctl_path local and const
 2010-10-20  5:10 UTC  (7+ messages)

libnetfilter-queue and the Callback
 2010-10-19 17:31 UTC 

ipset-5 build patches
 2010-10-19 16:12 UTC  (9+ messages)
` [PATCH 1/8] build: just use autoreconf
` [PATCH 2/8] build: resolve autoreconf/libtoolize suggestions
` [PATCH 3/8] build: add separate option for kernel source directory
` [PATCH 4/8] build: use libmnl's pkgconfig files
` [PATCH 5/8] build: remove manual -fPIC flag
` [PATCH 6/8] build: use subdir-objects and CC_C_O
` [PATCH 7/8] build: run autoupdate
` [PATCH 8/8] Add .gitignore files

iptables: option precedence order change
 2010-10-19 15:16 UTC  (2+ messages)
` [PATCH] libxtables: change option precedence order to be intuitive

[RFC 0/3] MPEG2/TS drop analyzer iptables match extension
 2010-10-19 14:27 UTC  (4+ messages)
` [RFC 1/3] MPEG2/TS drop analyzer file: xt_mp2t.h
` [RFC 2/3] MPEG2/TS drop analyzer file: xt_mp2t.c
` [RFC 3/3] MPEG2/TS drop analyzer file: libxt_mp2t.c

[PATCH] xtables-addons: match packets based on status of grsecurity RBAC
 2010-10-19 11:08 UTC  (3+ messages)

[patch v5 00/12] IPVS: SIP Persistence Engine
 2010-10-19 10:03 UTC  (5+ messages)
` [patch v5 04/12] IPVS: Add struct ip_vs_conn_param
  ` [patch v5 04/12] IPVS: Add struct ip_vs_conn_param, IPv6 forgotten ?
    ` [patch v5 04/12] IPVS: Add struct ip_vs_conn_param, IPv6 forgotten No

[patch v4.1] ipvs: IPv6 tunnel mode
 2010-10-19  8:40 UTC  (2+ messages)

[PATCH] netfilter: ctnetlink: add expectation deletion events
 2010-10-19  8:20 UTC  (4+ messages)

Question about ebtables
 2010-10-19  8:00 UTC  (3+ messages)

[PATCH] secmark: do not return early if there was no error
 2010-10-18 22:48 UTC  (3+ 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).