summaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs
AgeCommit message (Expand)AuthorFilesLines
2022-05-09ipvs: correctly print the memory size of ip_vs_conn_tabPengcheng Yang1-1/+1
2021-12-01netfilter: ipvs: Fix reuse connection if RS weight is 0yangxingwu1-4/+4
2021-10-27netfilter: ipvs: make global sysctl readonly in non-init netnsAntoine Tenart1-0/+5
2021-10-06ipvs: check that ip_vs_conn_tab_bits is between 8 and 20Andrea Claudi1-0/+4
2021-06-10ipvs: ignore IP_VS_SVC_F_HASHED flag when adding serviceJulian Anastasov1-1/+1
2020-11-18netfilter: use actual socket sk rather than skb sk when routing harderJason A. Donenfeld1-2/+2
2020-10-29ipvs: Fix uninit-value in do_ip_vs_set_ctl()Peilin Ye1-3/+4
2020-10-29ipvs: clear skb->tstamp in forwarding pathJulian Anastasov1-0/+6
2020-08-19ipvs: allow connection reuse for unconfirmed conntrackJulian Anastasov1-5/+7
2020-07-29ipvs: fix the connection sync failed in some casesguodeqing1-4/+8
2020-01-04net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu1-1/+1
2019-10-24ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet1-8/+7
2019-10-24ipvs: don't ignore errors in case refcounting ip_vs module failsDavide Caratti5-17/+28
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal1-1/+1
2019-09-26net: Fix Kconfig indentationKrzysztof Kozlowski1-3/+3
2019-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski4-38/+39
2019-08-13netfilter: remove unnecessary spacesyangxingwu3-4/+4
2019-08-09net: delete "register" keywordAlexey Dobriyan2-4/+4
2019-08-03ipvs: Improve robustness to the ipvs sysctlJunwei Hu1-34/+35
2019-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+1
2019-07-19proc/sysctl: add shared variables for range checkMatteo Croce1-2/+1
2019-07-16netfilter: nf_conntrack_sip: fix expectation clashxiao ruizhu1-1/+1
2019-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-73/+86
2019-07-05ipvs: strip gre tunnel headers from icmp errorsJulian Anastasov1-4/+42
2019-07-04ipvs: allow tunneling with gre encapsulationVadim Fedorenko2-3/+64
2019-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-73/+86
2019-06-25ipvs: fix tinfo memory leak in start_sync_threadJulian Anastasov2-66/+72
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-06-21ipvs: defer hook registration to avoid leaksJulian Anastasov1-7/+14
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller23-136/+23
2019-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller8-43/+287
2019-05-31ipvs: add checksum support for gue encapsulationJacky Hu2-17/+137
2019-05-31netfilter: ipvs: prefer skb_ensure_writableFlorian Westphal7-18/+18
2019-05-31ipvs: strip udp tunnel headers from icmp errorsJulian Anastasov1-0/+60
2019-05-31ipvs: add function to find tunnelsJulian Anastasov2-0/+37
2019-05-31ipvs: allow rs_table to contain different real server typesJulian Anastasov1-8/+35
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds23-136/+23
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner23-136/+23
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 93Thomas Gleixner1-17/+1
2019-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+1
2019-05-21ipvs: Fix use-after-free in ip_vs_inYueHaibing1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-04-28genetlink: optionally validate strictly/dumpsJohannes Berg1-0/+16
2019-04-28netlink: make validation more configurable for future strictnessJohannes Berg1-9/+4
2019-04-28netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-5/+5
2019-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1