Sign in
android-kvm
/
linux
/
d7a62cd0332115d4c7c4689abea0d889a30d8349
/
net
/
netfilter
/
ipvs
ff75f40
ipvs: fix dst_lock locking on dest update
by Julian Anastasov
· 14 years ago
23d69b0
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 14 years ago
afe2c51
workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync()
by Tejun Heo
· 14 years ago
2491242
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
dba4490d
netfilter: fix IP_VS dependencies
by Patrick McHardy
· 14 years ago
5811662
net: use the macros defined for the members of flowi
by Changli Gao
· 14 years ago
c753796
ipv4: Make rt->fl.iif tests lest obscure.
by David S. Miller
· 14 years ago
9941fb6
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6
by David S. Miller
· 14 years ago
0d79641
ipvs: provide address family for debugging
by Julian Anastasov
· 14 years ago
3233759
ipvs: inherit forwarding method in backup
by Julian Anastasov
· 14 years ago
cb59155
ipvs: changes for local client
by Julian Anastasov
· 14 years ago
fc60476
ipvs: changes for local real server
by Julian Anastasov
· 14 years ago
f5a4184
ipvs: move ip_route_me_harder for ICMP
by Julian Anastasov
· 14 years ago
1ca5bb5
ipvs: create ip_vs_defrag_user
by Julian Anastasov
· 14 years ago
4256f1a
ipvs: fix CHECKSUM_PARTIAL for TUN method
by Julian Anastasov
· 14 years ago
489fded
ipvs: stop ICMP from FORWARD to local
by Julian Anastasov
· 14 years ago
190ecd2
ipvs: do not schedule conns from real servers
by Julian Anastasov
· 14 years ago
cf356d6
ipvs: switch to notrack mode
by Julian Anastasov
· 14 years ago
8b27b10
ipvs: optimize checksums for apps
by Julian Anastasov
· 14 years ago
5bc9068
ipvs: fix CHECKSUM_PARTIAL for TCP, UDP
by Julian Anastasov
· 14 years ago
d86bef7
Fixed race condition at ip_vs.ko module init.
by Eduardo Blanco
· 14 years ago
714f095
ipvs: IPv6 tunnel mode
by Hans Schillstrom
· 14 years ago
a91fd26
IPVS: ip_vs_dbg_callid() is only needed for debugging
by Simon Horman
· 14 years ago
13f5bf1
ipvs: Use frag walker helper in SCTP proto support.
by David S. Miller
· 14 years ago
758ff03
IPVS: sip persistence engine
by Simon Horman
· 14 years ago
f71499a
IPVS: Fallback if persistence engine fails
by Simon Horman
· 14 years ago
0d1e71b
IPVS: Allow configuration of persistence engines
by Simon Horman
· 14 years ago
8be67a6
IPVS: management of persistence engine modules
by Simon Horman
· 14 years ago
a3c918a
IPVS: Add persistence engine data to /proc/net/ip_vs_conn
by Simon Horman
· 14 years ago
8599928
IPVS: Add struct ip_vs_pe
by Simon Horman
· 14 years ago
2fabf35
IPVS: ip_vs_{un,}bind_scheduler NULL arguments
by Simon Horman
· 14 years ago
6e08bfb
IPVS: Allow null argument to ip_vs_scheduler_put()
by Simon Horman
· 14 years ago
f11017e
IPVS: Add struct ip_vs_conn_param
by Simon Horman
· 14 years ago
5b57a98
IPVS: compact ip_vs_sched_persist()
by Simon Horman
· 14 years ago
26c15cf
ipvs: changes related to service usecnt
by Julian Anastasov
· 14 years ago
8a80304
ipvs: make rerouting optional with snat_reroute
by Julian Anastasov
· 14 years ago
f4bc17c
ipvs: netfilter connection tracking changes
by Julian Anastasov
· 14 years ago
3575792
ipvs: extend connection flags to 32 bits
by Julian Anastasov
· 14 years ago
e548833
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
6523ce1
ipvs: fix active FTP
by Julian Anastasov
· 14 years ago
7bcbf81
ipvs: avoid oops for passive FTP
by Julian Anastasov
· 14 years ago
8ed2163
ipvs: use pkts for SCTP too
by Julian Anastasov
· 14 years ago
2c70b51
IPVS: include net/ip6_checksum.h for csum_ipv6_magic
by Stephen Rothwell
· 14 years ago
dee06e4
ipvs: switch to GFP_KERNEL allocations
by Simon Horman
· 14 years ago
4f72816
IPVS: convert __ip_vs_securetcp_lock to a spinlock
by Simon Horman
· 14 years ago
bd14455
IPVS: convert __ip_vs_sched_lock to a spinlock
by Simon Horman
· 14 years ago
8870f84
IPVS: ICMPv6 checksum calculation
by Simon Horman
· 14 years ago
b2aff96
net/netfilter/ipvs: Eliminate memory leak
by Julia Lawall
· 14 years ago
3cfc2c4
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
d790d4d
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
5c0d237
ipvs: provide default ip_vs_conn_{in,out}_get_proto
by Simon Horman
· 14 years ago
2890a15
ipvs: remove EXPERIMENTAL tag
by Simon Horman
· 14 years ago
7f1c407
IPVS: make FTP work with full NAT support
by Hannes Eder
· 14 years ago
7b215ff
IPVS: make friends with nf_conntrack
by Hannes Eder
· 14 years ago
9c3e1c3
netfilter: xt_ipvs (netfilter matcher for IPVS)
by Hannes Eder
· 14 years ago
8a0acaa
ipvs: lvs sctp protocol handler is incorrectly invoked ip_vs_app_pkt_out
by Xiaoyu Du
· 14 years ago
72c7664
ipvs: Kconfig cleanup
by Michal Marek
· 15 years ago
e490c1de
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6
by David S. Miller
· 15 years ago
8244132
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
26ec037
IPVS: one-packet scheduling
by Nick Chalk
· 15 years ago
421f91d
fix typos concerning "initiali[zs]e"
by Uwe Kleine-König
· 15 years ago
d8d1f30
net-next: remove useless union keyword
by Changli Gao
· 15 years ago
aea9d71
ipvs: Add missing locking during connection table hashing and unhashing
by Sven Wegener
· 15 years ago
1e4b105
Merge branch 'master' of /repos/git/net-next-2.6
by Patrick McHardy
· 15 years ago
aa39514
net: sk_sleep() helper
by Eric Dumazet
· 15 years ago
6291055
Merge branch 'master' of /repos/git/net-next-2.6
by Patrick McHardy
· 15 years ago
3d91c1a
IPVS: fix potential stack overflow with overly long protocol names
by Patrick McHardy
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
7911b5c
netfilter: ipvs: use NFPROTO values for NF_HOOK invocation
by Jan Engelhardt
· 15 years ago
1da05f5
netfilter: net/netfilter/ipvs/ip_vs_ftp.c: Remove use of NIPQUAD
by Joe Perches
· 15 years ago
38bdbd8
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6
by David S. Miller
· 15 years ago
51f0bc7
IPVS: ip_vs_lblcr: use list headA
by Simon Horman
· 15 years ago
3ffe533
ipv6: drop unused "dev" arg of icmpv6_send()
by Alexey Dobriyan
· 15 years ago
2906f66
ipvs: SCTP Trasport Loadbalancing Support
by Venkata Mohan Reddy
· 15 years ago
9ab99d5a
Merge branch 'master' of /repos/git/net-next-2.6
by Patrick McHardy
· 15 years ago
a79e7ac
ipvs: use standardized format in sprintf
by Joe Perches
· 15 years ago
6f7edb4
IPVS: Allow boot time change of hash size
by Catalin(ux) M. BOIE
· 15 years ago
04bcef2
ipvs: Add boundary check on ioctl arguments
by Arjan van de Ven
· 15 years ago
ae24e57
ipvs: ip_vs_wrr.c: use lib/gcd.c
by Florian Fainelli
· 15 years ago
258c889
ipvs: zero usvc and udest
by Simon Horman
· 15 years ago
9abfe31
ipvs: fix synchronization on connection close
by Xiaotian Feng
· 15 years ago
f8572d8
sysctl net: Remove unused binary sysctl code
by Eric W. Biederman
· 15 years ago
8d65af7
sysctl: remove "struct file *" argument of ->proc_handler
by Alexey Dobriyan
· 15 years ago
94b2655
IPVS: Add handling of incoming ICMPV6 messages
by Julius Volz
· 15 years ago
1e66daf
ipvs: Use atomic operations atomicly
by Simon Horman
· 15 years ago
36cbd3d
net: mark read-only arrays as const
by Jan Engelhardt
· 15 years ago
1e3e238
IPVS: use pr_err and friends instead of IP_VS_ERR and friends
by Hannes Eder
· 15 years ago
9aada7a
IPVS: use pr_fmt
by Hannes Eder
· 15 years ago
134e637
genetlink: make netns aware
by Johannes Berg
· 15 years ago
adf3090
net: skb->dst accessors
by Eric Dumazet
· 16 years ago
8f698d5
ipvs: Use genl_register_family_with_ops()
by Michał Mirosław
· 16 years ago
be8be9e
ipvs: Fix IPv4 FWMARK virtual services
by Simon Horman
· 16 years ago
09640e63
net: replace uses of __constant_{endian}
by Harvey Harrison
· 16 years ago
68888d1
IPVS: Make "no destination available" message more consistent between schedulers
by Simon Horman
· 16 years ago
7e452ba
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
b7b45f4
netfilter: payload_len is be16, add size of struct rather than size of pointer
by Harvey Harrison
· 16 years ago
ca62059
ipvs: oldlen, newlen should be be16, not be32
by Harvey Harrison
· 16 years ago
6d9f239
net: '&' redux
by Alexey Dobriyan
· 16 years ago
4814893
IPVS: Remove supports_ipv6 scheduler flag
by Julius Volz
· 16 years ago
4454837
IPVS: Add IPv6 support to LBLC/LBLCR schedulers
by Julius Volz
· 16 years ago
Next »