summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs (follow)
Commit message (Expand)AuthorAgeFilesLines
* ipvs: Fix clamp() of ip_vs_conn_tab on small memory systemsDavid Laight2024-12-181-2/+2
* ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init()Jinghao Jia2024-11-281-3/+1
* net: convert to nla_get_*_default()Johannes Berg2024-11-111-4/+1
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-022-2/+2
* sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-241-6/+6
* ipvs: properly dereference pe in ip_vs_add_serviceChen Hanxiao2024-07-171-5/+5
* ipvs: Avoid unnecessary calls to skb_is_gso_sctpIsmael Luceno2024-06-261-2/+2
* ipvs: constify ctl_table arguments of utility functionsThomas Weißschuh2024-05-291-3/+4
* ipvs: allow some sysctls in non-init user namespacesAlexander Mikhalitsyn2024-05-081-4/+15
* ipvs: add READ_ONCE barrier for ipvs->sysctl_amemthreshAlexander Mikhalitsyn2024-05-081-7/+7
* netfilter: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-05-033-12/+3
* inet: introduce dst_rtable() helperEric Dumazet2024-05-011-1/+1
* ipv6: introduce dst_rt6_info() helperEric Dumazet2024-04-291-7/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-251-2/+4
|\
| * ipvs: Fix checksumming on GSO of SCTP packetsIsmael Luceno2024-04-251-2/+4
* | ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin2024-04-012-11/+15
|/
* ipvs: Simplify the allocation of ip_vs_conn slab cachesKunwu Chan2024-01-291-3/+1
* ipvs: avoid stat macros calls from preemptible contextFedor Pchelkin2024-01-171-2/+2
* Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-111-1/+1
|\
| * ipv6: annotate data-races around np->mcast_oifEric Dumazet2023-12-111-1/+1
* | Kill sched.h dependency on rcupdate.hKent Overstreet2023-12-272-0/+2
|/
* ipvs: add missing module descriptionsFlorian Westphal2023-11-0816-0/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-051-4/+4
|\
| * net: prevent address rewrite in kernel_bind()Jordan Rife2023-10-011-2/+2
| * net: replace calls to sock->ops->connect() with kernel_connect()Jordan Rife2023-10-011-2/+2
* | inet: implement lockless IP_MTU_DISCOVEREric Dumazet2023-10-011-1/+1
* | inet: implement lockless IP_MULTICAST_TTLEric Dumazet2023-10-011-1/+1
* | ipv6: lockless IPV6_MTU_DISCOVER implementationEric Dumazet2023-09-151-1/+1
* | ipv6: lockless IPV6_MULTICAST_HOPS implementationEric Dumazet2023-09-151-1/+1
* | ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet2023-09-151-6/+2
|/
* Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-08-303-8/+20
|\
| * netfilter: Update to register_net_sysctl_szJoel Granados2023-08-163-8/+20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-181-0/+4
|\ \
| * | ipvs: fix racy memcpy in proc_do_sync_thresholdSishuai Gong2023-08-161-0/+4
| |/
* | inet: move inet->nodefrag to inet->inet_flagsEric Dumazet2023-08-161-2/+2
* | inet: move inet->mc_loop to inet->inet_fragsEric Dumazet2023-08-161-3/+1
|/
* Merge tag 'nf-next-23-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2023-06-262-22/+31
|\
| * ipvs: dynamically limit the connection hash tableJulian Anastasov2023-06-011-9/+17
| * ipvs: increase ip_vs_conn_tab_bits range for 64BITAbhijeet Rastogi2023-06-012-15/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-231-0/+2
|\ \
| * | ipvs: align inner_mac_header for encapsulationTerin Stock2023-06-191-0/+2
| |/
* / ipv4: Drop tos parameter from flowi4_update_output()Guillaume Nault2023-06-021-2/+2
|/
* ipvs: Remove {Enter,Leave}FunctionSimon Horman2023-04-224-92/+9
* ipvs: Consistently use array_size() in ip_vs_conn_init()Simon Horman2023-04-221-6/+6
* ipvs: Update width of source for ip_vs_sync_conn_optionsSimon Horman2023-04-221-1/+1
* net: dst: Switch to rcuref_t reference countingThomas Gleixner2023-03-291-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller2023-02-201-1/+1
|\
| * ipvs: avoid kfree_rcu without 2nd argJulian Anastasov2023-02-021-1/+1
* | netfilter: use skb_ip_totlen and iph_totlenXin Long2023-02-021-1/+1
|/
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-252-2/+2