summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipvs
AgeCommit message (Expand)AuthorLines
2005-03-17[IPV4]: Kill remaining unnecessary uses of dst_pmtuHerbert Xu-5/+5
2005-03-10[NET]: Move dst_release out of dst->ops->checkHerbert 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 usedArjan van de Ven-26/+0
2004-12-27Merge bk://kernel.bkbits.net/acme/connection_sock-2.6David S. Miller-7/+7
2004-12-27[INET] move inet_sock into inet_opt and rename it to inet_sockArnaldo 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 templateWensong Zhang-12/+23
2004-11-09[NET]: Lock initializer unifyingAndrew Morton-10/+10
2004-10-19[PATCH] module_param_array() should take a pointerRusty 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 fieldsWensong Zhang-16/+1
2004-08-18[NET]: Add skb_header_pointer, and use it where possible.David S. Miller-128/+166
2004-08-07Make sysctl pass the pos pointer around properly.Linus Torvalds-4/+4
2004-07-30[PATCH] size_t portability fixesAlexander Viro-3/+3
2004-07-23[IPVS]: Convert to module_param.Stephen Hemminger-2/+4
2004-07-15[PATCH] sparse: iovec cleanups - the restAlexander Viro-28/+8
2004-07-12[PATCH] sparse: net/* NULL noise removalAlexander 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() annotationAlexander 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 serviceWensong Zhang-0/+7
2004-03-22[IPVS] Fix connection rehashing with new cportJulian Anastasov-32/+44
2004-03-15[IPVS]: Add C99 initializers to net/ipv4/ipvs/ip_vs_lblcr.cArt Haas-21/+41
2004-03-15[IPVS]: Add C99 initializers to net/ipv4/ipvs/ip_vs_lblc.cArt Haas-21/+41
2004-03-15[IPVS]: Add C99 initializers to ip_vs_ctl.cArt Haas-88/+219
2004-03-09[IPVS]: Fix typo in Config.inTuncer 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" referencesAndrew Morton-6/+0
2004-02-17[IPVS] tidy up the header files to includeWensong Zhang-96/+5
2004-02-13[IPVS] retry to run kernel_thread when memory is temporarily exhaustedWensong Zhang-8/+21
2004-02-13[IPVS] remove the superfluous call of waitpid in sync codeWensong 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 cpuJulian Anastasov-2/+2
2003-11-10[IPVS]: avoid NULL ptr deref for dest in __ip_vs_get_out_rtJulian Anastasov-1/+1
2003-10-12[IPVS]: Fix to set the statistics of dest zero when bound to a new serviceWensong 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 protocolsJulian Anastasov-41/+11
2003-10-04[IPVS] fix the unlocking bug in the ip_vs_conn_seq_stopWensong Zhang-2/+2
2003-10-04[IPVS]: Properly handle non-linear skbs.Julian Anastasov-788/+933