netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-03-25 07:10:43 to 2013-04-05 16:49:06 UTC [more...]

[PATCH 0/3] netfilter: propagate routing and XFRM errors
 2013-04-05 16:41 UTC  (4+ messages)
` [PATCH 1/3] netfilter: ipv4: propagate routing errors from ip_route_me_harder()
` [PATCH 2/3] netfilter: ipv6: propagate routing errors from ip6_route_me_harder()
` [PATCH 3/3] netfilter: nat: propagate errors from xfrm_me_harder()

[Ulog2 PATCH] Exec libmnl config check only if nfacct is enabled
 2013-04-05 16:28 UTC 

[ulogd2] lower netfilter library requirements
 2013-04-05 16:23 UTC  (11+ messages)
` [Ulogd2 PATCH 1/3] Remove configure check for libmnl, it is not used
` [Ulogd2 PATCH 2/3] Lower libnfnetlink requirement to 1.0.0
` [Ulogd2 PATCH 3/3] Lower libnetfilter_conntrack requirement to 0.9.1

[PATCH RFC 0/2] icmpv6: match any ICMPv6 error/informational type
 2013-04-05 16:09 UTC  (4+ messages)
` [PATCH RFC 1/2] icmp6: match on errors and informational types
` [PATCH RFC 2/2] icmp6: match on errors and informational messages

[libnftables PATCH] Basic support for printing nft_data_reg in XML format
 2013-04-05 12:45 UTC  (2+ messages)

iptables nfacct match question
 2013-04-04 21:46 UTC  (9+ messages)

[PATCH 0/5] netfilter updates for net
 2013-04-04 21:42 UTC  (7+ messages)
` [PATCH 1/5] netfilter: reset nf_trace in nf_reset
` [PATCH 2/5] netfilter: nfnetlink_queue: fix error return code in nfnetlink_queue_init()
` [PATCH 3/5] netfilter: nfnetlink_acct: return -EINVAL if object name is empty
` [PATCH 4/5] netfilter: nf_conntrack: fix error return code
` [PATCH 5/5] netfilter: ip6t_NPT: Fix translation for non-multiple of 32 prefix lengths

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

[libnftables PATCH 0/2]
 2013-04-04 12:33 UTC  (8+ messages)
` [libnftables PATCH 1/2] Fix a typo in src/expr/match
` [libnftables PATCH 2/2] Basic support for printing nft_data_reg in XML format

[PATCH] utils: bpf_compile
 2013-04-04  9:34 UTC  (5+ messages)
` [PATCH next] "

[PATCH] netfilter: ip6t_NPT: Fix translation for non-multiple of 32 prefix lengths
 2013-04-03 10:21 UTC  (4+ messages)
` [PATCHv2] "

How to modify conntrack accounting?
 2013-04-03  9:58 UTC  (5+ messages)

[PATCH iptables] nfnl_osf: use the right nfnetlink lib
 2013-04-03  9:21 UTC  (5+ messages)
      ` [PATCH iptables v2] "

[libnftables] git repository
 2013-04-02 15:23 UTC  (2+ messages)

[libnftables PATCH] src: get and set NFT_*_ATTR_FAMILY
 2013-04-02 11:35 UTC  (2+ messages)

[PATCH] expr: match: fix typo in function name
 2013-04-02 11:35 UTC  (2+ messages)

[PATCH v2 0/3] NFQUEUE: introduce CPU fanout
 2013-04-02 11:26 UTC  (9+ 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

[nf-next] netfilter: fix struct ip6t_frag field description
 2013-04-02 10:26 UTC  (2+ messages)

[PATCH 0/2] nf_tables: atomic transactional updates (v2)
 2013-04-02  9:03 UTC  (4+ 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-04-02  8:26 UTC  (10+ messages)
` [RFC] Atomic rule manipulation part of transactions
  ` [PATCH] nf_tables: Transaction API proposal
          ` [RFC v2] "

[GIT PULL nf-next] IPVS optimisations for v3.10
 2013-04-02  1:11 UTC  (42+ 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 06/34] ipvs: no need to reroute anymore on DNAT over loopback
` [PATCH 07/34] ipvs: do not use skb_share_check
` [PATCH 08/34] ipvs: consolidate all dst checks on transmit in one place
` [PATCH 09/34] ipvs: optimize dst usage for real server
` [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 14/34] ipvs: reorder keys in connection structure
` [PATCH 15/34] ipvs: avoid kmem_cache_zalloc in ip_vs_conn_new
` [PATCH 16/34] ipvs: change ip_vs_sched_lock to mutex
` [PATCH 17/34] ipvs: preparations for using rcu in schedulers
` [PATCH 18/34] ipvs: add ip_vs_dest_hold and ip_vs_dest_put
` [PATCH 19/34] ipvs: convert dh scheduler to rcu
` [PATCH 20/34] ipvs: convert lblc "
` [PATCH 21/34] ipvs: convert lblcr "
` [PATCH 22/34] ipvs: convert lc "
` [PATCH 23/34] ipvs: convert nq "
` [PATCH 24/34] ipvs: convert rr "
` [PATCH 25/34] ipvs: convert sed "
` [PATCH 26/34] ipvs: convert sh "
` [PATCH 27/34] ipvs: convert wlc "
` [PATCH 28/34] ipvs: convert wrr "
` [PATCH 29/34] ipvs: reorganize dest trash
` [PATCH 30/34] ipvs: do not expect result from done_service
` [PATCH 31/34] ipvs: convert sched_lock to spin lock
` [PATCH 32/34] ipvs: convert dests to rcu
` [PATCH 33/34] ipvs: convert services "
` [PATCH 34/34] ipvs: do not disable bh for long time

[PATCH 1/2] netfilter: reset nf_trace in nf_reset
 2013-04-01 23:21 UTC  (4+ messages)
` [PATCH 2/2] netfilter: TRACE: use IS_ENABLE to replace if defined

[PATCH] extensions: add libxt_bpf extension
 2013-04-01 22:16 UTC  (3+ messages)
` [PATCH next] "

[PATCH -next] netfilter: nf_conntrack_standalone: fix error return code
 2013-04-01 11:20 UTC  (2+ messages)

[PATCH] ip[6]tables: show --protocol instead of --proto in usage
 2013-04-01 11:18 UTC  (3+ messages)

[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  (8+ messages)

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

[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  (3+ messages)

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

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


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