summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs
AgeCommit message (Expand)AuthorLines
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
2023-10-01net: replace calls to sock->ops->connect() with kernel_connect()Jordan Rife-2/+2
2023-09-15ipv6: lockless IPV6_MTU_DISCOVER implementationEric Dumazet-1/+1
2023-09-15ipv6: lockless IPV6_MULTICAST_HOPS implementationEric Dumazet-1/+1
2023-09-15ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet-6/+2
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-8/+20
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+4
2023-08-16inet: move inet->nodefrag to inet->inet_flagsEric Dumazet-2/+2
2023-08-16inet: move inet->mc_loop to inet->inet_fragsEric Dumazet-3/+1
2023-08-15netfilter: Update to register_net_sysctl_szJoel Granados-8/+20
2023-08-16ipvs: fix racy memcpy in proc_do_sync_thresholdSishuai Gong-0/+4
2023-06-26Merge tag 'nf-next-23-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski-22/+31
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+2
2023-06-19ipvs: align inner_mac_header for encapsulationTerin Stock-0/+2
2023-06-02ipv4: Drop tos parameter from flowi4_update_output()Guillaume Nault-2/+2
2023-06-01ipvs: dynamically limit the connection hash tableJulian Anastasov-9/+17
2023-06-01ipvs: increase ip_vs_conn_tab_bits range for 64BITAbhijeet Rastogi-15/+16