Age | Commit message (Expand) | Author |
2011-04-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds |
2011-04-04 | netfilter: xt_conntrack: fix inverted conntrack direction test | Florian Westphal |
2011-04-04 | netfilter: xt_addrtype: replace rt6_lookup with nf_afinfo->route | Florian Westphal |
2011-04-04 | netfilter: af_info: add 'strict' parameter to limit lookup to .oif | Florian Westphal |
2011-04-04 | netfilter: af_info: add network namespace parameter to route hook | Florian Westphal |
2011-04-04 | IPVS: fix NULL ptr dereference in ip_vs_ctl.c ip_vs_genl_dump_daemons() | Hans Schillstrom |
2011-04-04 | netfilter: h323: bug in parsing of ASN1 SEQOF field | David Sterba |
2011-04-04 | netfilter: ipset: references are protected by rwlock instead of mutex | Jozsef Kadlecsik |
2011-04-04 | netfilter: ipset: list:set timeout variant fixes | Jozsef Kadlecsik |
2011-03-31 | Fix common misspellings | Lucas De Marchi |
2011-03-21 | IPVS: Use global mutex in ip_vs_app.c | Simon Horman |
2011-03-21 | ipvs: fix a typo in __ip_vs_control_init() | Eric Dumazet |
2011-03-20 | netfilter: ipset: fix checking the type revision at create command | Jozsef Kadlecsik |
2011-03-20 | netfilter: ipset: fix address ranges at hash:*port* types | Jozsef Kadlecsik |
2011-03-16 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller |
2011-03-16 | netfilter ebtables: fix xt_AUDIT to work with ebtables | Thomas Graf |
2011-03-15 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller |
2011-03-15 | netfilter: xt_addrtype: ipv6 support | Florian Westphal |
2011-03-15 | netfilter: ipt_addrtype: rename to xt_addrtype | Florian Westphal |
2011-03-15 | netfilter: xt_connlimit: remove connlimit_rnd_inited | Changli Gao |
2011-03-15 | netfilter: xt_connlimit: use hlist instead | Changli Gao |
2011-03-15 | netfilter: xt_connlimit: use kmalloc() instead of kzalloc() | Changli Gao |
2011-03-15 | netfilter: xt_connlimit: fix daddr connlimit in SNAT scenario | Changli Gao |
2011-03-15 | IPVS: Add __ip_vs_control_{init,cleanup}_sysctl() | Simon Horman |
2011-03-15 | IPVS: Conditionally define and use ip_vs_lblc{r}_table | Simon Horman |
2011-03-15 | IPVS: Minimise ip_vs_leave when CONFIG_SYSCTL is undefined | Simon Horman |
2011-03-15 | IPVS: Conditinally use sysctl_lblc{r}_expiration | Simon Horman |
2011-03-15 | IPVS: Add expire_quiescent_template() | Simon Horman |
2011-03-15 | IPVS: Add sysctl_expire_nodest_conn() | Simon Horman |
2011-03-15 | IPVS: Add sysctl_sync_ver() | Simon Horman |
2011-03-15 | IPVS: Add {sysctl_sync_threshold,period}() | Simon Horman |
2011-03-15 | IPVS: Add sysctl_nat_icmp_send() | Simon Horman |
2011-03-15 | IPVS: Add sysctl_snat_reroute() | Simon Horman |
2011-03-15 | IPVS: Add ip_vs_route_me_harder() | Simon Horman |
2011-03-15 | ipvs: rename estimator functions | Julian Anastasov |
2011-03-15 | ipvs: optimize rates reading | Julian Anastasov |
2011-03-15 | ipvs: properly zero stats and rates | Julian Anastasov |
2011-03-15 | ipvs: reorganize tot_stats | Julian Anastasov |
2011-03-15 | netfilter:ipvs: use kmemdup | Shan Wei |
2011-03-15 | ipvs: remove _bh from percpu stats reading | Julian Anastasov |
2011-03-15 | ipvs: avoid lookup for fwmark 0 | Julian Anastasov |
2011-03-14 | netfilter: nf_conntrack: fix sysctl memory leak | Stephen Hemminger |
2011-03-14 | netfilter: x_tables: return -ENOENT for non-existant matches/targets | Patrick McHardy |
2011-03-12 | ipv6: Convert to use flowi6 where applicable. | David S. Miller |
2011-03-12 | netfilter: Use flowi4 and flowi6 in xt_TCPMSS | David S. Miller |
2011-03-12 | netfilter: Use flowi4 and flowi6 in nf_conntrack_h323_main | David S. Miller |
2011-03-12 | ipv4: Use flowi4 in public route lookup interfaces. | David S. Miller |
2011-03-12 | net: Put flowi_* prefix on AF independent members of struct flowi | David S. Miller |
2011-03-12 | ipv4: Create and use route lookup helpers. | David S. Miller |
2011-03-09 | netfilter: x_tables: misuse of try_then_request_module | Stephen Hemminger |