aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-19Fixed race condition at ip_vs.ko module init.Eduardo Blanco1-9/+10
2010-10-19ipvs: IPv6 tunnel modeHans Schillstrom1-79/+92
2010-10-19netfilter: ctnetlink: add expectation deletion eventsPablo Neira Ayuso2-11/+25
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-2/+2
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-13IPVS: ip_vs_dbg_callid() is only needed for debuggingSimon Horman1-0/+2
2010-10-07Merge commit 'v2.6.36-rc7' into core/rcuIngo Molnar6-15/+22
2010-10-07Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu into core/rcuIngo Molnar1-1/+2
2010-10-05ipvs: Use frag walker helper in SCTP proto support.David S. Miller1-9/+10
2010-10-04netfilter: unregister nf hooks, matches and targets in the reverse orderChangli Gao2-12/+6
2010-10-04netfilter: remove duplicated includeNicolas Kaiser1-1/+0
2010-10-04IPVS: sip persistence engineSimon Horman3-0/+177
2010-10-04IPVS: Fallback if persistence engine failsSimon Horman2-9/+7
2010-10-04IPVS: Allow configuration of persistence enginesSimon Horman1-3/+54
2010-10-04IPVS: management of persistence engine modulesSimon Horman2-1/+148
2010-10-04IPVS: Add persistence engine data to /proc/net/ip_vs_connSimon Horman1-5/+20
2010-10-04IPVS: Add struct ip_vs_peSimon Horman3-20/+100
2010-10-04IPVS: ip_vs_{un,}bind_scheduler NULL argumentsSimon Horman2-22/+4
2010-10-04IPVS: Allow null argument to ip_vs_scheduler_put()Simon Horman2-10/+5
2010-10-04IPVS: Add struct ip_vs_conn_paramSimon Horman6-189/+181
2010-10-04IPVS: compact ip_vs_sched_persist()Simon Horman1-105/+51
2010-10-04netfilter: nf_conntrack_sip: Add callid parserSimon Horman1-0/+39
2010-10-04netfilter: nf_conntrack_sip: Allow ct_sip_get_header() to be called with a null ct argumentSimon Horman1-0/+3
2010-09-28netfilter: ctnetlink: add support for user-space expectation helpersPablo Neira Ayuso2-31/+77
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-3/+9
2010-09-22netfilter: fix a race in nf_ct_ext_create()Eric Dumazet1-1/+3
2010-09-22netfilter: nf_ct_sip: default to NF_ACCEPT in sip_help_tcp()Simon Horman1-1/+1
2010-09-22netfilter: tproxy: nf_tproxy_assign_sock() can handle tw socketsEric Dumazet1-1/+5
2010-09-22netfilter: ctnetlink: allow to specify the expectation flagsPablo Neira Ayuso1-1/+7
2010-09-22netfilter: ctnetlink: missing validation of CTA_EXPECT_ZONE attributePablo Neira Ayuso1-0/+1
2010-09-21ipvs: changes related to service usecntJulian Anastasov2-154/+102
2010-09-21netfilter: save the hash of the tuple in the original direction for latter useChangli Gao1-34/+78
2010-09-21ipvs: make rerouting optional with snat_rerouteJulian Anastasov2-8/+37
2010-09-21ipvs: netfilter connection tracking changesJulian Anastasov8-195/+430
2010-09-17ipvs: extend connection flags to 32 bitsJulian Anastasov3-13/+19
2010-09-16netfilter: nf_conntrack: fix the hash random initializing raceChangli Gao1-6/+13
2010-09-16netfilter: use NFPROTO_IPV4 instead of AF_INETChangli Gao1-1/+1
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-13/+15
2010-09-08ipvs: fix active FTPJulian Anastasov3-12/+13
2010-09-02ipvs: avoid oops for passive FTPJulian Anastasov1-1/+2
2010-09-02ipvs: use pkts for SCTP tooJulian Anastasov1-3/+3
2010-08-29IPVS: include net/ip6_checksum.h for csum_ipv6_magicStephen Rothwell1-0/+1
2010-08-26ipvs: switch to GFP_KERNEL allocationsSimon Horman1-2/+2
2010-08-26IPVS: convert __ip_vs_securetcp_lock to a spinlockSimon Horman1-3/+3
2010-08-26IPVS: convert __ip_vs_sched_lock to a spinlockSimon Horman1-11/+11
2010-08-26IPVS: ICMPv6 checksum calculationSimon Horman1-4/+6
2010-08-25net/netfilter/ipvs: Eliminate memory leakJulia Lawall1-1/+2
2010-08-19net/netfilter: __rcu annotationsArnd Bergmann6-8/+8
2010-08-19netfilter: xt_hashlimit: use proto_ports_offset() to support AH messageChangli Gao1-10/+5
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2