summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs
Commit message (Expand)AuthorAgeFilesLines
* iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-1/+1
* net: Add extack to nlmsg_parseDavid Ahern2018-10-081-1/+1
* net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski2018-09-271-2/+1Star
* treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann2018-08-242-6/+6
* ipvs: don't show negative times in ip_vs_connMatteo Croce2018-08-161-8/+14
* ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()Tan Hu2018-08-161-4/+11
* net: Remove some unneeded semicolonzhong jiang2018-08-041-1/+1
* ipvs: drop conn templates under attackJulian Anastasov2018-07-181-20/+39
* ipvs: add assured state for conn templatesJulian Anastasov2018-07-185-14/+27
* ipvs: provide just conn to ip_vs_state_nameJulian Anastasov2018-07-182-8/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-162-1/+5
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-06-112-1/+5
| |\
| | * ipvs: fix check on xmit to non-local addressesJulian Anastasov2018-06-041-1/+1
| | * ipvs: register conntrack hooks for ftpJulian Anastasov2018-06-021-0/+4
* | | treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-1/+2
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-0715-238/+971
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-031-6/+15
| |\|
| * | ipvs: add ipv6 support to ftpJulian Anastasov2018-06-015-178/+325
| * | ipvs: add full ipv6 support to nfctJulian Anastasov2018-06-011-52/+49Star
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-212-11/+18
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-05-079-6/+594
| |\ \ \
| | * | | ipvs: initialize tbl->entries in ip_vs_lblc_init_svc()Cong Wang2018-04-271-0/+1
| | * | | ipvs: initialize tbl->entries after allocationCong Wang2018-04-271-0/+1
| | * | | Merge tag 'ipvs-for-v4.18' of http://git.kernel.org/pub/scm/linux/kernel/git/...Pablo Neira Ayuso2018-04-279-6/+592
| | |\ \ \
| | | * | | ipvs: fix multiplicative hashing in sh/dh/lblc/lblcr algorithmsVincent Bernat2018-04-094-4/+8
| | | * | | netfilter: ipvs: Add configurations of Maglev hashingInju Song2018-04-092-0/+38
| | | * | | netfilter: ipvs: Add Maglev hashing schedulerInju Song2018-04-091-0/+540
| | | * | | netfilter: ipvs: Keep latest weight of destinationInju Song2018-04-091-0/+4
| | | * | | netfilter: ipvs: Fix space before '[' error.Arvind Yadav2018-04-091-2/+2
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-252-83/+80Star
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra2018-04-171-2/+3
| | |/ / / | |/| | |
* | | | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-043-85/+13Star
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | proc: introduce proc_create_net_singleChristoph Hellwig2018-05-161-27/+4Star
| * | | | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-163-58/+9Star
| | |/ / | |/| |
* | | | ipvs: fix buffer overflow with sync daemon and serviceJulian Anastasov2018-05-231-6/+15
| |_|/ |/| |
* | | ipvs: fix stats update from local clientsJulian Anastasov2018-05-081-0/+12
* | | ipvs: fix refcount usage for conns in ops modeJulian Anastasov2018-05-081-11/+6Star
|/ /
* / ipvs: fix rtnl_lock lockups caused by start_sync_threadJulian Anastasov2018-04-092-83/+80Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-03-302-4/+4
|\
| * ipvs: use true and false for boolean valuesGustavo A. R. Silva2018-03-132-4/+4
* | net: Drop pernet_operations::asyncKirill Tkhai2018-03-274-5/+0Star
* | net: Convert ip_vs_ftp_opsKirill Tkhai2018-03-171-0/+1
* | net: Convert ipvs_core_dev_opsKirill Tkhai2018-03-171-0/+1
* | net: Convert ipvs_core_opsKirill Tkhai2018-03-171-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-061-1/+1
|\ \ | |/ |/|
| * ipvs: remove IPS_NAT_MASK check to fix passive FTPJulian Anastasov2018-02-281-1/+1
* | net: Convert sysctl creating and destroying pernet_operationsKirill Tkhai2018-02-272-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-316-13/+9Star
|\
| * netfilter: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-193-6/+0Star
| * netfilter: ipvs: Remove useless ipvsh param of frag_safe_skb_hpGao Feng2018-01-082-7/+7