aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-273-3/+9
|\
| * netfilter: fix a race in nf_ct_ext_create()Eric Dumazet2010-09-221-1/+3
| * netfilter: nf_ct_sip: default to NF_ACCEPT in sip_help_tcp()Simon Horman2010-09-221-1/+1
| * netfilter: tproxy: nf_tproxy_assign_sock() can handle tw socketsEric Dumazet2010-09-221-1/+5
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-093-13/+15
|\ \ | |/
| * ipvs: fix active FTPJulian Anastasov2010-09-083-12/+13
| * ipvs: avoid oops for passive FTPJulian Anastasov2010-09-021-1/+2
* | ipvs: use pkts for SCTP tooJulian Anastasov2010-09-021-3/+3
* | IPVS: include net/ip6_checksum.h for csum_ipv6_magicStephen Rothwell2010-08-291-0/+1
* | ipvs: switch to GFP_KERNEL allocationsSimon Horman2010-08-261-2/+2
* | IPVS: convert __ip_vs_securetcp_lock to a spinlockSimon Horman2010-08-261-3/+3
* | IPVS: convert __ip_vs_sched_lock to a spinlockSimon Horman2010-08-261-11/+11
* | IPVS: ICMPv6 checksum calculationSimon Horman2010-08-261-4/+6
* | net/netfilter/ipvs: Eliminate memory leakJulia Lawall2010-08-251-1/+2
* | netfilter: xt_hashlimit: use proto_ports_offset() to support AH messageChangli Gao2010-08-191-10/+5
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-042-2/+2
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-08-041-0/+4
| |\
| * \ Merge branch 'master' into for-nextJiri Kosina2010-06-164-24/+19
| |\ \
| * | | fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-162-2/+2
* | | | netfilter: nf_conntrack_acct: use skb->len for accountingChangli Gao2010-08-021-2/+1
* | | | ipvs: provide default ip_vs_conn_{in,out}_get_protoSimon Horman2010-08-024-153/+51
* | | | ipvs: remove EXPERIMENTAL tagSimon Horman2010-08-021-1/+1
* | | | netfilter: nf_conntrack_extend: introduce __nf_ct_ext_exist()Changli Gao2010-08-021-10/+12
* | | | xt_quota: report initial quota value instead of current value to userspaceChangli Gao2010-07-231-2/+0
* | | | netfilter: xt_quota: use per-rule spin lockChangli Gao2010-07-231-5/+5
* | | | netfilter: add xt_cpu matchEric Dumazet2010-07-233-0/+73
* | | | IPVS: make FTP work with full NAT supportHannes Eder2010-07-234-57/+165
* | | | IPVS: make friends with nf_conntrackHannes Eder2010-07-233-37/+30
* | | | netfilter: xt_ipvs (netfilter matcher for IPVS)Hannes Eder2010-07-234-0/+201
* | | | netfilter: add CHECKSUM targetMichael S. Tsirkin2010-07-153-0/+87
* | | | netfilter: nf_ct_tcp: fix flow recovery with TCP window tracking enabledPablo Neira Ayuso2010-07-151-1/+9
* | | | netfilter: xt_TPROXY: the length of lines should be within 80Changli Gao2010-07-091-2/+4
* | | | ipvs: lvs sctp protocol handler is incorrectly invoked ip_vs_app_pkt_outXiaoyu Du2010-07-091-1/+1
* | | | ipvs: Kconfig cleanupMichal Marek2010-07-051-4/+1
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-07-027-47/+42
|\ \ \ \
| * | | | netfilter: complete the deprecation of CONFIG_NF_CT_ACCTTim Gardner2010-06-252-35/+1
| * | | | netfilter: xt_connbytes: Force CT accounting to be enabledTim Gardner2010-06-251-0/+10
| * | | | netfilter: fix simple typo in KConfig for netfiltert xt_TEEArnd Hannemann2010-06-221-1/+1
| * | | | netfilter: xt_IDLETIMER needs kdev_t.hRandy Dunlap2010-06-221-0/+1
| * | | | IPVS: one-packet schedulingNick Chalk2010-06-223-11/+29
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-231-0/+4
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | ipvs: Add missing locking during connection table hashing and unhashingSven Wegener2010-06-091-0/+4
| | |_|/ | |/| |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-06-1516-86/+444
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-06-158-73/+69
| |\ \ \
| * | | | netfilter: xtables: idletimer target implementationLuciano Coelho2010-06-153-0/+327
| * | | | netfilter: nfnetlink_log: RCU conversion, part 2Eric Dumazet2010-06-141-6/+12
| * | | | netfilter: nfnetlink_log: RCU conversionEric Dumazet2010-06-091-22/+27
| * | | | netfilter: nfnetlink_queue: some optimizationsEric Dumazet2010-06-091-19/+14
| * | | | netfilter: xt_sctp: use WORD_ROUND macro to calculate length of multiple of 4...Shan Wei2010-06-091-1/+2
| * | | | netfilter: nf_conntrack: per_cpu untrackingEric Dumazet2010-06-091-10/+26