summaryrefslogtreecommitdiffstats
path: root/include/net/ip_vs.h
Commit message (Expand)AuthorAgeFilesLines
* netfilter: push reasm skb through instead of original frag skbsJiri Pirko2013-11-111-31/+1Star
* ipvs: avoid rcu_barrier during netns cleanupJulian Anastasov2013-10-151-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-011-6/+3Star
|\
| * ipvs: make the service replacement more robustJulian Anastasov2013-09-181-5/+2Star
| * ipvs: fix overflow on dest weight multiplySimon Kirby2013-09-181-1/+1
* | ip*.h: Remove extern from function prototypesJoe Perches2013-09-211-128/+117Star
|/
* ipvs: add sync_persist_mode flagJulian Anastasov2013-06-261-0/+11
* ipvs: replace the SCTP state machineJulian Anastasov2013-06-261-10/+11
* ipvs: sloppy TCP and SCTPAlexander Frolkin2013-06-261-0/+24
* ipvs: provide iph to schedulersJulian Anastasov2013-06-261-26/+2Star
* ipvs: change type of netns_ipvs->sysctl_sync_qlen_maxZhang Yanfei2013-05-261-4/+4
* ipvs: fix sparse warnings for some parametersJulian Anastasov2013-04-231-4/+4
* ipvs: convert services to rcuJulian Anastasov2013-04-021-19/+9Star
* ipvs: convert dests to rcuJulian Anastasov2013-04-021-1/+1
* ipvs: convert sched_lock to spin lockJulian Anastasov2013-04-021-1/+1
* ipvs: do not expect result from done_serviceJulian Anastasov2013-04-021-2/+2
* ipvs: reorganize dest trashJulian Anastasov2013-04-021-0/+9
* ipvs: add ip_vs_dest_hold and ip_vs_dest_putJulian Anastasov2013-04-021-0/+10
* ipvs: preparations for using rcu in schedulersJulian Anastasov2013-04-021-0/+6
* ipvs: avoid kmem_cache_zalloc in ip_vs_conn_newJulian Anastasov2013-04-021-0/+15
* ipvs: reorder keys in connection structureJulian Anastasov2013-04-021-6/+6
* ipvs: convert connection lockingJulian Anastasov2013-04-021-0/+12
* ipvs: remove rs_lock by using RCUJulian Anastasov2013-04-021-6/+8
* ipvs: convert app locksJulian Anastasov2013-04-021-3/+1Star
* ipvs: optimize dst usage for real serverJulian Anastasov2013-04-021-3/+9
* ipvs: rename functions related to dst_cache resetJulian Anastasov2013-04-021-1/+0Star
* ipvs: avoid routing by TOS for real serverJulian Anastasov2013-04-021-1/+0Star
* Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2013-03-251-1/+1
|\
| * ipvs: fix some sparse warningsJulian Anastasov2013-03-191-1/+1
* | ipvs: add backup_only flag to avoid loopsJulian Anastasov2013-03-191-0/+12
|/
* ipvs: fix build errors related to config option combinationsJesper Dangaard Brouer2012-10-231-2/+3
* ipvs: API change to avoid rescan of IPv6 exthdrJesper Dangaard Brouer2012-09-281-40/+41
* ipvs: Complete IPv6 fragment handling for IPVSJesper Dangaard Brouer2012-09-281-1/+38
* ipvs: Fix faulty IPv6 extension header handling in IPVSJesper Dangaard Brouer2012-09-281-10/+62
* ipvs: Use config macro IS_ENABLED()Jesper Dangaard Brouer2012-09-281-1/+1
* ipvs: Trivial changes, use compressed IPv6 address in outputJesper Dangaard Brouer2012-09-281-1/+1
* ipvs: add pmtu_disc option to disable IP DF for TUN packetsJulian Anastasov2012-08-101-0/+11
* ipvs: generalize app registration in netnsJulian Anastasov2012-08-101-3/+2Star
* ipvs: fix oops on NAT reply in br_nf contextLin Ming2012-07-171-1/+1
* ipvs: add support for sync threadsPablo Neira Ayuso2012-05-081-9/+25
* ipvs: reduce sync rate with time thresholdsJulian Anastasov2012-05-081-2/+28
* ipvs: wakeup master threadPablo Neira Ayuso2012-05-081-0/+29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-081-1/+3
|\
| * ipvs: kernel oops - do_ip_vs_get_ctlHans Schillstrom2012-04-301-0/+2
| * ipvs: take care of return value from protocol init_netnsHans Schillstrom2012-04-301-1/+1
* | net: Delete all remaining instances of ctl_pathEric W. Biederman2012-04-211-2/+0Star
* | net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-8/+8
|/
* BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker2012-03-041-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-01-031-1/+1
|\
| * ipvs: try also real server with port 0 in backup serverJulian Anastasov2011-12-311-1/+1