netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-04-09 18:33:19 to 2012-05-02 00:51:10 UTC [more...]

[PATCH RFC 1/2] netfilter: conntrack: remove RCU usage in conntrack notifier
 2012-05-02  0:51 UTC  (5+ messages)
` [PATCH RFC 2/2] netfilter: conntrack: replace mutex with cmpxchg

[PATCH v2 00/17] netfilter: add namespace support for netfilter protos
 2012-05-02  0:40 UTC  (20+ messages)
` [PATCH 01/17] netfilter: add struct nf_proto_net for register l4proto sysctl
` [PATCH 02/17] netfilter: add namespace support for l4proto
` [PATCH 03/17] netfilter: add namespace support for l3proto
` [PATCH 04/17] netfilter: add namespace support for l4proto_generic
` [PATCH 05/17] netfilter: add namespace support for l4proto_tcp
` [PATCH 06/17] netfilter: add namespace support for l4proto_udp
` [PATCH 07/17] netfilter: add namespace support for l4proto_icmp
` [PATCH 08/17] netfilter: add namespace support for l4proto_icmpv6
` [PATCH 09/17] netfilter: add namespace support for l3proto_ipv4
` [PATCH 10/17] netfilter: add namespace support for l3proto_ipv6
` [PATCH 11/17] netfilter: add namespace support for l4proto_sctp
` [PATCH 12/17] netfilter: add namespace support for l4proto_udplite
` [PATCH 13/17] netfilter: adjust l4proto_dccp to the nf_conntrack_l4proto_register
` [PATCH 14/17] netfilter: adjust l4proto_gre4 "
` [PATCH 15/17] netfilter: cleanup sysctl for l4proto and l3proto
` [PATCH 16/17] netfilter: add namespace support for cttimeout
` [PATCH 17/17] netfilter: cttimeout use pernet data of l4proto

[v12 PATCH 0/3] NETFILTER new target module, HMARK
 2012-05-02  0:34 UTC  (5+ messages)
` [v12 PATCH 1/3] NETFILTER added flags to ipv6_find_hdr()
` [v12 PATCH 2/3] NETFILTER module xt_hmark, new target for HASH based fwmark
` [v12 PATCH 3/3] NETFILTER userspace part for target HMARK

[PATCH 0/8] netfilter updates for 3.4-rc5
 2012-04-30 17:23 UTC  (10+ messages)
` [PATCH 1/8] ipvs: Verify that IP_VS protocol has been registered
` [PATCH 2/8] ipvs: fix crash in ip_vs_control_net_cleanup on unload
` [PATCH 3/8] ipvs: add check in ftp for initialized core
` [PATCH 4/8] ipvs: reset ipvs pointer in netns
` [PATCH 5/8] ipvs: null check of net->ipvs in lblc(r) shedulers
` [PATCH 6/8] ipvs: take care of return value from protocol init_netns
` [PATCH 7/8] ipvs: kernel oops - do_ip_vs_get_ctl
` [PATCH 8/8] netfilter: xt_CT: fix wrong checking in the timeout assignment path

[GIT PULL net] IPVS
 2012-04-30  9:27 UTC  (9+ messages)
` [PATCH 1/5] ipvs: add check in ftp for initialized core
` [PATCH 2/5] ipvs: reset ipvs pointer in netns
` [PATCH 3/5] ipvs: null check of net->ipvs in lblc(r) shedulers
` [PATCH 4/5] ipvs: take care of return value from protocol init_netns
` [PATCH 5/5] ipvs: kernel oops - do_ip_vs_get_ctl

[PATCH 1/1] export sysctl symbols needed by ip_vs_sync
 2012-04-30  7:47 UTC  (2+ messages)

[v2 PATCH 1/1] ipvs: kernel oops - do_ip_vs_get_ctl
 2012-04-26 15:26 UTC  (5+ messages)

[v2 PATCH 0/2] ipvs: netns avoid crash at netns init
 2012-04-26  8:57 UTC  (5+ messages)
` [v2 PATCH 1/2] ipvs: null check of net->ipvs in lblc(r) shedulers
` [v2 PATCH 2/2] ipvs: take care of return value from protocol init_netns

[GIT PULL net] IPVS (v2)
 2012-04-26  6:15 UTC  (6+ messages)
` [PATCH 1/2] netfilter: ipvs: Verify that IP_VS protocol has been registered
` [PATCH 2/2] ipvs: fix crash in ip_vs_control_net_cleanup on unload

[PATCH 1/1] ipvs: kernel oops - do_ip_vs_get_ctl
 2012-04-25  9:36 UTC  (4+ messages)

[PATCH 0/2] ipvs: netns avoid crash at netns init
 2012-04-25  8:35 UTC  (4+ messages)
` [PATCH 1/2] ipvs: null check of net->ipvs in lblc(r) shedulers
` [PATCH 2/4] ipvs: take care of return value from protocol init_netns

(unknown),
 2012-04-25  6:57 UTC 

[PATCH v2 next] netfilter: bridge: optionally set indev to vlan
 2012-04-23 23:29 UTC  (3+ messages)

concatenate udp payloads of multiple packet
 2012-04-23 14:38 UTC  (6+ messages)

[GIT PULL net] IPVS
 2012-04-23 14:29 UTC  (6+ messages)
` [PATCH 1/2] netfilter: ipvs: Verify that IP_VS protocol has been registered
` [PATCH 2/2] netfilter: ipvs: use GFP_KERNEL allocation where possible

Re[2]: [PATCH 2/2] IPVS: make failure of netns init more stable
 2012-04-23 13:22 UTC  (3+ messages)
`  "

[PATCH v3 1/2] netfilter: ipvs: Verify that IP_VS protocol has been registered
 2012-04-23 12:48 UTC  (5+ messages)
` [PATCH v3 2/2] netfilter: ipvs: use GFP_KERNEL allocation where possible

[v11 PATCH 0/3] NETFILTER new target module, HMARK
 2012-04-23 12:33 UTC  (4+ messages)
` [v11 PATCH 2/3] NETFILTER module xt_hmark, new target for HASH based fwmark

Re-Validate your Email Account!
 2012-04-23  1:19 UTC 

wrong order of received packets/bytes and sent packets/bytes with local incoming connections
 2012-04-22 17:25 UTC  (3+ messages)

[GIT PULL nf-next] IPVS
 2012-04-19 22:51 UTC  (10+ messages)
` [PATCH 5/9] ipvs: use adaptive pause in master thread

[PATCH net-next] netfilter: nf_conntrack.h: use this_cpu_inc()
 2012-04-19 18:16 UTC 

[PATCH v2] conntrack: add /proc entry to disable helper by default
 2012-04-19 18:11 UTC  (6+ messages)
` rework of patch following git rebase
  ` [PATCH v2.1] conntrack: add /proc entry to disable helper by default

[PATCH v2] net/netfilter: refactor notifier registration
 2012-04-19 18:04 UTC  (2+ messages)

libiptc: fix retry path in TC_INIT
 2012-04-19 16:55 UTC  (4+ messages)

libmnl: fix valgrind warnings about padding
 2012-04-18 22:56 UTC  (2+ messages)

Re[3]: [PATCH 2/2] IPVS: make failure of netns init more stable
 2012-04-18 22:33 UTC 

[PATCH xt-addons] xt_psd: avoid crash due to curr->next corruption
 2012-04-18 12:30 UTC  (2+ messages)

[PATCH 00/12] add namespace support for netfilter protos
 2012-04-18  0:20 UTC  (29+ messages)
` [PATCH 01/12] netfilter: add struct netns_ct_proto to support netfilter namespace
` [PATCH 02/12] netfilter: don't register sysctl when register proto
` [PATCH 03/12] netfilter: generic proto sysctl support for net namespace
` [PATCH 04/12] netfilter: tcp "
` [PATCH 05/12] netfilter: udp "
` [PATCH 06/12] netfilter: icmp "
` [PATCH 07/12] netfilter: icmpv6 proto sysctl support for net
` [PATCH 08/12] netfilter: ipv4 sysctl support for net namespace
` [PATCH 09/12] netfilter: ipv6 "
` [PATCH 10/12] netfilter: sctp proto "
` [PATCH 11/12] netfilter: udplite proto sysctl support for net
` [PATCH 12/12] netfilter: export necessary function for generic proto

a possible bug in netfilter
 2012-04-17 22:20 UTC  (5+ messages)

[PATCH 1/2] IPVS: take care of return value from protocol init_netns
 2012-04-17 20:57 UTC  (8+ messages)
` [PATCH 2/2] IPVS: make failure of netns init more stable

xtables-addons compile error
 2012-04-14 14:59 UTC  (7+ messages)
    ` xtables-addons link error

[PATCH v2 1/2] netfilter: ipvs: Verify that IP_VS protocol has been registered
 2012-04-14 13:22 UTC  (6+ messages)
` [PATCH v2 2/2] netfilter: ipvs: use GFP_KERNEL allocation where possible

[PATCH] netfilter: ipvs: Verify that IP_VS protocol has been registered
 2012-04-13 21:13 UTC  (10+ messages)

some questiones about netfilter namespace
 2012-04-13  8:17 UTC 

[ANN] Linux Security Summit 2011 - Announcement and CFP
 2012-04-12 13:36 UTC  (2+ messages)
` [ANN] Linux Security Summit 2012 "

[PATCH 1/1] netfilter: xt_recent: Add optional mask option for xt_recent
 2012-04-12  9:00 UTC  (3+ messages)

Proposed new target SESSION allow for session/accounting management [RADIUS/802.1x]
 2012-04-11 23:39 UTC  (2+ messages)

nomatch in bitmap:* sets
 2012-04-10 22:37 UTC  (7+ messages)

[PATCH 0/5] netfilter fixes for 3.4-rc2
 2012-04-10 18:43 UTC  (7+ messages)
` [PATCH 1/5] netfilter: nf_ct_tcp: don't scale the size of the window up twice
` [PATCH 2/5] netfilter: ip6_tables: ip6t_ext_hdr is now static inline
` [PATCH 3/5] netfilter: nf_ct_ipv4: handle invalid IPv4 and IPv6 packets consistently
` [PATCH 4/5] netfilter: nf_ct_ipv4: packets with wrong ihl are invalid
` [PATCH 5/5] netfilter: nf_conntrack: fix incorrect logic in nf_conntrack_init_net

[PATCH] netfilter: fix incorrect logic in nf_conntrack_init_net
 2012-04-10 12:36 UTC  (2+ messages)

[PATCH] netfilter: don't scale the size of the window up twice
 2012-04-10 12:35 UTC  (4+ messages)

[PATCH 0/2] Handle invalid packets in conntrack consistently
 2012-04-09 22:42 UTC  (2+ messages)

ipsets and network namespaces
 2012-04-09 18:34 UTC  (6+ 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).