summaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs
AgeCommit message (Expand)Author
2024-04-25ipvs: Fix checksumming on GSO of SCTP packetsIsmael Luceno
2024-01-29ipvs: Simplify the allocation of ip_vs_conn slab cachesKunwu Chan
2024-01-17ipvs: avoid stat macros calls from preemptible contextFedor Pchelkin
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-12-27Kill sched.h dependency on rcupdate.hKent Overstreet
2023-12-11ipv6: annotate data-races around np->mcast_oifEric Dumazet
2023-11-08ipvs: add missing module descriptionsFlorian Westphal
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-01inet: implement lockless IP_MTU_DISCOVEREric Dumazet
2023-10-01inet: implement lockless IP_MULTICAST_TTLEric Dumazet
2023-10-01net: prevent address rewrite in kernel_bind()Jordan Rife
2023-10-01net: replace calls to sock->ops->connect() with kernel_connect()Jordan Rife
2023-09-15ipv6: lockless IPV6_MTU_DISCOVER implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_MULTICAST_HOPS implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-16inet: move inet->nodefrag to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->mc_loop to inet->inet_fragsEric Dumazet
2023-08-15netfilter: Update to register_net_sysctl_szJoel Granados
2023-08-16ipvs: fix racy memcpy in proc_do_sync_thresholdSishuai Gong
2023-06-26Merge tag 'nf-next-23-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-19ipvs: align inner_mac_header for encapsulationTerin Stock
2023-06-02ipv4: Drop tos parameter from flowi4_update_output()Guillaume Nault
2023-06-01ipvs: dynamically limit the connection hash tableJulian Anastasov
2023-06-01ipvs: increase ip_vs_conn_tab_bits range for 64BITAbhijeet Rastogi
2023-04-22ipvs: Remove {Enter,Leave}FunctionSimon Horman
2023-04-22ipvs: Consistently use array_size() in ip_vs_conn_init()Simon Horman
2023-04-22ipvs: Update width of source for ip_vs_sync_conn_optionsSimon Horman
2023-03-28net: dst: Switch to rcuref_t reference countingThomas Gleixner
2023-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller
2023-02-02ipvs: avoid kfree_rcu without 2nd argJulian Anastasov
2023-02-01netfilter: use skb_ip_totlen and iph_totlenXin Long
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)
2022-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-12-13ipvs: add a 'default' case in do_ip_vs_set_ctl()Li Qiong
2022-12-13ipvs: fix type warning in do_div() on 32 bitJakub Kicinski
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2022-12-10ipvs: run_estimation should control the kthread tasksJulian Anastasov
2022-12-10ipvs: add est_cpulist and est_nice sysctl varsJulian Anastasov
2022-12-10ipvs: use kthreads for stats estimationJulian Anastasov
2022-12-10ipvs: use u64_stats_t for the per-cpu countersJulian Anastasov
2022-12-10ipvs: use common functions for stats allocationJulian Anastasov
2022-12-10ipvs: add rcu protection to statsJulian Anastasov
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-02ipvs: fix WARNING in ip_vs_app_net_cleanup()Zhengchao Shao