aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_core.c
Commit message (Expand)AuthorAgeFilesLines
* ipvs: kernel oops - do_ip_vs_get_ctlHans Schillstrom2015-08-071-0/+9
* ipvs: rerouting to local clients is not needed anymoreJulian Anastasov2015-05-091-11/+21
* ipvs: fix matching of fwmark templates during schedulingSimon Horman2012-02-291-1/+1
* ipvs: Remove unused variable "cs" from ip_vs_leave function.Krzysztof Wilczynski2011-11-011-1/+1
* netfilter: Remove unnecessary OOM logging messagesJoe Perches2011-11-011-3/+2
* ipvs: Remove unused return value of protocol state transitionsSimon Horman2011-11-011-7/+6
* ip: introduce ip_is_fragment helper inline functionPaul Gortmaker2011-06-211-4/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-201-8/+9
|\
| * IPVS netns exit causes crash in conntrackHans Schillstrom2011-06-131-0/+1
| * ipvs: restore support for iptables SNATJulian Anastasov2011-06-061-8/+8
* | IPVS: remove unused init and cleanup functions.Hans Schillstrom2011-06-141-25/+4
* | IPVS: labels at pos 0Hans Schillstrom2011-06-141-5/+5
* | IPVS: rename of netns init and cleanup functions.Hans Schillstrom2011-06-131-18/+18
|/
* ipvs: Remove all remaining references to rt->rt_{src,dst}Julian Anastasov2011-05-121-22/+2
* IPVS: init and cleanup restructuringHans Schillstrom2011-05-101-9/+92
* IPVS: Change of socket usage to enable name space exit.Hans Schillstrom2011-05-101-1/+1
* IPVS: Minimise ip_vs_leave when CONFIG_SYSCTL is undefinedSimon Horman2011-03-151-2/+7
* IPVS: Add sysctl_expire_nodest_conn()Simon Horman2011-03-151-1/+7
* IPVS: Add {sysctl_sync_threshold,period}()Simon Horman2011-03-151-5/+5
* IPVS: Add sysctl_nat_icmp_send()Simon Horman2011-03-151-3/+8
* IPVS: Add sysctl_snat_reroute()Simon Horman2011-03-151-4/+16
* IPVS: Add ip_vs_route_me_harder()Simon Horman2011-03-151-26/+22
* ipvs: reorganize tot_statsJulian Anastasov2011-03-151-3/+3
* ipvs: remove extra lookups for ICMP packetsJulian Anastasov2011-02-161-25/+3
* IPVS: use z modifier for sizeof() argumentSimon Horman2011-02-011-1/+1
* netfilter: ipvs: fix compiler warningsChangli Gao2011-01-251-3/+1
* IPVS: netns, final patch enabling network name space.Hans Schillstrom2011-01-131-4/+0
* IPVS: netns, misc init_net removal in core.Hans Schillstrom2011-01-131-2/+4
* IPVS: netns, defense work timer.Hans Schillstrom2011-01-131-0/+1
* IPVS: netns, ip_vs_ctl local vars moved to ipvs struct.Hans Schillstrom2011-01-131-12/+22
* IPVS: netns, connection hash got net as param.Hans Schillstrom2011-01-131-6/+9
* IPVS: netns, ip_vs_stats and its procfsHans Schillstrom2011-01-131-38/+51
* IPVS: netns awareness to ip_vs_syncHans Schillstrom2011-01-131-6/+9
* IPVS: netns, use ip_vs_proto_data as param.Hans Schillstrom2011-01-131-30/+47
* IPVS: netns to services part 1Hans Schillstrom2011-01-131-1/+3
* IPVS: netns, add basic init per netns.Hans Schillstrom2011-01-131-2/+61
* IPVS: Backup, Change sending to Version 1 formatHans Schillstrom2010-11-251-4/+9
* IPVS: Handle Scheduling errors.Hans Schillstrom2010-11-251-16/+40
* IPVS: Split ports[2] into src_port and dst_portHans Schillstrom2010-11-251-10/+11
* IPVS: Backup, Prepare for transferring firewall marks (fwmark) to the backup ...Hans Schillstrom2010-11-251-4/+4
* ipvs: provide address family for debuggingJulian Anastasov2010-10-211-17/+24
* ipvs: changes for local clientJulian Anastasov2010-10-211-77/+189
* ipvs: changes for local real serverJulian Anastasov2010-10-211-16/+107
* ipvs: move ip_route_me_harder for ICMPJulian Anastasov2010-10-211-20/+21
* ipvs: create ip_vs_defrag_userJulian Anastasov2010-10-211-21/+34
* ipvs: stop ICMP from FORWARD to localJulian Anastasov2010-10-211-2/+19
* ipvs: do not schedule conns from real serversJulian Anastasov2010-10-211-2/+32
* ipvs: switch to notrack modeJulian Anastasov2010-10-211-35/+4
* IPVS: Fallback if persistence engine failsSimon Horman2010-10-041-6/+4
* IPVS: Add struct ip_vs_peSimon Horman2010-10-041-7/+29