aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip_vs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-12net: Introduce possible_net_tEric W. Biederman1-4/+4
2015-02-25ipvs: allow rescheduling of new connections when port reuse is detectedMarcelo Ricardo Leitner1-0/+11
2015-02-09ipvs: use 64-bit rates in statsJulian Anastasov1-17/+33
2014-10-02ipvs: Clean up comment style in ip_vs.hSimon Horman1-139/+75
2014-09-16ipvs: prevent mixing heterogeneous pools and synchronizationAlex Gartrell1-0/+4
2014-09-16ipvs: Supply destination address family to ip_vs_conn_newAlex Gartrell1-1/+2
2014-09-16ipvs: Supply destination addr family to ip_vs_{lookup_dest,find_dest}Alex Gartrell1-2/+3
2014-09-16ipvs: Add destination address family to netlink interfaceAlex Gartrell1-0/+3
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-2/+2
2013-11-11netfilter: push reasm skb through instead of original frag skbsJiri Pirko1-31/+1
2013-10-15ipvs: avoid rcu_barrier during netns cleanupJulian Anastasov1-0/+6
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+3
2013-09-21ip*.h: Remove extern from function prototypesJoe Perches1-128/+117
2013-09-18ipvs: make the service replacement more robustJulian Anastasov1-5/+2
2013-09-18ipvs: fix overflow on dest weight multiplySimon Kirby1-1/+1
2013-06-26ipvs: add sync_persist_mode flagJulian Anastasov1-0/+11
2013-06-26ipvs: replace the SCTP state machineJulian Anastasov1-10/+11
2013-06-26ipvs: sloppy TCP and SCTPAlexander Frolkin1-0/+24
2013-06-26ipvs: provide iph to schedulersJulian Anastasov1-26/+2
2013-05-26ipvs: change type of netns_ipvs->sysctl_sync_qlen_maxZhang Yanfei1-4/+4
2013-04-23ipvs: fix sparse warnings for some parametersJulian Anastasov1-4/+4
2013-04-02ipvs: convert services to rcuJulian Anastasov1-19/+9
2013-04-02ipvs: convert dests to rcuJulian Anastasov1-1/+1
2013-04-02ipvs: convert sched_lock to spin lockJulian Anastasov1-1/+1
2013-04-02ipvs: do not expect result from done_serviceJulian Anastasov1-2/+2
2013-04-02ipvs: reorganize dest trashJulian Anastasov1-0/+9
2013-04-02ipvs: add ip_vs_dest_hold and ip_vs_dest_putJulian Anastasov1-0/+10
2013-04-02ipvs: preparations for using rcu in schedulersJulian Anastasov1-0/+6
2013-04-02ipvs: avoid kmem_cache_zalloc in ip_vs_conn_newJulian Anastasov1-0/+15
2013-04-02ipvs: reorder keys in connection structureJulian Anastasov1-6/+6
2013-04-02ipvs: convert connection lockingJulian Anastasov1-0/+12
2013-04-02ipvs: remove rs_lock by using RCUJulian Anastasov1-6/+8
2013-04-02ipvs: convert app locksJulian Anastasov1-3/+1
2013-04-02ipvs: optimize dst usage for real serverJulian Anastasov1-3/+9
2013-04-02ipvs: rename functions related to dst_cache resetJulian Anastasov1-1/+0
2013-04-02ipvs: avoid routing by TOS for real serverJulian Anastasov1-1/+0
2013-03-25Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller1-1/+1
2013-03-19ipvs: add backup_only flag to avoid loopsJulian Anastasov1-0/+12
2013-03-19ipvs: fix some sparse warningsJulian Anastasov1-1/+1
2012-10-23ipvs: fix build errors related to config option combinationsJesper Dangaard Brouer1-2/+3
2012-09-28ipvs: API change to avoid rescan of IPv6 exthdrJesper Dangaard Brouer1-40/+41
2012-09-28ipvs: Complete IPv6 fragment handling for IPVSJesper Dangaard Brouer1-1/+38
2012-09-28ipvs: Fix faulty IPv6 extension header handling in IPVSJesper Dangaard Brouer1-10/+62
2012-09-28ipvs: Use config macro IS_ENABLED()Jesper Dangaard Brouer1-1/+1
2012-09-28ipvs: Trivial changes, use compressed IPv6 address in outputJesper Dangaard Brouer1-1/+1
2012-08-10ipvs: add pmtu_disc option to disable IP DF for TUN packetsJulian Anastasov1-0/+11
2012-08-10ipvs: generalize app registration in netnsJulian Anastasov1-3/+2
2012-07-17ipvs: fix oops on NAT reply in br_nf contextLin Ming1-1/+1
2012-05-08ipvs: add support for sync threadsPablo Neira Ayuso1-9/+25
2012-05-08ipvs: reduce sync rate with time thresholdsJulian Anastasov1-2/+28