summaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs
AgeCommit message (Expand)Author
3 daysipvs: fix MTU check for GSO packets in tunnel modeYingnan Zhang
2026-01-19ipvs: fix ipv4 null-ptr-deref in route error pathSlavin Liu
2025-10-29ipvs: Defer ip_vs_ftp unregister during netns cleanupSlavin Liu
2025-05-02ipvs: properly dereference pe in ip_vs_add_serviceChen Hanxiao
2025-04-10ipvs: prevent integer overflow in do_ip_vs_get_ctl()Dan Carpenter
2024-12-14ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init()Jinghao Jia
2024-08-19ipvs: Avoid unnecessary calls to skb_is_gso_sctpIsmael Luceno
2024-05-02ipvs: Fix checksumming on GSO of SCTP packetsIsmael Luceno
2024-01-25ipvs: avoid stat macros calls from preemptible contextFedor Pchelkin
2023-10-25net: prevent address rewrite in kernel_bind()Jordan Rife
2023-10-10net: replace calls to sock->ops->connect() with kernel_connect()Jordan Rife
2023-08-26ipvs: fix racy memcpy in proc_do_sync_thresholdSishuai Gong
2023-06-28ipvs: align inner_mac_header for encapsulationTerin Stock
2023-05-30ipvs: Update width of source for ip_vs_sync_conn_optionsSimon Horman
2022-11-10ipvs: fix WARNING in ip_vs_app_net_cleanup()Zhengchao Shao
2022-11-10ipvs: fix WARNING in __ip_vs_cleanup_batch()Zhengchao Shao
2022-11-10ipvs: use explicitly signed charsJason A. Donenfeld
2022-08-31net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima
2022-05-09ipvs: correctly print the memory size of ip_vs_conn_tabPengcheng Yang
2021-12-01netfilter: ipvs: Fix reuse connection if RS weight is 0yangxingwu
2021-10-27netfilter: ipvs: make global sysctl readonly in non-init netnsAntoine Tenart
2021-10-06ipvs: check that ip_vs_conn_tab_bits is between 8 and 20Andrea Claudi
2021-06-10ipvs: ignore IP_VS_SVC_F_HASHED flag when adding serviceJulian Anastasov
2020-11-27ipvs: fix possible memory leak in ip_vs_control_net_initWang Hai
2020-10-30netfilter: use actual socket sk rather than skb sk when routing harderJason A. Donenfeld
2020-10-20ipvs: adjust the debug info in function set_tcp_statelongguang.yue
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-12ipvs: clear skb->tstamp in forwarding pathJulian Anastasov
2020-10-12ipvs: inspect reply packets from DR/TUN real serverslongguang.yue
2020-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski
2020-09-22ipvs: Remove unused macrosYueHaibing
2020-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2020-08-31ipvs: remove dependency on ip6_tablesYaroslav Bolyukin
2020-08-28ipvs: Fix uninit-value in do_ip_vs_set_ctl()Peilin Ye
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-24netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig
2020-07-22ipvs: fix the connection sync failed in some casesguodeqing
2020-07-22ipvs: queue delayed work to expire no destination connections if expire_nodes...Andrew Sy Kim
2020-07-04ipvs: allow connection reuse for unconfirmed conntrackJulian Anastasov
2020-07-01ipvs: avoid expiring many connections from timerJulian Anastasov
2020-06-30ipvs: register hooks only with servicesJulian Anastasov
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-03-30ipvs: fix uninitialized variable warningHaishuang Yan
2020-03-27ipvs: optimize tunnel dumps for icmp errorsHaishuang Yan
2020-01-24ipvs: fix spelling mistake "to" -> "too"Colin Ian King
2019-12-24net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu