summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
...
* | ipvs: fix a typo in __ip_vs_control_init()Eric Dumazet2011-03-211-1/+1
* | netfilter: ipset: fix checking the type revision at create commandJozsef Kadlecsik2011-03-201-5/+17
* | netfilter: ipset: fix address ranges at hash:*port* typesJozsef Kadlecsik2011-03-204-94/+38
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-03-161-9/+27
|\
| * netfilter ebtables: fix xt_AUDIT to work with ebtablesThomas Graf2011-03-161-9/+27
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-03-1515-249/+602
|\|
| * netfilter: xt_addrtype: ipv6 supportFlorian Westphal2011-03-152-2/+97
| * netfilter: ipt_addrtype: rename to xt_addrtypeFlorian Westphal2011-03-153-0/+146
| * netfilter: xt_connlimit: remove connlimit_rnd_initedChangli Gao2011-03-151-4/+7
| * netfilter: xt_connlimit: use hlist insteadChangli Gao2011-03-151-14/+14
| * netfilter: xt_connlimit: use kmalloc() instead of kzalloc()Changli Gao2011-03-151-1/+1
| * netfilter: xt_connlimit: fix daddr connlimit in SNAT scenarioChangli Gao2011-03-151-11/+9
| * IPVS: Add __ip_vs_control_{init,cleanup}_sysctl()Simon Horman2011-03-151-36/+62
| * IPVS: Conditionally define and use ip_vs_lblc{r}_tableSimon Horman2011-03-152-9/+20
| * IPVS: Minimise ip_vs_leave when CONFIG_SYSCTL is undefinedSimon Horman2011-03-151-2/+7
| * IPVS: Conditinally use sysctl_lblc{r}_expirationSimon Horman2011-03-152-9/+28
| * IPVS: Add expire_quiescent_template()Simon Horman2011-03-151-2/+11
| * IPVS: Add sysctl_expire_nodest_conn()Simon Horman2011-03-151-1/+7
| * IPVS: Add sysctl_sync_ver()Simon Horman2011-03-151-2/+2
| * IPVS: Add {sysctl_sync_threshold,period}()Simon Horman2011-03-153-9/+9
| * IPVS: Add sysctl_nat_icmp_send()Simon Horman2011-03-151-3/+8
| * IPVS: Add sysctl_snat_reroute()Simon Horman2011-03-151-4/+16
| * IPVS: Add ip_vs_route_me_harder()Simon Horman2011-03-151-26/+22
| * ipvs: rename estimator functionsJulian Anastasov2011-03-152-8/+8
| * ipvs: optimize rates readingJulian Anastasov2011-03-152-39/+25
| * ipvs: properly zero stats and ratesJulian Anastasov2011-03-152-43/+68
| * ipvs: reorganize tot_statsJulian Anastasov2011-03-153-26/+28
| * netfilter:ipvs: use kmemdupShan Wei2011-03-152-7/+5
| * ipvs: remove _bh from percpu stats readingJulian Anastasov2011-03-151-4/+4
| * ipvs: avoid lookup for fwmark 0Julian Anastasov2011-03-151-3/+5
| * netfilter: nf_conntrack: fix sysctl memory leakStephen Hemminger2011-03-141-0/+1
| * netfilter: x_tables: return -ENOENT for non-existant matches/targetsPatrick McHardy2011-03-141-2/+2
| * netfilter: x_tables: misuse of try_then_request_moduleStephen Hemminger2011-03-091-7/+15
| * netfilter: ipset: fix the compile warning in ip_set_createShan Wei2011-03-081-1/+1
* | ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-123-19/+17
* | netfilter: Use flowi4 and flowi6 in xt_TCPMSSDavid S. Miller2011-03-121-5/+10
* | netfilter: Use flowi4 and flowi6 in nf_conntrack_h323_mainDavid S. Miller2011-03-121-12/+20
* | ipv4: Use flowi4 in public route lookup interfaces.David S. Miller2011-03-122-13/+13
* | net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-123-4/+4
* | ipv4: Create and use route lookup helpers.David S. Miller2011-03-121-12/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-032-2/+6
|\ \
| * | netfilter: nf_log: avoid oops in (un)bind with invalid nfproto valuesJan Engelhardt2011-03-021-0/+4
| * | ipvs: fix dst_lock locking on dest updateJulian Anastasov2011-03-021-2/+2
* | | ipv4: Make output route lookup return rtable directly.David S. Miller2011-03-022-4/+8
* | | xfrm: Return dst directly from xfrm_lookup()David S. Miller2011-03-021-2/+7
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-03-0218-145/+124
|\ \ \ | | |/ | |/|
| * | netfilter: nf_ct_tcp: fix out of sync scenario while in SYN_RECVPablo Neira Ayuso2011-02-281-2/+2
| * | ipvs: unify the formula to estimate the overhead of processing connectionsChangli Gao2011-02-254-63/+13
| * | ipvs: use enum to instead of magic numbersChangli Gao2011-02-241-14/+27
| * | ipvs: use hlist instead of listChangli Gao2011-02-221-23/+29