summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-15/+15
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-29/+27
2026-02-17ipvs: do not keep dest_dst if dev is going downJulian Anastasov-10/+36
2026-02-17ipvs: skip ipv6 extension headers for csum checksJulian Anastasov-39/+20
2026-02-06net/ipv6: Introduce payload_len helpersAlice Mikityanska-1/+1
2025-12-10ipvs: fix ipv4 null-ptr-deref in route error pathSlavin Liu-0/+3
2025-11-28net: Remove KMSG_COMPONENT macroHeiko Carstens-60/+30
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook-1/+1
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook-2/+2
2025-09-24ipvs: Defer ip_vs_ftp unregister during netns cleanupSlavin Liu-1/+3
2025-09-11ipvs: Use READ_ONCE/WRITE_ONCE for ipvs->enableZhang Tengfei-20/+17
2025-08-13ipvs: Fix estimator kthreads preferred affinityFrederic Weisbecker-1/+2
2025-07-25ipvs: Rename del_timer in comment in ip_vs_conn_expire_now()WangYuli-1/+1
2025-07-02net: dst: annotate data-races around dst->obsoleteEric Dumazet-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-4/+7
2025-05-21sctp: use skb_crc32c() instead of __skb_checksum()Eric Biggers-1/+1
2025-05-07ipvs: fix uninit-value for saddr in do_output_route4Julian Anastasov-19/+8
2025-04-08Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-4/+4
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers-1/+1
2025-03-12ipvs: prevent integer overflow in do_ip_vs_get_ctl()Dan Carpenter-4/+4
2025-01-05ipvs: speed up reads from ip_vs_conn proc fileFlorian Westphal-22/+28
2024-12-18ipvs: Fix clamp() of ip_vs_conn_tab on small memory systemsDavid Laight-2/+2
2024-11-28ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init()Jinghao Jia-3/+1
2024-11-11net: convert to nla_get_*_default()Johannes Berg-4/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-2/+2
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados-6/+6
2024-07-17ipvs: properly dereference pe in ip_vs_add_serviceChen Hanxiao-5/+5
2024-06-26ipvs: Avoid unnecessary calls to skb_is_gso_sctpIsmael Luceno-2/+2
2024-05-28ipvs: constify ctl_table arguments of utility functionsThomas Weißschuh-3/+4
2024-05-08ipvs: allow some sysctls in non-init user namespacesAlexander Mikhalitsyn-4/+15
2024-05-08ipvs: add READ_ONCE barrier for ipvs->sysctl_amemthreshAlexander Mikhalitsyn-7/+7
2024-05-03netfilter: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados-12/+3
2024-04-30inet: introduce dst_rtable() helperEric Dumazet-1/+1
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet-7/+7
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+4
2024-04-25ipvs: Fix checksumming on GSO of SCTP packetsIsmael Luceno-2/+4
2024-04-01ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin-11/+15
2024-01-29ipvs: Simplify the allocation of ip_vs_conn slab cachesKunwu Chan-3/+1
2024-01-17ipvs: avoid stat macros calls from preemptible contextFedor Pchelkin-2/+2
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-1/+1
2023-12-27Kill sched.h dependency on rcupdate.hKent Overstreet-0/+2
2023-12-11ipv6: annotate data-races around np->mcast_oifEric Dumazet-1/+1
2023-11-08ipvs: add missing module descriptionsFlorian Westphal-0/+16
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+4
2023-10-01inet: implement lockless IP_MTU_DISCOVEREric Dumazet-1/+1
2023-10-01inet: implement lockless IP_MULTICAST_TTLEric Dumazet-1/+1
2023-10-01net: prevent address rewrite in kernel_bind()Jordan Rife-2/+2