summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipvs/ip_vs_ctl.c
AgeCommit message (Expand)AuthorLines
2005-02-14[IPVS]: Fix deadlock in update_defense_level()Andrew Morton-11/+8
2005-01-13[NET]: Lock initializer cleanup.Thomas Gleixner-5/+5
2004-12-27[IPVS]: Make needlessly global code static.Adrian Bunk-1/+1
2004-12-08[IPVS] add a sysctl variable to expire quiescent templateWensong Zhang-11/+20
2004-11-09[NET]: Lock initializer unifyingAndrew Morton-5/+5
2004-08-07Make sysctl pass the pos pointer around properly.Linus Torvalds-4/+4
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() annotationAlexander Viro-1/+1
2004-03-23[IPVS]: Fix to hold the lock before updating a serviceWensong Zhang-0/+7
2004-03-15[IPVS]: Add C99 initializers to ip_vs_ctl.cArt Haas-88/+219
2004-03-07[IPVS]: Code tidy up.Wensong Zhang-3/+3
2004-02-17[IPVS] tidy up the header files to includeWensong Zhang-3/+0
2003-10-12[IPVS]: Fix to set the statistics of dest zero when bound to a new serviceWensong Zhang-16/+17
2003-09-25[IPVS]: Print out __u64 properly in ip_vs_ctl.cDavid S. Miller-1/+2
2003-09-21[IPVS]: Make __ip_vs_svc_lock local and use __user tags.Wensong Zhang-4/+4
2003-09-19[IPVS]: Use list_for_each_entry macro.Stephen Hemminger-71/+34
2003-09-19[IPVS]: Get rid of SEQ_START_TOKEN define.Stephen Hemminger-2/+0
2003-09-19[IPVS]: Get rid of register declarations.Stephen Hemminger-2/+2
2003-09-15[IPVS]: Convert to seq_file.Stephen Hemminger-156/+204
2003-09-03[NET]: remove duplicate #includes in net/Randy Dunlap-1/+0
2003-07-29[IPV4] IPVS: sanity check of threshold setting and code tidy upWensong Zhang-1/+13
2003-07-15[IPV4]: Add the defense timer for IPVS.Wensong Zhang-1/+24
2003-07-12[NET]: Merge in IPVS layer.Wensong Zhang-0/+2205