summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs
AgeCommit message (Expand)AuthorLines
2020-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski-3/+3
2020-11-27ipvs: fix possible memory leak in ip_vs_control_net_initWang Hai-6/+25
2020-11-22ipvs: replace atomic_add_return()Yejune Deng-3/+3
2020-10-30netfilter: use actual socket sk rather than skb sk when routing harderJason A. Donenfeld-2/+2
2020-10-20ipvs: adjust the debug info in function set_tcp_statelongguang.yue-4/+6
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+6
2020-10-12ipvs: clear skb->tstamp in forwarding pathJulian Anastasov-0/+6
2020-10-12ipvs: inspect reply packets from DR/TUN real serverslongguang.yue-15/+22
2020-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-3/+0
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski-3/+3
2020-09-22ipvs: Remove unused macrosYueHaibing-3/+0
2020-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-4/+4
2020-08-31ipvs: remove dependency on ip6_tablesYaroslav Bolyukin-1/+0
2020-08-28ipvs: Fix uninit-value in do_ip_vs_set_ctl()Peilin Ye-3/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-27/+81
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-4/+8
2020-07-24netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig-2/+2
2020-07-22ipvs: fix the connection sync failed in some casesguodeqing-4/+8
2020-07-22ipvs: queue delayed work to expire no destination connections if expire_nodes...Andrew Sy Kim-27/+81
2020-07-04ipvs: allow connection reuse for unconfirmed conntrackJulian Anastasov-5/+7
2020-07-01ipvs: avoid expiring many connections from timerJulian Anastasov-17/+42
2020-06-30ipvs: register hooks only with servicesJulian Anastasov-19/+84
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-27/+27
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig-3/+3
2020-03-30ipvs: fix uninitialized variable warningHaishuang Yan-2/+1
2020-03-27ipvs: optimize tunnel dumps for icmp errorsHaishuang Yan-20/+26
2020-01-24ipvs: fix spelling mistake "to" -> "too"Colin Ian King-1/+1
2019-12-24net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu-1/+1
2019-11-26net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Maciej Żenczykowski-1/+1
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-25/+35
2019-10-28net: Fix various misspellings of "connect"Geert Uytterhoeven-1/+1
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-08ipvs: batch __ip_vs_dev_cleanupHaishuang Yan-7/+12
2019-10-08ipvs: batch __ip_vs_cleanupHaishuang Yan-15/+25
2019-10-08ipvs: no need to update skb route entry for local destination packets.zhang kai-12/+6
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