netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-03-19 01:41:11 to 2013-03-29 04:11:30 UTC [more...]

[GIT PULL nf-next] IPVS optimisations for v3.10
 2013-03-29  4:11 UTC  (11+ messages)
` [PATCH 01/34] net: add skb_dst_set_noref_force
` [PATCH 02/34] ipvs: avoid routing by TOS for real server
` [PATCH 03/34] ipvs: prefer NETDEV_DOWN event to free cached dsts
` [PATCH 04/34] ipvs: convert the IP_VS_XMIT macros to functions
` [PATCH 05/34] ipvs: rename functions related to dst_cache reset
` [PATCH 08/34] ipvs: consolidate all dst checks on transmit in one place
` [PATCH 10/34] ipvs: convert app locks
` [PATCH 11/34] ipvs: remove rs_lock by using RCU
` [PATCH 12/34] ipvs: convert locks used in persistence engines
` [PATCH 13/34] ipvs: convert connection locking

[PATCH 0/2] nf_tables: atomic transactional updates (v2)
 2013-03-28 20:22 UTC  (3+ messages)
` [PATCH 1/2] netfilter: nf_tables: rework atomic transaction updates
` [PATCH 2/2] netfilter: nf_tables: set NLM_F_DUMP_INTR if dump is invalid

[PATCH 1/2] netfilter: nf_tables: partially rework commit and abort operation
 2013-03-28 17:02 UTC  (9+ messages)
` [RFC] Atomic rule manipulation part of transactions
  ` [PATCH] nf_tables: Transaction API proposal
          ` [RFC v2] "

[PATCH 00/15 v3] IPVS optimizations (repost)
 2013-03-28  9:04 UTC  (17+ messages)
` [PATCH 01/15] net: add skb_dst_set_noref_force
` [PATCH 02/15] ipvs: avoid routing by TOS for real server
` [PATCH 03/15] ipvs: prefer NETDEV_DOWN event to free cached dsts
` [PATCH 04/15] ipvs: convert the IP_VS_XMIT macros to functions
` [PATCH 05/15] ipvs: rename functions related to dst_cache reset
` [PATCH 06/15] ipvs: no need to reroute anymore on DNAT over loopback
` [PATCH 07/15] ipvs: do not use skb_share_check
` [PATCH 08/15] ipvs: consolidate all dst checks on transmit in one place
` [PATCH 09/15] ipvs: optimize dst usage for real server
` [PATCH 10/15] ipvs: convert app locks
` [PATCH 11/15] ipvs: remove rs_lock by using RCU
` [PATCH 12/15] ipvs: convert locks used in persistence engines
` [PATCH 13/15] ipvs: convert connection locking
` [PATCH 14/15] ipvs: reorder keys in connection structure
` [PATCH 15/15] ipvs: avoid kmem_cache_zalloc in ip_vs_conn_new

[PATCH 1/2] man/send(2): add EPERM to the list of possible errors
 2013-03-28  5:37 UTC  (11+ messages)
` [PATCH 2/2] man/send(2): document a long standing bug that can cause spurious EPERM errors

[PATCH v2] net: add ETH_P_802_3_MIN
 2013-03-28  5:31 UTC  (3+ messages)

[PATCH -next] netfilter: nf_conntrack_standalone: fix error return code
 2013-03-27 13:57 UTC 

[PATCH] libmnl: Add filtering support to library as a convienience
 2013-03-27 12:55 UTC  (4+ messages)

[PATCH 3/3 nfacct] user space executable changes and additions
 2013-03-26 20:26 UTC  (6+ messages)
    ` osf bug report [was Re: [PATCH 3/3 nfacct] user space executable changes and additions]

Question about xt_ipp2p module
 2013-03-26 19:55 UTC 

[PATCH 1/3 nfnetlink_acct] numerous changes and improvements to the kernel code
 2013-03-26 20:24 UTC  (3+ messages)

Android netfilter patches (xt_IDLETIMER) [2/3]
 2013-03-26 13:24 UTC  (2+ messages)

Android netfilter patches (xt_IDLETIMER) [3/3]
 2013-03-26 12:48 UTC  (2+ messages)

Android netfilter patches (xt_IDLETIMER) [1/3]
 2013-03-26 12:45 UTC  (2+ messages)

Android netfilter patches (xt_IDLETIMER) [0/3]
 2013-03-25 22:08 UTC 

[PATCH -next] netfilter: nfnetlink_queue: fix error return code in nfnetlink_queue_init()
 2013-03-25 19:32 UTC  (2+ messages)

[PATCH 1/2] netfilter: reset nf_trace in nf_reset
 2013-03-25 19:31 UTC  (3+ messages)
` [PATCH 2/2] netfilter: TRACE: use IS_ENABLE to replace if defined

[PATCH 00/12] Netfilter updates for net-next
 2013-03-25 16:13 UTC  (14+ messages)
` [PATCH 01/12] netfilter: ip6t_NPT: Use csum_partial()
` [PATCH 02/12] ipv4: netfilter: use PTR_RET instead of IS_ERR + PTR_ERR
` [PATCH 03/12] bridge: "
` [PATCH 04/12] netfilter: nf_ct_ipv6: use ipv6_iface_scope_id in conntrack to return scope id
` [PATCH 05/12] netfilter: ebt_ulog: remove unnecessary spin lock protection
` [PATCH 06/12] netfilter: nfnetlink_queue: use xor hash function to distribute instances
` [PATCH 07/12] ipvs: fix hashing in ip_vs_svc_hashkey
` [PATCH 08/12] ipvs: fix some sparse warnings
` [PATCH 09/12] netfilter: ctnetlink: allow to dump expectation per master conntrack
` [PATCH 10/12] netfilter: nfnetlink_queue: zero copy support
` [PATCH 11/12] netfilter: nf_conntrack: add include to fix sparse warning
` [PATCH 12/12] netfilter: nf_conntrack: speed up module removal path if netns in use

[nftables] Git location for User space utilities
 2013-03-25 15:54 UTC  (3+ messages)

[PATCH nf-next v2 01/10] netfilter: make /proc/net/netfilter pernet
 2013-03-25  9:50 UTC  (10+ messages)
` [PATCH nf-next v2 02/10] netfilter: nf_log: prepar net namespace support for nf_log
` [PATCH nf-next v2 03/10] netfilter: ebt_log: add net namespace support for ebt_log
` [PATCH nf-next v2 04/10] netfilter: xt_LOG: add net namespace support for xt_LOG
` [PATCH nf-next v2 05/10] netfilter: ebt_ulog: add net namesapce support for ebt_ulog
` [PATCH nf-next v2 06/10] netfilter: ipt_ulog: add net namespace support for ipt_ulog
` [PATCH nf-next v2 07/10] netfilter: nfnetlink_log: add net namespace support for nfnetlink_log
` [PATCH nf-next v2 08/10] netfilter: nf_log: enable nflog in un-init net namespace
` [PATCH nf-next v2 09/10] netfilter: nfnetlink_queue: add net namespace support for nfnetlink_queue
` [PATCH nf-next v2 10/10] netfilter: remove useless variable proc_net_netfilter

[PATCH net-next] netfilter: implement RFC3168 5.3 (ecn protection) for ipv6 fragmentation handling
 2013-03-25  1:20 UTC 

ethernet filtering
 2013-03-24 17:57 UTC 

[PATCH] netfilter: xt_osf: fix inversion
 2013-03-24 10:34 UTC 

[PATCH 1/2] libxt_osf: fix missing --ttl and --log in save output
 2013-03-24 10:09 UTC  (2+ messages)
` [PATCH 2/2] libxt_osf: fix bad location for location in --genre

[PATCH RFC 0/3] NFQUEUE: introduce CPU fanout
 2013-03-23 21:53 UTC  (19+ messages)
` [PATCH RFC 1/3] "
` [PATCH RFC 2/3] NFQUEUE: coalesce IPv4 and IPv6 hashing
` [PATCH RFC 3/3] NFQUEUE: add --queue-cpu-fanout parameter

[PATCH v2 0/3] NFQUEUE: introduce CPU fanout
 2013-03-23 20:04 UTC  (4+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] NFQUEUE: coalesce IPv4 and IPv6 hashing
` [PATCH v2 3/3] NFQUEUE: add --queue-cpu-fanout parameter

[PATCH] netfilter: nfnetlink_acct: return -EINVAL if object name is empty
 2013-03-23 16:01 UTC 

[PATCH 2/3 libnetfilter_acct] numerous changes and improvements in the user space library
 2013-03-23 12:17 UTC 

iptables nfacct match question
 2013-03-23 12:12 UTC  (8+ messages)

[PATCH 1/2] iptables (userspace): add secmark match
 2013-03-22 18:43 UTC  (3+ messages)

[PATCH] ulogd2: raw2packet_BASE changes
 2013-03-22 18:40 UTC  (5+ messages)

[PATCH] expr: match: fix typo in function name
 2013-03-21 17:56 UTC 

Drop a packet while keeping the conntrack alive
 2013-03-21 16:16 UTC  (6+ messages)

[BUG NFQUEUE] NFQUEUE readers get -PERM from sys_sendto() if !root
 2013-03-21 15:19 UTC  (2+ messages)

[PATCH 1/2] libip6t_SNPT: add manpage
 2013-03-21 12:40 UTC  (2+ messages)
` [PATCH 2/2] libip6t_DNPT: "

[announce] - Bash programmable completion for ip[6]tables
 2013-03-21 10:23 UTC 

[PATCH] net: Add socket() system call self test
 2013-03-20 19:29 UTC  (7+ messages)

conntrackd: fix IPv6 address pattern
 2013-03-20 14:53 UTC 

[PATCH 0/7] netfilter fixes for 3.9-rc
 2013-03-20 14:25 UTC  (10+ messages)
` [PATCH 1/7] netfilter: nf_conntrack: register pernet subsystem before register L4 proto
` [PATCH 2/7] netfilter: nfnetlink_queue: fix incorrect initialization of copy range field
` [PATCH 3/7] netfilter: ip6t_NPT: restrict to mangle table
` [PATCH 4/7] ipvs: fix sctp chunk length order
` [PATCH 5/7] ipvs: add backup_only flag to avoid loops
` [PATCH 6/7] ipvs: remove extra rcu lock
` [PATCH 7/7] netfilter: remove unused "config IP_NF_QUEUE"

[PATCH] ip[6]tables: show --protocol instead of --proto in usage
 2013-03-20 14:14 UTC 

Can we rely on ethernet header padding?
 2013-03-20  9:54 UTC  (5+ messages)

Hello
 2013-03-20  0:46 UTC 

[PATCH 1/2] libip6t_NETMAP: Use xtables_ip6mask_to_cidr and get rid of libip6tc dependency
 2013-03-19 23:43 UTC  (2+ messages)
` [PATCH 2/2] Revert "build: resolve link failure for ip6t_NETMAP"

Accumulated fixes v2
 2013-03-19 23:42 UTC  (5+ messages)
` [PATCH 1/6] build: also use libtool for install stage

[PATCH] netfilter: remove unused "config IP_NF_QUEUE"
 2013-03-19 23:12 UTC  (2+ messages)

[PATCH] nf_conntrack: add include to fix sparse warning
 2013-03-19 22:54 UTC  (2+ messages)

[PATCH] netfilter: nf_conntrack: Batch cleanup
 2013-03-19 22:53 UTC  (2+ messages)

[PATCH nf-next] netfilter: nfnetlink_queue: zero copy support
 2013-03-19 22:52 UTC  (2+ messages)

[GIT PULL nf-next] IPVS changes for v3.10
 2013-03-19 15:43 UTC  (4+ messages)
` [PATCH 1/2] ipvs: fix hashing in ip_vs_svc_hashkey
` [PATCH 2/2] ipvs: fix some sparse warnings

[GIT PULL nf v2] IPVS fixes for v3.9
 2013-03-19 15:42 UTC  (5+ messages)
` [PATCH 1/3] ipvs: fix sctp chunk length order
` [PATCH 2/3] ipvs: add backup_only flag to avoid loops
` [PATCH 3/3] ipvs: remove extra rcu lock

[GIT PULL nf] IPVS fixes for v3.9
 2013-03-19 12:15 UTC  (3+ messages)

[GIT PULL nf-next] IPVS enhancements for v3.10
 2013-03-19  1:41 UTC  (3+ messages)
` [PATCH 1/2] ipvs: add backup_only flag to avoid loops
` [PATCH 2/2] ipvs: remove extra rcu lock


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).