aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-01Merge 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-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 93Thomas Gleixner1-17/+1
2019-05-23Merge 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-27genetlink: optionally validate strictly/dumpsJohannes Berg1-0/+16
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-9/+4
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-5/+5
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-04-13ipvs: do not schedule icmp errors from tunnelsJulian Anastasov1-1/+1
2019-04-08ipvs: allow tunneling with gue encapsulationJacky Hu2-5/+114
2019-03-22genetlink: make policy common to familyJohannes Berg1-12/+1
2019-03-01ipvs: get sctphdr by sctphoff in sctp_csum_checkXin Long1-5/+2
2019-03-01ipvs: change some data types from int to boolAndrea Claudi5-18/+18
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2019-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-4/+2
2019-02-16ipvs: fix warning on unused variableAndrea Claudi1-1/+2
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-6/+15
2019-02-12ipvs: fix dependency on nf_defrag_ipv6Andrea Claudi3-6/+15
2019-02-12ipvs: Use struct_size() helperGustavo A. R. Silva1-4/+2
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+12
2019-01-28ipvs: use indirect call wrappersMatteo Croce3-10/+45
2019-01-28ipvs: avoid indirect calls when calculating checksumsMatteo Croce4-15/+19
2019-01-24ipvs: Fix signed integer overflow when setsockopt timeoutZhangXiaoxu1-0/+12
2018-11-26ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notfXin Long1-0/+3
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-1/+1
2018-10-08net: Add extack to nlmsg_parseDavid Ahern1-1/+1
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski1-2/+1
2018-08-23treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann2-6/+6
2018-08-16ipvs: don't show negative times in ip_vs_connMatteo Croce1-8/+14
2018-08-16ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()Tan Hu1-4/+11
2018-08-04net: Remove some unneeded semicolonzhong jiang1-1/+1
2018-07-18ipvs: drop conn templates under attackJulian Anastasov1-20/+39
2018-07-18ipvs: add assured state for conn templatesJulian Anastasov5-14/+27
2018-07-18ipvs: provide just conn to ip_vs_state_nameJulian Anastasov2-8/+8
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-1/+5
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+2
2018-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-1/+5
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds15-238/+971
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-85/+13
2018-06-04ipvs: fix check on xmit to non-local addressesJulian Anastasov1-1/+1
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+15