summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs
Commit message (Expand)AuthorAgeFilesLines
* ipvs: correctly print the memory size of ip_vs_conn_tabPengcheng Yang2022-05-121-1/+1
* netfilter: ipvs: Fix reuse connection if RS weight is 0yangxingwu2021-12-011-4/+4
* netfilter: ipvs: make global sysctl readonly in non-init netnsAntoine Tenart2021-10-271-0/+5
* ipvs: check that ip_vs_conn_tab_bits is between 8 and 20Andrea Claudi2021-10-061-0/+4
* ipvs: ignore IP_VS_SVC_F_HASHED flag when adding serviceJulian Anastasov2021-06-101-1/+1
* netfilter: use actual socket sk rather than skb sk when routing harderJason A. Donenfeld2020-11-181-2/+2
* ipvs: Fix uninit-value in do_ip_vs_set_ctl()Peilin Ye2020-10-301-3/+4
* ipvs: clear skb->tstamp in forwarding pathJulian Anastasov2020-10-291-0/+6
* ipvs: allow connection reuse for unconfirmed conntrackJulian Anastasov2020-08-191-5/+7
* ipvs: fix the connection sync failed in some casesguodeqing2020-07-291-4/+8
* net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu2020-01-041-1/+1
* ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet2019-11-121-8/+7
* ipvs: don't ignore errors in case refcounting ip_vs module failsDavide Caratti2019-11-125-17/+28
* ipvs: fix tinfo memory leak in start_sync_threadJulian Anastasov2019-07-262-66/+72
* ipvs: defer hook registration to avoid leaksJulian Anastasov2019-07-261-7/+14
* ipvs: Fix use-after-free in ip_vs_inYueHaibing2019-06-221-1/+1
* ipvs: do not schedule icmp errors from tunnelsJulian Anastasov2019-05-161-1/+1
* ipvs: fix warning on unused variableAndrea Claudi2019-05-021-1/+2
* ipvs: fix dependency on nf_defrag_ipv6Andrea Claudi2019-03-233-6/+15
* ipvs: Fix signed integer overflow when setsockopt timeoutZhangXiaoxu2019-03-131-0/+12
* ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notfXin Long2018-12-171-0/+3
* treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann2018-08-232-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-121-1/+2
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-0615-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/+49
| * | 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-069-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-242-83/+80
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | 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/+13
|\ \ \ \ \ | |_|_|_|/ |/| | | |