messages from 2009-07-25 05:13:53 to 2009-08-11 12:20:12 UTC [more...]
codesize: netfilter/iptables vs. nftables
2009-08-11 10:24 UTC
Problems with xt_ipp2p (xtables-addons 1.17)
2009-08-11 11:49 UTC (3+ messages)
Pull request for Stomping Static Data
2009-08-10 20:12 UTC (8+ messages)
` [PATCH 1/6] netfilter: xtables: consolidate table hook functions
` [PATCH 2/6] netfilter: xtables: compact "
` [PATCH 3/6] netfilter: xtables: generate nf_hook_ops on-demand
` [PATCH 4/6] netfilter: xtables: mark initial tables constant
` [PATCH 5/6] netfilter: xtables: use xt_table for hook instantiation
` [PATCH 6/6] netfilter: xtables: generate initial table on-demand
iptables -t nat -A OUTPUT -j DNAT ... checksum incorrect
2009-08-10 15:23 UTC (3+ messages)
Pull request for cleanups
2009-08-10 15:21 UTC (5+ messages)
arbitrary address mask matching
2009-08-10 15:12 UTC (4+ messages)
pom-ng and different iptables versions
2009-08-10 10:42 UTC
Xtables2 snapshot 20090804
2009-08-10 9:51 UTC (118+ messages)
` [PATCH 001/103] netfilter: xtables: remove xt_TOS v0
` [PATCH 002/103] netfilter: xtables: remove xt_CONNMARK v0
` [PATCH 003/103] netfilter: xtables: remove xt_MARK v0, v1
` [PATCH 004/103] netfilter: xtables: remove xt_connmark v0
` [PATCH 005/103] netfilter: xtables: remove xt_conntrack v0
` [PATCH 006/103] netfilter: xtables: remove xt_iprange v0
` [PATCH 007/103] netfilter: xtables: remove xt_mark v0
` [PATCH 008/103] netfilter: xtables: remove obsolete /proc/net/ipt_recent
` [PATCH 009/103] netfilter: xtables: remove xt_owner v0
` [PATCH 010/103] netfilter: xtables: remove redirecting header files
` [PATCH 011/103] netfilter: conntrack: switch hook PFs to nfproto
` [PATCH 012/103] netfilter: xtables: "
` [PATCH 013/103] netfilter: xtables: switch table AFs "
` [PATCH 014/103] netfilter: xtables: remove unneeded gotos in table error paths
` [PATCH 015/103] netfilter: xtables: realign struct xt_target_param
` [PATCH 016/103] netfilter: iptables: remove unused datalen variable
` [PATCH 017/103] netfilter: xtables: use better unconditional check
` [PATCH 018/103] netfilter: xtables: ignore unassigned hooks in check_entry_size_and_hooks
` [PATCH 019/103] netfilter: xtables: check for unconditionality of policies
` [PATCH 020/103] netfilter: xtables: check for standard verdicts in policies
` [PATCH 021/103] netfilter: xtables: consolidate table hook functions
` [PATCH 022/103] netfilter: xtables: compact "
` [PATCH 023/103] netfilter: xtables: generate nf_hook_ops on-demand
` [PATCH 024/103] netfilter: xtables: mark table constant for registering functions
` [PATCH 025/103] netfilter: xtables: constify initial table data
` [PATCH 026/103] netfilter: xtables: use xt_table for hook instantiation
` [PATCH 027/103] netfilter: xtables: generate initial table on-demand
` [PATCH 028/103] netfilter: reduce NF_HOOK by one argument
` [PATCH 029/103] netfilter: get rid of the grossness in netfilter.h
` [PATCH 030/103] netfilter: xtables: print details on size mismatch
` [PATCH 031/103] netfilter: xtables: constify args in compat copying functions
` [PATCH 032/103] netfilter: xtables: add const qualifiers
` [PATCH 033/103] netfilter: xtables: replace XT_ENTRY_ITERATE macro
` [PATCH 034/103] netfilter: xtables: optimize call flow around xt_entry_foreach
` [PATCH 035/103] netfilter: xtables: replace XT_MATCH_ITERATE macro
` [PATCH 036/103] netfilter: xtables: optimize call flow around xt_ematch_foreach
` [PATCH 037/103] netfilter: xtables: reduce arguments to translate_table
` [PATCH 038/103] netfilter: xtables2: make ip_tables reentrant
` [PATCH 039/103] netfilter: xtables: dissolve do_match function
` [PATCH 040/103] netfilter: xtables: combine struct xt_match_param and xt_target_param
` [PATCH 041/103] netfilter: xtables: substitute temporary defines by final name
` [PATCH 042/103] netfilter: xtables: make use of xt_request_find_target
` [PATCH 043/103] netfilter: xtables: consolidate code into xt_request_find_match
` [PATCH 044/103] netfilter: xtables: deconstify struct xt_action_param for matches
` [PATCH 045/103] netfilter: xtables: change hotdrop pointer to direct modification
` [PATCH 046/103] netfilter: xtables: combine built-in extension structs
` [PATCH 047/103] netfilter: xtables: move functions around
` [PATCH 048/103] netfilter: ebtables: change ebt_basic_match to xt convention
` [PATCH 049/103] netfilter: xtables: convert basic nfproto match functions into xt matches
` [PATCH 050/103] netfilter: xtables2: initial table skeletal functions
` [PATCH 051/103] netfilter: xtables2: initial chain "
` [PATCH 052/103] netfilter: xtables2: initial rule "
` [PATCH 053/103] netfilter: xtables: alternate size checking in xt_check_match
` [PATCH 054/103] netfilter: xtables: alternate size checking in xt_check_target
` [PATCH 055/103] netfilter: xtables2: per-rule match skeletal functions
` [PATCH 056/103] netfilter: xtables2: per-rule target "
` [PATCH 057/103] netfilter: xtables2: xt_check_target in combination with xt2 contexts
` [PATCH 058/103] netfilter: xtables2: jumpstack (de)allocation functions
` [PATCH 059/103] netfilter: xtables2: table traversal
` [PATCH 060/103] netfilter: xt_quota: fix wrong return value (error case)
` [PATCH 061/103] netfilter: xtables: add xt_quota revision 3
` [PATCH 062/103] netfilter: xtables2: make a copy of the ipv6_filter table
` [PATCH 063/103] netfilter: xtables2: initial xt1->xt2 translation for tables
` [PATCH 064/103] netfilter: xtables2: xt2->xt1 translation - GET_INFO support
` [PATCH 065/103] netfilter: xtables2: xt2->xt1 translation - GET_ENTRIES support
` [PATCH 066/103] netfilter: xtables2: xt1->xt2 translation - SET_REPLACE support
` [PATCH 067/103] netfilter: xtables2: return counters after SET_REPLACE
` [PATCH 068/103] netfilter: xtables2: xt1->xt2 translation - ADD_COUNTERS support
` [PATCH 069/103] netfilter: xtables2: xt2->xt1 translation - compat GET_INFO support
` [PATCH 070/103] netfilter: xtables: use compat_u64 inside struct compat_xt_counters
` [PATCH 071/103] netfilter: ip6tables: move mark_chains to xt1_perproto.c
` [PATCH 072/103] netfilter: xtables2: xt2<->xt1 translation - compat GET_ENTRIES/SET_REPLACE support
` [PATCH 073/103] netfilter: xtables2: compat->normal match data translation
` [PATCH 074/103] netfilter: xtables2: compat->normal target "
` [PATCH 075/103] netfilter: xtables2: outsource code into xts_match_to_xt1 function
` [PATCH 076/103] netfilter: xtables2: normal->compat match data translation
` [PATCH 077/103] netfilter: xtables2: normal->compat target "
` [PATCH 078/103] netfilter: xtables2: packet tracing
` [PATCH 079/103] netfilter: xtables: turn procfs entries to walk xt2 table list
` [PATCH 080/103] netfilter: xtables2: switch ip6's tables to the xt2 table format
` [PATCH 081/103] netfilter: ip6tables: remove obsolete packet tracing
` [PATCH 082/103] netfilter: ip6tables: remove xt1 GET_INFO code
` [PATCH 083/103] netfilter: ip6tables: remove xt1 GET_ENTRIES code
` [PATCH 084/103] netfilter: ip6tables: remove unused functions (GET_ENTRIES)
` [PATCH 085/103] netfilter: ip6tables: remove xt1 SET_REPLACE code
` [PATCH 086/103] netfilter: ip6tables: remove unused functions (SET_REPLACE)
` [PATCH 087/103] netfilter: ip6tables: remove xt1 ADD_COUNTERS code
` [PATCH 088/103] netfilter: ip6tables: remove xt1/ipv6 registration functions
` [PATCH 089/103] netfilter: ip6tables: remove remaining xt1 code
` [PATCH 090/103] netfilter: iptables: include xt1_perproto code in ip_tables
` [PATCH 091/103] netfilter: iptables: switch to xt2 tables
` [PATCH 092/103] netfilter: iptables: remove unused functions
` [PATCH 093/103] netfilter: iptables: remove xt1/ipv4 registration functions
` [PATCH 094/103] netfilter: iptables: remove remaining xt1 code
` [PATCH 095/103] netfilter: xt_quota: enable module lookup via arpt
` [PATCH 096/103] netfilter: arptables: include xt1_perproto in arp_tables
` [PATCH 097/103] netfilter: arptables: switch to xt2 tables
` [PATCH 098/103] netfilter: arptables: remove unused functions
` [PATCH 099/103] netfilter: arptables: remove xt1/arp registration functions
` [PATCH 100/103] netfilter: arptables: remove remaining xt1 code
` [PATCH 101/103] netfilter: xtables1: remove xt1 table handling
` [PATCH 102/103] netfilter: xtables1: remove info lock
` [PATCH 103/103] netfilter: xtables1: remove compat-userspace code
(unknown),
2009-08-10 9:04 UTC (4+ messages)
` [PATCH 1/2] xt_conntrack: revision 2 for enlarged state_mask member
` [PATCH 2/2] libxt_helper: fix invalid passed option to check_inverse
`
security impact of creating rulesets with iptables (cmd)
2009-08-10 8:31 UTC (5+ messages)
[PATCH] netfilter: ebtables: Use print_mac instead of own function
2009-08-10 8:11 UTC (3+ messages)
` [PATCH v2] netfilter: ebtables: Use %pM conversion specifier
[PATCH] SO_ORIGINAL_DST for getsockopt() in SCTP
2009-08-10 8:09 UTC (4+ messages)
Fwd: ipset bug
2009-08-08 13:25 UTC (2+ messages)
NF_INET_LOCAL_OUT and packet checksum
2009-08-05 8:20 UTC
(unknown),
2009-08-03 13:45 UTC (7+ messages)
` [PATCH 1/5] build: order of dependent libs is sensitive
` [PATCH 2/5] multi binary: allow subcommand via argv[1]
` [PATCH 3/5] build: fix struct size mismatch
` [PATCH 4/5] build: combine iptables-multi and iptables-static
` [PATCH 5/5] build: build only iptables-multi
`
Question about CTA_NAT_SEQ_UNSPEC
2009-08-03 10:25 UTC
conntrack helper - expectations
2009-07-31 11:58 UTC
Modifying packets in userspace using libnetfilter_queue
2009-07-30 20:46 UTC (4+ messages)
` Modifying packets in userspace using libnetfilter_queue / got it working
nftables: logging
2009-07-30 12:42 UTC (2+ messages)
NTP Full cone NAT
2009-07-29 16:34 UTC
[patch 64/71] nf_conntrack: nf_conntrack_alloc() fixes
2009-07-28 23:41 UTC
nftables: problem with sets (Object not found)
2009-07-28 20:13 UTC (4+ messages)
netfilter -stable 00/08: netfilter -stable fixes
2009-07-28 19:04 UTC (4+ messages)
` netfilter -stable 08/08: nf_conntrack: nf_conntrack_alloc() fixes
` [stable] netfilter -stable 00/08: netfilter -stable fixes
[RFC][PATCH 0/5] IPVS full NAT support + netfilter 'ipvs' match support
2009-07-28 14:55 UTC (12+ messages)
` [RFC][PATCH 1/5] IPVS: prefix EnterFunction and LeaveFunction msg with "IPVS:"
` [RFC][PATCH 2/5] netfilter: xt_ipvs (netfilter matcher for ipvs)
` [RFC][PATCH 3/5] IPVS: make friends with nf_conntrack
` [RFC][PATCH 4/5] IPVS: debugging output for ip_vs_update_conntrack
` [RFC][PATCH 5/5] libxt_ipvs: user space lib for netfilter matcher xt_ipvs
include netinet/tcp.h or linux/tcp.h in userspace applications?
2009-07-28 11:43 UTC
ebtables 2.0.9-1 build problems on centos4
2009-07-27 19:19 UTC
de-masqueraded packets hook/priority
2009-07-27 9:33 UTC
Source IP or Dest IP rewriting failed with correct TCP and IP checksum
2009-07-27 7:17 UTC
NTP server
2009-07-26 18:54 UTC (5+ messages)
size calculation wasted cpu time
2009-07-25 23:41 UTC (4+ messages)
` Re[2]: "
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).