summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs
AgeCommit message (Expand)AuthorLines
2019-10-24ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet-8/+7
2019-10-24ipvs: don't ignore errors in case refcounting ip_vs module failsDavide Caratti-17/+28
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal-1/+1
2019-09-26net: Fix Kconfig indentationKrzysztof Kozlowski-3/+3
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski-38/+39
2019-08-13netfilter: remove unnecessary spacesyangxingwu-4/+4
2019-08-08net: delete "register" keywordAlexey Dobriyan-4/+4
2019-08-03ipvs: Improve robustness to the ipvs sysctlJunwei Hu-34/+35
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-1/+1
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce-2/+1
2019-07-16netfilter: nf_conntrack_sip: fix expectation clashxiao ruizhu-1/+1
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-73/+86
2019-07-05ipvs: strip gre tunnel headers from icmp errorsJulian Anastasov-4/+42
2019-07-04ipvs: allow tunneling with gre encapsulationVadim Fedorenko-3/+64
2019-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-73/+86
2019-06-25ipvs: fix tinfo memory leak in start_sync_threadJulian Anastasov-66/+72
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+1
2019-06-21ipvs: defer hook registration to avoid leaksJulian Anastasov-7/+14
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-5/+1
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-136/+23
2019-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-43/+287
2019-05-31ipvs: add checksum support for gue encapsulationJacky Hu-17/+137
2019-05-31netfilter: ipvs: prefer skb_ensure_writableFlorian Westphal-18/+18
2019-05-31ipvs: strip udp tunnel headers from icmp errorsJulian Anastasov-0/+60
2019-05-31ipvs: add function to find tunnelsJulian Anastasov-0/+37
2019-05-31ipvs: allow rs_table to contain different real server typesJulian Anastasov-8/+35
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds-136/+23
2019-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-136/+23
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 93Thomas Gleixner-17/+1
2019-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-1/+1
2019-05-21ipvs: Fix use-after-free in ip_vs_inYueHaibing-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+1
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg-0/+16
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg-9/+4
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek-5/+5
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2019-04-13ipvs: do not schedule icmp errors from tunnelsJulian Anastasov-1/+1
2019-04-08ipvs: allow tunneling with gue encapsulationJacky Hu-5/+114
2019-03-22genetlink: make policy common to familyJohannes Berg-12/+1
2019-03-01ipvs: get sctphdr by sctphoff in sctp_csum_checkXin Long-5/+2
2019-03-01ipvs: change some data types from int to boolAndrea Claudi-18/+18
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+2
2019-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-4/+2
2019-02-16ipvs: fix warning on unused variableAndrea Claudi-1/+2
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-6/+15
2019-02-12ipvs: fix dependency on nf_defrag_ipv6Andrea Claudi-6/+15
2019-02-12ipvs: Use struct_size() helperGustavo A. R. Silva-4/+2