netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-01-03 00:14:34 to 2013-01-23 13:11:11 UTC [more...]

[PATCH nf-next 01/11] netfilter: move nf_conntrack initialize out of pernet operations
 2013-01-23 13:11 UTC  (12+ messages)
` [PATCH nf-next 02/11] netfilter: expect: move initial codes out of pernet_operations
` [PATCH nf-next 03/11] netfilter: acct: "
` [PATCH nf-next 04/11] netfilter: tstamp: "
` [PATCH nf-next 05/11] netfilter: ecache: "
` [PATCH nf-next 06/11] netfilter: timeout: "
` [PATCH nf-next 07/11] netfilter: helper: "
` [PATCH nf-next 08/11] netfilter: labels: "
` [PATCH nf-next 09/11] netfilter: proto: "
` [PATCH nf-next 10/11] netfilter: l3proto: refactor l3proto support for netns
` [PATCH nf-next 11/11] netfilter: l4proto: refactor l4proto "

state match is obsolete 1.4.17
 2013-01-23 10:08 UTC  (15+ messages)
              ` [PATCH]: Keep the "state" match as alias [Re: state match is obsolete 1.4.17]

[PATCH 2/2] netfilter: add xt_bpf xtables match
 2013-01-22 11:11 UTC  (21+ messages)
` [PATCH next] iptables: add xt_bpf match
          ` [PATCH next v2] "
            ` [PATCH next v3] "

Build fixes for old Linuxes
 2013-01-21 16:29 UTC  (7+ messages)
` [PATCH 1/2] build: fix libiptc build failure on old linux-glibc-devel headers
` [PATCH 2/2] parser: workaround glibc-2.3.2 bug 358

[patch v3] doc: add nf_conntrack sysctl api documentation
 2013-01-21 15:35 UTC  (3+ messages)

[PATCH next] extensions: add libxt_bpf extension
 2013-01-21 12:19 UTC  (3+ messages)
` [PATCH] "

[PATCH RESEND 01/10] netfilter: move nf_conntrack initialize out of pernet operations
 2013-01-21  1:27 UTC  (12+ messages)
` [PATCH RESEND 02/10] netfilter: expect: move initial codes out of pernet_operations
` [PATCH RESEND 03/10] netfilter: acct: "
` [PATCH RESEND 04/10] netfilter: tstamp: "
` [PATCH RESEND 05/10] netfilter: ecache: "
` [PATCH RESEND 06/10] netfilter: timeout: "
` [PATCH RESEND 07/10] netfilter: helper: "
` [PATCH RESEND 08/10] netfilter: proto: "
` [PATCH RESEND 09/10] netfilter: l3proto: refactor l3proto support for netns
` [PATCH RESEND 10/10] netfilter: l4proto: refactor l4proto "

[ulogd patch 0/4] minor code cleaning
 2013-01-19  9:53 UTC  (5+ messages)
` [PATCH 1/4] Get rid of SVN tag in comment
` [PATCH 2/4] Fix warning on format
` [PATCH 3/4] base: fix warning on pointer handling
` [PATCH 4/4] graphite: fix warning about gnu extension usage

[ulogd patch 0/3] improve ulogd command line
 2013-01-19  9:50 UTC  (4+ messages)
` [PATCH 1/3] ulogd: add -v option to display message on stderr
` [PATCH 2/3] conf: add flag to allow option setup tuning
` [PATCH 3/3] Add -l option to set log level from command line

[ANNOUNCE] 9th Netfilter Workshop in Copenhagen, Denmark
 2013-01-19  7:51 UTC  (3+ messages)

[patch net-next v2] doc: add nf_conntrack sysctl api documentation
 2013-01-18  1:12 UTC  (3+ messages)

[PATCH next V2] netfilter connlabel extension
 2013-01-17 23:39 UTC  (7+ messages)
` [PATCH 1/3] netfilter: add connlabel conntrack extension
` [PATCH 2/3] netfilter: ctnetlink: deliver labels to userspace
` [PATCH 3/3] netfilter: ctnetlink: allow userspace to modify labels

[PATCH] netfilter: add include file to nf_conntrack_snmp.c
 2013-01-17 23:36 UTC  (2+ messages)

[PATCH v4] netfilter: nf_conntrack_sip: Handle Cisco 7941/7945 IP phones
 2013-01-17 23:35 UTC  (2+ messages)

[PATCH] iptables: extensions: fix iptables extensions build error in cross-compilation environments
 2013-01-16 19:07 UTC 

[patch net-next] doc: add nf_conntrack sysctl api documentation
 2013-01-16 13:37 UTC  (3+ messages)

[PATCH] net: netfilter/xt_CT.c: fix uninitialized variable
 2013-01-15 19:18 UTC  (4+ messages)

[PATCH 0/3] netfilter fixes for 3.8-rc3
 2013-01-14 23:27 UTC  (5+ messages)
` [PATCH 1/3] netfilter: xt_CT: fix unset return value if conntrack zone are disabled
` [PATCH 2/3] netfilter: nf_conntrack: fix BUG_ON while removing nf_conntrack with netns
` [PATCH 3/3] netfilter: x_tables: print correct hook names for ARP

[libnetfilter_queue PATCH 1/2] doxygen: improve fail-open documentation
 2013-01-13 22:49 UTC  (2+ messages)
  ` [libnetfilter_queue PATCH 2/2] doxygen: improve documentation

[iptables-nftables RFC PATCH 0/6] IPv6 Support
 2013-01-13 19:23 UTC  (9+ messages)
` [iptables-nftables RFC PATCH 1/6] nft: Add a family attribute to nft_handle
` [iptables-nftables RFC PATCH 2/6] xtables: Combine IPv6 support with IPv4 support
  ` [iptables-nftables RFC PATCH - v2 - "
` [iptables-nftables RFC PATCH 3/6] nft: Use handle's family attribute instead of hardcoded AF_INET one
` [iptables-nftables RFC PATCH 4/6] nft: Support IPv6 rules manipulation
` [iptables-nftables RFC PATCH 5/6] nft: Use the right payload parsing function when saving a rule
` [iptables-nftables RFC PATCH 6/6] nft: Handle IPv6 when printing out firewall rules

[libnftables PATCH] rule: Add a function to get rule's family
 2013-01-13 19:08 UTC  (2+ messages)

[PATCH] netfilter: x_tables: print correct hook names for ARP
 2013-01-13 15:07 UTC  (2+ messages)

[PATCH 01/19] netfilter: move nf_conntrack initialize out of pernet operations
 2013-01-13 15:07 UTC  (17+ messages)
` [PATCH 19/19] netfilter: gre: fix resource leak when unregister gre proto

warning: (BRIDGE_NF_EBTABLES) selects NETFILTER_XTABLES which has unmet direct dependencies (NET && INET && NETFILTER)
 2013-01-13  6:47 UTC 

iptables: build fixes
 2013-01-12  2:49 UTC  (4+ messages)
` [PATCH 1/2] build: also use libtool for install stage
` [PATCH 2/2] build: do not dereference symlinks on installation

[PATCH] build: resolve link failure for ip6t_NETMAP
 2013-01-12  1:37 UTC  (5+ messages)

[PATCH next] extensions: add connlabel match
 2013-01-11 16:35 UTC 

[RELEASE] arptables v0.0.4
 2013-01-10 20:46 UTC 

[PATCH 1/7] netfilter: nf_tables: nft_compat: release cached matches/targets
 2013-01-10 16:20 UTC  (13+ messages)
` [PATCH 2/7] netfilter: nf_tables: move filter chain definition to layer 3 modules
` [PATCH 3/7] netfilter: nf_tables: remove hook definitions from struct nft_af_info
` [PATCH 4/7] netfilter: nf_tables: move specific layer 3 compat code to nf_tables_ipv[4|6]
` [PATCH 5/7] netfilter: nf_tables: x_tables support as a compile time option
` [PATCH 6/7] netfilter: nf_tables: support 32bits-64bits x_tables compat
` [PATCH 7/7] netfilter: nf_tables: fix alias for xtables over nftables module

xtadm 1.5.0 released
 2013-01-10 15:54 UTC 

v3.8-rc3: uninitialized warnings in net/netfilter/xt_CT.c
 2013-01-10 12:16 UTC  (4+ messages)

[ipset PATCH] Fix wrong bracket placing
 2013-01-09 22:40 UTC  (2+ messages)

[PATCH next V2] netfilter: remove extra timer from ecache extension
 2013-01-08 22:34 UTC  (2+ messages)

Possible arptables bug
 2013-01-08 17:07 UTC  (4+ messages)

[PATCH 0/3] Netfilter fixes for 3.8-rc2
 2013-01-08  3:26 UTC  (5+ messages)
` [PATCH 1/3] netfilter: ip6t_NPT: fix IPv6 NTP checksum calculation
` [PATCH 2/3] netfilter: fix missing dependencies for the NOTRACK target
` [PATCH 3/3] netfilter: xt_recent: avoid high order page allocations

arptables bug
 2013-01-07 20:50 UTC  (4+ messages)

libipset usage
 2013-01-07 17:24 UTC  (2+ messages)

Documentation and a build fix
 2013-01-07  1:52 UTC  (2+ messages)

[Ulogd PATCH 0/4] Implement filter for NFCT
 2013-01-05  9:57 UTC  (2+ messages)

[nfacct PATCH] Add restore command
 2013-01-05  9:32 UTC  (3+ messages)

[PATCH] netfilter: xt_recent: avoid high order page allocations
 2013-01-04 19:23 UTC  (2+ messages)

[PATCH] netfilter: fix IPv6 NTP checksum calculation
 2013-01-04 19:22 UTC  (3+ messages)

[PATCH] iptables: set IPv6 DNAT --to-destination
 2013-01-04  0:37 UTC  (2+ messages)

[PATCH] iptables: allow IPv6 port NAT without address NAT
 2013-01-04  0:10 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] net: fix checking boundary of valid vlan id
 2013-01-03 20:06 UTC  (2+ messages)

linux-next: Tree for Jan 2 (netfilter)
 2013-01-03 18:56 UTC  (4+ messages)

[PATCH -v2 22/26] net/netfilter: rename random32() to prandom_u32()
 2013-01-03 12:19 UTC 

[PATCH] iptables: fix wording in DNPT target
 2013-01-03  0:14 UTC  (2+ 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).