index
:
history
master
Linux kernel history
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
ipvs
Age
Commit message (
Expand
)
Author
Lines
2005-03-17
[IPV4]: Kill remaining unnecessary uses of dst_pmtu
Herbert Xu
-5
/
+5
2005-03-10
[NET]: Move dst_release out of dst->ops->check
Herbert Xu
-0
/
+1
2005-03-09
[IPVS]: Fix that the WRR scheduler works correctly when server is updated or ...
Wensong Zhang
-1
/
+3
2005-03-09
[IPVS]: Fix comment typos.
Simon Horman
-2
/
+2
2005-02-14
[IPVS]: Fix deadlock in update_defense_level()
Andrew Morton
-11
/
+8
2005-02-08
[IPVS]: Replace schedule_timeout() with ssleep()
Nishanth Aravamudan
-9
/
+5
2005-01-26
[IPV4]: Keep fragment queues private to each user.
Patrick McHardy
-8
/
+11
2005-01-13
[NET]: Lock initializer cleanup.
Thomas Gleixner
-11
/
+11
2005-01-09
[IPVS]: Kill check_for_ip_vs_out, no longer used
Arjan van de Ven
-26
/
+0
2004-12-27
Merge bk://kernel.bkbits.net/acme/connection_sock-2.6
David S. Miller
-7
/
+7
2004-12-27
[INET] move inet_sock into inet_opt and rename it to inet_sock
Arnaldo Carvalho de Melo
-3
/
+3
2004-12-27
[IPVS]: Make needlessly global code static.
Adrian Bunk
-7
/
+7
2004-12-08
[IPVS] add a sysctl variable to expire quiescent template
Wensong Zhang
-12
/
+23
2004-11-09
[NET]: Lock initializer unifying
Andrew Morton
-10
/
+10
2004-10-19
[PATCH] module_param_array() should take a pointer
Rusty Russell
-2
/
+1
2004-10-04
[IPVS]: Fix endian problem on sync message size.
Wensong Zhang
-9
/
+19
2004-09-12
[IPVS]: Do not use skb_checksum_help(), create and use nf_reset_debug()
Julian Anastasov
-18
/
+2
2004-09-06
[IPVS] fixed to call nf_reset() to reset netfilter related fields
Wensong Zhang
-16
/
+1
2004-08-18
[NET]: Add skb_header_pointer, and use it where possible.
David S. Miller
-128
/
+166
2004-08-07
Make sysctl pass the pos pointer around properly.
Linus Torvalds
-4
/
+4
2004-07-30
[PATCH] size_t portability fixes
Alexander Viro
-3
/
+3
2004-07-23
[IPVS]: Convert to module_param.
Stephen Hemminger
-2
/
+4
2004-07-15
[PATCH] sparse: iovec cleanups - the rest
Alexander Viro
-28
/
+8
2004-07-12
[PATCH] sparse: net/* NULL noise removal
Alexander Viro
-2
/
+2
2004-06-03
[IPVS]: IPVS needs checksum fixups.
James Morris
-0
/
+14
2004-06-03
[PATCH] sparse: rest of net/* annotations (in this patchset, that is ;-)
Alexander Viro
-2
/
+2
2004-05-29
[PATCH] sparse: nf_sockopt() annotation
Alexander Viro
-1
/
+1
2004-05-08
[NET]: Add sock_create_kern()
James Morris
-2
/
+2
2004-03-23
[IPVS]: Fix to hold the lock before updating a service
Wensong Zhang
-0
/
+7
2004-03-22
[IPVS] Fix connection rehashing with new cport
Julian Anastasov
-32
/
+44
2004-03-15
[IPVS]: Add C99 initializers to net/ipv4/ipvs/ip_vs_lblcr.c
Art Haas
-21
/
+41
2004-03-15
[IPVS]: Add C99 initializers to net/ipv4/ipvs/ip_vs_lblc.c
Art Haas
-21
/
+41
2004-03-15
[IPVS]: Add C99 initializers to ip_vs_ctl.c
Art Haas
-88
/
+219
2004-03-09
[IPVS]: Fix typo in Config.in
Tuncer M. Zayamut Ayaz
-1
/
+1
2004-03-07
[IPVS]: Code tidy up.
Wensong Zhang
-3
/
+3
2004-03-01
[PATCH] remove a few remaining "make dep" references
Andrew Morton
-6
/
+0
2004-02-17
[IPVS] tidy up the header files to include
Wensong Zhang
-96
/
+5
2004-02-13
[IPVS] retry to run kernel_thread when memory is temporarily exhausted
Wensong Zhang
-8
/
+21
2004-02-13
[IPVS] remove the superfluous call of waitpid in sync code
Wensong Zhang
-9
/
+0
2004-02-08
[IPVS]: Use LL_RESERVED_SPACE() where applicable.
Hideaki Yoshifuji
-1
/
+1
2004-02-07
[IPVS]: Unify URL referencing in Kconfig documentation.
Petri T. Koistinen
-2
/
+1
2003-11-11
[IPVS]: make sure timer expires on one cpu
Julian Anastasov
-2
/
+2
2003-11-10
[IPVS]: avoid NULL ptr deref for dest in __ip_vs_get_out_rt
Julian Anastasov
-1
/
+1
2003-10-12
[IPVS]: Fix to set the statistics of dest zero when bound to a new service
Wensong Zhang
-16
/
+17
2003-10-12
[IPVS]: Fix IPVS sync state check.
Wensong Zhang
-1
/
+1
2003-10-07
[IPVS]: Avoid returning NF_DROP from the packet schedulers.
Julian Anastasov
-6
/
+17
2003-10-06
[NET]: schedule_timeout() sets curr_state, from Alexey Dobriyan <adobriyan@ma...
Randy Dunlap
-2
/
+0
2003-10-06
[IPVS]: remove some unused fields from the protocols
Julian Anastasov
-41
/
+11
2003-10-04
[IPVS] fix the unlocking bug in the ip_vs_conn_seq_stop
Wensong Zhang
-2
/
+2
2003-10-04
[IPVS]: Properly handle non-linear skbs.
Julian Anastasov
-788
/
+933
[next]