aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipvs/ip_vs_core.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-07IPVS: Move IPVS to net/netfilter/ipvsJulius Volz1-1542/+0
2008-09-20net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo1-2/+2
2008-09-17ipvs: supply a valid 0 address to ip_vs_conn_new()Simon Horman1-1/+2
2008-09-09ipvs: Embed user stats structure into kernel stats structureSven Wegener1-15/+15
2008-09-09IPVS: Remove incorrect ip_route_me_harder(), fix IPv6Julius Volz1-9/+0
2008-09-08IPVS: use ipv6_addr_copy()Simon Horman1-2/+2
2008-09-08IPVS: fix bogus indentationSimon Horman1-1/+1
2008-09-05ipvs: load balance ipv6 connections from a local processSimon Horman1-50/+41
2008-09-05ipvs: load balance IPv4 connections from a local processMalcolm Turnbull1-92/+132
2008-09-05IPVS: Activate IPv6 Netfilter hooksJulius Volz1-0/+37
2008-09-05IVPS: Disable sync daemon for IPv6 connectionsJulius Volz1-1/+2
2008-09-05IPVS: Convert real server lookup functionsJulius Volz1-2/+2
2008-09-05IPVS: Add/adjust Netfilter hook functions and helpers for v6Julius Volz1-36/+329
2008-09-05IPVS: Extend scheduling functions for IPv6 supportJulius Volz1-25/+31
2008-09-05IPVS: Add and bind IPv6 xmit functionsJulius Volz1-0/+43
2008-09-05IPVS: Extend functions for getting/creating connectionsJulius Volz1-51/+61
2008-09-05IPVS: Add 'af' args to protocol handler functionsJulius Volz1-32/+32
2008-09-05IPVS: Change IPVS data structures to support IPv6 addressesJulius Volz1-14/+14
2008-08-15ipvs: Create init functions for estimator codeSven Wegener1-2/+6
2008-07-16ipvs: More reliable synchronization on connection closeRumen G. Bogdanovski1-1/+2
2008-06-11net: remove CVS keywordsAdrian Bunk1-2/+0
2008-01-28[NETNS]: Add netns parameter to inet_(dev_)add_type.Eric W. Biederman1-1/+1
2008-01-28[NETFILTER]: Mark hooks __read_mostlyPatrick McHardy1-1/+1
2008-01-28[NETFILTER]: Use nf_register_hooks for multiple registrationsPatrick McHardy1-65/+39
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy1-9/+9
2007-11-19[IPV4]: Add missing "space"Joe Perches1-1/+1
2007-11-07[IPVS]: Synchronize closing of ConnectionsRumen G. Bogdanovski1-6/+14
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu1-22/+14
2007-10-15[IPVS]: Replace local version of skb_make_writableHerbert Xu1-40/+2
2007-10-15[IPV4]: Change ip_defrag to return an integerHerbert Xu1-16/+10
2007-10-10[IPV4]: When possible test for IFF_LOOPBACK and not dev == loopback_devEric W. Biederman1-1/+1
2007-10-10[NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano1-1/+1
2007-04-25[NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARYHerbert Xu1-4/+2
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-19/+19
2007-04-25[IP]: Introduce ip_hdrlen()Arnaldo Carvalho de Melo1-2/+1
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo1-1/+2
2007-04-25[NET] IPV4: Use hton{s,l}() where appropriate.YOSHIFUJI Hideaki1-5/+5
2007-02-10[NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki1-10/+10
2006-12-02[NET]: Annotate ip_vs_checksum_complete() and callers.Al Viro1-1/+1
2006-12-02[NET]: Annotate callers of csum_fold() in net/*Al Viro1-1/+1
2006-10-04[NETFILTER]: Honour source routing for LVS-NATSimon Horman1-0/+10
2006-09-28[IPVS]: ipvs annotationsAl Viro1-7/+7
2006-01-05[NETFILTER]: Remove okfn usage in ip_vs_core.cPatrick McHardy1-4/+1
2006-01-03[IPVS]: Cleanup IP_VS_DBG statements.Roberto Nibali1-1/+1
2005-11-08[IPVS]: fix connection leak if expire_nodest_conn=1Julian Anastasov1-4/+3
2005-09-14[IPVS]: ip_vs_ftp breaks connections using persistenceJulian Anastasov1-8/+8
2005-08-29[NETFILTER]: reduce netfilter sk_buff enlargementHarald Welte1-4/+5
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1191