summaryrefslogtreecommitdiff
path: root/net/ipv4/ipvs
AgeCommit message (Expand)Author
2006-01-11[PATCH] capable/capability.h (net/)Randy Dunlap
2006-01-06[NET]: Endian-annotate struct iphdrAlexey Dobriyan
2006-01-05[IPVS]: Another file needs linux/interrupt.hAndrew Morton
2006-01-05[NETFILTER]: Remove okfn usage in ip_vs_core.cPatrick McHardy
2006-01-05[IPVS]: Fix compilationAdrian Bunk
2006-01-04[IPVS]: Add missing include <linux/net.h>Arnaldo Carvalho de Melo
2006-01-03[IPVS]: Cleanup IP_VS_DBG statements.Roberto Nibali
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo
2006-01-03[IPVS]: remove dead codeRoberto Nibali
2005-11-29[NET]: Add const markers to various variables.Arjan van de Ven
2005-11-08[NET]: kfree cleanupJesper Juhl
2005-11-08[IPVS]: fix connection leak if expire_nodest_conn=1Julian Anastasov
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro
2005-10-04[IPVS]: fix sparse gfp nocast warningsRandy Dunlap
2005-09-14[IPVS]: ip_vs_ftp breaks connections using persistenceJulian Anastasov
2005-09-14[IPVS]: Really invalidate persistent templatesJulian Anastasov
2005-08-29[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointersEric Dumazet
2005-08-29[IPVS]: ipv4_table --> ipvs_ipv4_tableDavid S. Miller
2005-08-29[IPVS]: Rename tcp_{init,exit}() --> ip_vs_tcp_{init,exit}()David S. Miller
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo
2005-08-29[NETFILTER]: reduce netfilter sk_buff enlargementHarald Welte
2005-07-11[NET]: move config options out to individual protocolsSam Ravnborg
2005-07-11[IPVS]: Add and reorder bh locks after moving to keventd.Julian Anastasov
2005-06-28[IPVS]: Close race conditions on ip_vs_conn_tab list modificationNeil Horman
2005-06-26[IPVS]: Fix for overflowspageexec
2005-06-21[NETFILTER]: Kill nf_debugPatrick McHardy
2005-06-02[IPVS]: remove net/ipv4/ipvs/ip_vs_proto_icmp.cAdrian Bunk
2005-05-19[IP_VS]: Remove extra __ip_vs_conn_put() for incoming ICMP.Julian Anastasov
2005-03-17[IPV4]: Kill remaining unnecessary uses of dst_pmtuHerbert Xu
2005-03-10[NET]: Move dst_release out of dst->ops->checkHerbert Xu
2005-03-09[IPVS]: Fix that the WRR scheduler works correctly when server is updated or ...Wensong Zhang
2005-03-09[IPVS]: Fix comment typos.Simon Horman
2005-02-14[IPVS]: Fix deadlock in update_defense_level()Andrew Morton
2005-02-08[IPVS]: Replace schedule_timeout() with ssleep()Nishanth Aravamudan
2005-01-26[IPV4]: Keep fragment queues private to each user.Patrick McHardy
2005-01-13[NET]: Lock initializer cleanup.Thomas Gleixner
2005-01-09[IPVS]: Kill check_for_ip_vs_out, no longer usedArjan van de Ven
2004-12-27Merge bk://kernel.bkbits.net/acme/connection_sock-2.6David S. Miller
2004-12-27[INET] move inet_sock into inet_opt and rename it to inet_sockArnaldo Carvalho de Melo
2004-12-27[IPVS]: Make needlessly global code static.Adrian Bunk
2004-12-08[IPVS] add a sysctl variable to expire quiescent templateWensong Zhang
2004-11-09[NET]: Lock initializer unifyingAndrew Morton
2004-10-19[PATCH] module_param_array() should take a pointerRusty Russell
2004-10-04[IPVS]: Fix endian problem on sync message size.Wensong Zhang
2004-09-12[IPVS]: Do not use skb_checksum_help(), create and use nf_reset_debug()Julian Anastasov
2004-09-06[IPVS] fixed to call nf_reset() to reset netfilter related fieldsWensong Zhang
2004-08-18[NET]: Add skb_header_pointer, and use it where possible.David S. Miller
2004-08-07Make sysctl pass the pos pointer around properly.Linus Torvalds
2004-07-30[PATCH] size_t portability fixesAlexander Viro
2004-07-23[IPVS]: Convert to module_param.Stephen Hemminger