summaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs
AgeCommit message (Expand)Author
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-07-05ipvs: strip gre tunnel headers from icmp errorsJulian Anastasov
2019-07-04ipvs: allow tunneling with gre encapsulationVadim Fedorenko
2019-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-06-25ipvs: fix tinfo memory leak in start_sync_threadJulian Anastasov
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-21ipvs: defer hook registration to avoid leaksJulian Anastasov
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2019-05-31ipvs: add checksum support for gue encapsulationJacky Hu
2019-05-31netfilter: ipvs: prefer skb_ensure_writableFlorian Westphal
2019-05-31ipvs: strip udp tunnel headers from icmp errorsJulian Anastasov
2019-05-31ipvs: add function to find tunnelsJulian Anastasov
2019-05-31ipvs: allow rs_table to contain different real server typesJulian Anastasov
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2019-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 93Thomas Gleixner
2019-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-05-21ipvs: Fix use-after-free in ip_vs_inYueHaibing
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-13ipvs: do not schedule icmp errors from tunnelsJulian Anastasov
2019-04-08ipvs: allow tunneling with gue encapsulationJacky Hu
2019-03-22genetlink: make policy common to familyJohannes Berg
2019-03-01ipvs: get sctphdr by sctphoff in sctp_csum_checkXin Long
2019-03-01ipvs: change some data types from int to boolAndrea Claudi
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2019-02-16ipvs: fix warning on unused variableAndrea Claudi
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-12ipvs: fix dependency on nf_defrag_ipv6Andrea Claudi
2019-02-12ipvs: Use struct_size() helperGustavo A. R. Silva
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-28ipvs: use indirect call wrappersMatteo Croce
2019-01-28ipvs: avoid indirect calls when calculating checksumsMatteo Croce
2019-01-24ipvs: Fix signed integer overflow when setsockopt timeoutZhangXiaoxu
2018-11-26ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notfXin Long
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2018-10-08net: Add extack to nlmsg_parseDavid Ahern
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski
2018-08-23treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann
2018-08-16ipvs: don't show negative times in ip_vs_connMatteo Croce
2018-08-16ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()Tan Hu