messages from 2012-04-23 12:48:44 to 2012-05-08 00:23:02 UTC [more...]
[PATCH 00/25] netfilter updates for net-next (upcoming 3.5)
2012-05-08 0:22 UTC (24+ messages)
` [PATCH 01/25] netfilter: nf_ct_ecache: refactor notifier registration
` [PATCH 02/25] netfilter: nf_ct_helper: allow to disable automatic helper assignment
` [PATCH 03/25] netfilter: nf_conntrack: use this_cpu_inc()
` [PATCH 04/25] netfilter: bridge: optionally set indev to vlan
` [PATCH 05/25] ipvs: timeout tables do not need GFP_ATOMIC allocation
` [PATCH 06/25] ipvs: LBLC scheduler does not need GFP_ATOMIC allocation on init
` [PATCH 07/25] ipvs: DH scheduler does not need GFP_ATOMIC allocation
` [PATCH 08/25] ipvs: WRR "
` [PATCH 09/25] ipvs: LBLCR scheduler does not need GFP_ATOMIC allocation on init
` [PATCH 10/25] ipvs: SH scheduler does not need GFP_ATOMIC allocation
` [PATCH 11/25] ipvs: use GFP_KERNEL allocation where possible
` [PATCH 12/25] ipvs: ignore IP_VS_CONN_F_NOOUTPUT in backup server
` [PATCH 13/25] ipvs: remove check for IP_VS_CONN_F_SYNC from ip_vs_bind_dest
` [PATCH 14/25] ipvs: fix ip_vs_try_bind_dest to rebind app and transmitter
` [PATCH 15/25] ipvs: always update some of the flags bits in backup
` [PATCH 16/25] ipvs: wakeup master thread
` [PATCH 17/25] ipvs: reduce sync rate with time thresholds
` [PATCH 18/25] ipvs: add support for sync threads
` [PATCH 21/25] ipvs: ip_vs_proto: local functions should not be exposed globally
` [PATCH 22/25] net: export sysctl_[r|w]mem_max symbols needed by ip_vs_sync
` [PATCH 23/25] netfilter: nf_ct_expect: partially implement ctnetlink_change_expect
` [PATCH 24/25] netfilter: nf_conntrack: fix explicit helper attachment and NAT
` [PATCH 25/25] netfilter: remove ip_queue support
[PATCH v2 00/17] netfilter: add namespace support for netfilter protos
2012-05-07 23:19 UTC (21+ 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
[PATCH next 1/3] netfilter: limit, hashlimit: avoid duplicated inline
2012-05-07 20:51 UTC (3+ messages)
` [PATCH next 2/3] netfilter: hashlimit: move rateinfo initialization to helper
` [PATCH next 3/3] netfilter: hashlimit: byte-based limit mode
[PATCH 0/2] ipset related bugfixes
2012-05-07 19:13 UTC (4+ messages)
` [PATCH 1/2] netfilter: ipset: Fix timeout value overflow bug
` [PATCH 2/2] netfilter: ipset: Fix hash size checking in kernel
Re[2]: [v12 PATCH 2/3] NETFILTER module xt_hmark, new target for HASH based fwmark
2012-05-07 19:09 UTC
[RFC] Patches to allow updates of timeouts in expectations
2012-05-07 18:54 UTC (10+ messages)
` [PATCH] expect: support NFCT_Q_CREATE_UPDATE in nfexp_query
` [PATCH] netfilter: nf_ct_expect: partially implement ctnetlink_change_expect
[v12 PATCH 0/3] NETFILTER new target module, HMARK
2012-05-07 14:54 UTC (17+ 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
[RFC] [PATCH 0/4] netfilter: "fail-open" feature support for NFQUEUE
2012-05-07 14:52 UTC (11+ messages)
` [RFC] [PATCH 1/4] netfilter: Define FAILOPEN flag
` [RFC] [PATCH 2/4] netfilter: Add new argument to enqueue handlers
` [RFC] [PATCH 3/4] netfilter: Add support for failopen in nf_queue()
` [RFC] [PATCH 4/4] netfilter: Enable fail-open
[GIT PULL net-next v2] IPVS
2012-05-06 21:56 UTC (22+ messages)
` [PATCH 01/18] ipvs: timeout tables do not need GFP_ATOMIC allocation
` [PATCH 02/18] ipvs: LBLC scheduler does not need GFP_ATOMIC allocation on init
` [PATCH 03/18] ipvs: DH scheduler does not need GFP_ATOMIC allocation
` [PATCH 04/18] ipvs: WRR "
` [PATCH 05/18] ipvs: LBLCR scheduler does not need GFP_ATOMIC allocation on init
` [PATCH 06/18] ipvs: SH scheduler does not need GFP_ATOMIC allocation
` [PATCH 07/18] netfilter: ipvs: use GFP_KERNEL allocation where possible
` [PATCH 08/18] ipvs: ignore IP_VS_CONN_F_NOOUTPUT in backup server
` [PATCH 09/18] ipvs: remove check for IP_VS_CONN_F_SYNC from ip_vs_bind_dest
` [PATCH 10/18] ipvs: fix ip_vs_try_bind_dest to rebind app and transmitter
` [PATCH 11/18] ipvs: always update some of the flags bits in backup
` [PATCH 12/18] ipvs: wakeup master thread
` [PATCH 13/18] ipvs: reduce sync rate with time thresholds
` [PATCH 14/18] ipvs: add support for sync threads
` [PATCH 15/18] ipvs: optimize the use of flags in ip_vs_bind_dest
` [PATCH 16/18] IPVS: ip_vs_ftp.c: local functions should not be exposed globally
` [PATCH 17/18] IPVS: ip_vs_proto.c: "
` [PATCH 18/18] export sysctl symbols needed by ip_vs_sync
facing problem with iptables nat rules and traffic flow scnerios
2012-05-04 17:09 UTC (2+ messages)
ICMP packet filter policy
2012-05-03 16:32 UTC
[PATCH] netfilter: nf_conntrack: fix explicit helper attachment and NAT
2012-05-03 12:17 UTC
Make nfct_catch return control to original thread
2012-05-02 18:34 UTC (2+ messages)
[PATCH net-next] netfilter: remove two dropwatch false positives
2012-05-02 7:13 UTC
[PATCH] netfilter: Fix error in ipq_enqueue_packet
2012-05-02 6:51 UTC
[GIT PULL next-net] IPVS
2012-05-02 6:18 UTC (20+ messages)
` [PATCH 01/17] ipvs: timeout tables do not need GFP_ATOMIC allocation
` [PATCH 02/17] ipvs: LBLC scheduler does not need GFP_ATOMIC allocation on init
` [PATCH 03/17] ipvs: DH scheduler does not need GFP_ATOMIC allocation
` [PATCH 04/17] ipvs: WRR "
` [PATCH 05/17] ipvs: LBLCR scheduler does not need GFP_ATOMIC allocation on init
` [PATCH 06/17] ipvs: SH scheduler does not need GFP_ATOMIC allocation
` [PATCH 07/17] netfilter: ipvs: use GFP_KERNEL allocation where possible
` [PATCH 08/17] ipvs: ignore IP_VS_CONN_F_NOOUTPUT in backup server
` [PATCH 09/17] ipvs: remove check for IP_VS_CONN_F_SYNC from ip_vs_bind_dest
` [PATCH 10/17] ipvs: fix ip_vs_try_bind_dest to rebind app and transmitter
` [PATCH 11/17] ipvs: always update some of the flags bits in backup
` [PATCH 12/17] ipvs: wakeup master thread
` [PATCH 13/17] ipvs: reduce sync rate with time thresholds
` [PATCH 14/17] ipvs: add support for sync threads
` [PATCH 15/17] ipvs: optimize the use of flags in ip_vs_bind_dest
` [PATCH 16/17] IPVS: ip_vs_ftp.c: local functions should not be exposed globally
` [PATCH 17/17] IPVS: ip_vs_proto.c: "
[PATCH v3 1/2] netfilter: ipvs: Verify that IP_VS protocol has been registered
2012-05-02 1:19 UTC (6+ messages)
` [PATCH v3 2/2] netfilter: ipvs: use GFP_KERNEL allocation where possible
[PATCH 1/1] netfilter: xt_recent: Add optional mask option for xt_recent
2012-05-02 1:01 UTC (5+ messages)
[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 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 (2+ messages)
concatenate udp payloads of multiple packet
2012-04-23 14:38 UTC (3+ messages)
[GIT PULL net] IPVS
2012-04-23 14:29 UTC (4+ messages)
` [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 (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).