summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_core.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: push reasm skb through instead of original frag skbsJiri Pirko2013-11-111-54/+1Star
* netfilter: pass hook ops to hookfnPatrick McHardy2013-10-141-21/+21
* ipvs: make the service replacement more robustJulian Anastasov2013-09-181-2/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-031-1/+2
|\
| * ipvs: SCTP ports should be writable in ICMP packetsJulian Anastasov2013-06-191-1/+2
* | ipvs: provide iph to schedulersJulian Anastasov2013-06-261-2/+2
|/
* ipvs: Fix reuse connection if real server is deadGrzegorz Lyczba2013-05-271-0/+35
* ipvs: Avoid shadowing net variable in ip_vs_leave()Simon Horman2013-04-231-2/+2
* ipvs: fix sparse warnings for some parametersJulian Anastasov2013-04-231-1/+2
* ipvs: do not disable bh for long timeJulian Anastasov2013-04-021-29/+8Star
* ipvs: convert services to rcuJulian Anastasov2013-04-021-17/+9Star
* ipvs: preparations for using rcu in schedulersJulian Anastasov2013-04-021-0/+6
* ipvs: remove rs_lock by using RCUJulian Anastasov2013-04-021-3/+2Star
* ipvs: optimize dst usage for real serverJulian Anastasov2013-04-021-4/+7
* Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2013-03-251-7/+1Star
|\
| * ipvs: fix some sparse warningsJulian Anastasov2013-03-191-7/+1Star
* | ipvs: remove extra rcu lockJulian Anastasov2013-03-191-2/+0Star
* | ipvs: add backup_only flag to avoid loopsJulian Anastasov2013-03-191-4/+8
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2012-11-301-2/+2
|\
* | ipvs: API change to avoid rescan of IPv6 exthdrJesper Dangaard Brouer2012-09-281-65/+51Star
* | ipvs: Complete IPv6 fragment handling for IPVSJesper Dangaard Brouer2012-09-281-21/+96
* | ipvs: Fix faulty IPv6 extension header handling in IPVSJesper Dangaard Brouer2012-09-281-108/+103Star
* | ipvs: IPv6 extend ICMPv6 handling for future typesJesper Dangaard Brouer2012-09-281-6/+2Star
* | ipvs: Trivial changes, use compressed IPv6 address in outputJesper Dangaard Brouer2012-09-281-1/+1
|/
* ipvs: implement passive PMTUD for IPIP packetsJulian Anastasov2012-08-101-3/+73
* netfilter: ipvs: switch hook PFs to nfprotoAlban Crequy2012-06-071-12/+12
* ipvs: reduce sync rate with time thresholdsJulian Anastasov2012-05-081-28/+2Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-081-0/+11
|\
| * ipvs: kernel oops - do_ip_vs_get_ctlHans Schillstrom2012-04-301-0/+9
| * ipvs: reset ipvs pointer in netnsJulian Anastasov2012-04-261-0/+2
* | net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
|/
* ipvs: fix matching of fwmark templates during schedulingSimon Horman2012-02-041-1/+1
* net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-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/+2Star
* ipvs: Remove unused return value of protocol state transitionsSimon Horman2011-11-011-7/+6Star
* ip: introduce ip_is_fragment helper inline functionPaul Gortmaker2011-06-221-4/+3Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-211-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/+4Star
* | 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-131-22/+2Star
* 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