aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-1/+1
2011-11-01ipvs: Remove unused variable "cs" from ip_vs_leave function.Krzysztof Wilczynski1-1/+1
2011-11-01netfilter: Remove unnecessary OOM logging messagesJoe Perches1-3/+2
2011-11-01ipvs: Remove unused return value of protocol state transitionsSimon Horman1-7/+6
2011-06-21ip: introduce ip_is_fragment helper inline functionPaul Gortmaker1-4/+3
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-8/+9
2011-06-14IPVS: remove unused init and cleanup functions.Hans Schillstrom1-25/+4
2011-06-14IPVS: labels at pos 0Hans Schillstrom1-5/+5
2011-06-13IPVS netns exit causes crash in conntrackHans Schillstrom1-0/+1
2011-06-13IPVS: rename of netns init and cleanup functions.Hans Schillstrom1-18/+18
2011-06-06ipvs: restore support for iptables SNATJulian Anastasov1-8/+8
2011-05-12ipvs: Remove all remaining references to rt->rt_{src,dst}Julian Anastasov1-22/+2
2011-05-10IPVS: init and cleanup restructuringHans Schillstrom1-9/+92
2011-05-10IPVS: Change of socket usage to enable name space exit.Hans Schillstrom1-1/+1
2011-03-15IPVS: Minimise ip_vs_leave when CONFIG_SYSCTL is undefinedSimon Horman1-2/+7
2011-03-15IPVS: Add sysctl_expire_nodest_conn()Simon Horman1-1/+7
2011-03-15IPVS: Add {sysctl_sync_threshold,period}()Simon Horman1-5/+5
2011-03-15IPVS: Add sysctl_nat_icmp_send()Simon Horman1-3/+8
2011-03-15IPVS: Add sysctl_snat_reroute()Simon Horman1-4/+16
2011-03-15IPVS: Add ip_vs_route_me_harder()Simon Horman1-26/+22
2011-03-15ipvs: reorganize tot_statsJulian Anastasov1-3/+3
2011-02-16ipvs: remove extra lookups for ICMP packetsJulian Anastasov1-25/+3
2011-02-01IPVS: use z modifier for sizeof() argumentSimon Horman1-1/+1
2011-01-25netfilter: ipvs: fix compiler warningsChangli Gao1-3/+1
2011-01-13IPVS: netns, final patch enabling network name space.Hans Schillstrom1-4/+0
2011-01-13IPVS: netns, misc init_net removal in core.Hans Schillstrom1-2/+4
2011-01-13IPVS: netns, defense work timer.Hans Schillstrom1-0/+1
2011-01-13IPVS: netns, ip_vs_ctl local vars moved to ipvs struct.Hans Schillstrom1-12/+22
2011-01-13IPVS: netns, connection hash got net as param.Hans Schillstrom1-6/+9
2011-01-13IPVS: netns, ip_vs_stats and its procfsHans Schillstrom1-38/+51
2011-01-13IPVS: netns awareness to ip_vs_syncHans Schillstrom1-6/+9
2011-01-13IPVS: netns, use ip_vs_proto_data as param.Hans Schillstrom1-30/+47
2011-01-13IPVS: netns to services part 1Hans Schillstrom1-1/+3
2011-01-13IPVS: netns, add basic init per netns.Hans Schillstrom1-2/+61
2010-11-25IPVS: Backup, Change sending to Version 1 formatHans Schillstrom1-4/+9
2010-11-25IPVS: Handle Scheduling errors.Hans Schillstrom1-16/+40
2010-11-25IPVS: Split ports[2] into src_port and dst_portHans Schillstrom1-10/+11
2010-11-25IPVS: Backup, Prepare for transferring firewall marks (fwmark) to the backup daemon.Hans Schillstrom1-4/+4
2010-10-21ipvs: provide address family for debuggingJulian Anastasov1-17/+24
2010-10-21ipvs: changes for local clientJulian Anastasov1-77/+189
2010-10-21ipvs: changes for local real serverJulian Anastasov1-16/+107
2010-10-21ipvs: move ip_route_me_harder for ICMPJulian Anastasov1-20/+21
2010-10-21ipvs: create ip_vs_defrag_userJulian Anastasov1-21/+34
2010-10-21ipvs: stop ICMP from FORWARD to localJulian Anastasov1-2/+19
2010-10-21ipvs: do not schedule conns from real serversJulian Anastasov1-2/+32
2010-10-21ipvs: switch to notrack modeJulian Anastasov1-35/+4
2010-10-04IPVS: Fallback if persistence engine failsSimon Horman1-6/+4
2010-10-04IPVS: Add struct ip_vs_peSimon Horman1-7/+29
2010-10-04IPVS: Add struct ip_vs_conn_paramSimon Horman1-30/+34
2010-10-04IPVS: compact ip_vs_sched_persist()Simon Horman1-105/+51