summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs
Commit message (Expand)AuthorAgeFilesLines
* ipvs: align inner_mac_header for encapsulationTerin Stock2023-06-191-0/+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-281-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-011-1/+1
|/
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-252-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-12-131-0/+5
|\
| * ipvs: add a 'default' case in do_ip_vs_set_ctl()Li Qiong2022-12-131-0/+5
* | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-133-174/+1201
|\ \
| * | ipvs: fix type warning in do_div() on 32 bitJakub Kicinski2022-12-131-1/+2
| * | ipvs: run_estimation should control the kthread tasksJulian Anastasov2022-12-102-2/+29
| * | ipvs: add est_cpulist and est_nice sysctl varsJulian Anastasov2022-12-102-4/+151
| * | ipvs: use kthreads for stats estimationJulian Anastasov2022-12-102-95/+907
| * | ipvs: use u64_stats_t for the per-cpu countersJulian Anastasov2022-12-103-30/+30
| * | ipvs: use common functions for stats allocationJulian Anastasov2022-12-101-41/+55
| * | ipvs: add rcu protection to statsJulian Anastasov2022-12-102-24/+50
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-032-9/+31
| |\|
| * | net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner2022-10-281-2/+2
* | | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-121-1/+1
|\ \ \
| * | | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-1/+1
| | |/ | |/|
* / | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-2/+2
|/ /
* | ipvs: fix WARNING in ip_vs_app_net_cleanup()Zhengchao Shao2022-11-021-2/+8
* | ipvs: fix WARNING in __ip_vs_cleanup_batch()Zhengchao Shao2022-11-021-5/+21
* | ipvs: use explicitly signed charsJason A. Donenfeld2022-11-021-2/+2
|/
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-2/+2
* netfilter: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-071-4/+4
* genetlink: start to validate reserved header bytesJakub Kicinski2022-08-291-0/+1
* net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima2022-08-241-2/+2
* netfilter: ipvs: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-07-211-3/+2
* net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang2022-05-031-3/+1
* ipvs: correctly print the memory size of ip_vs_conn_tabPengcheng Yang2022-04-191-1/+1
* net: Add skb_clear_tstamp() to keep the mono delivery_timeMartin KaFai Lau2022-03-031-3/+3
* ipvs: remove unused variable for ip_vs_new_destGuoYong Zheng2021-11-301-5/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-11-191-4/+4
|\
| * netfilter: ipvs: Fix reuse connection if RS weight is 0yangxingwu2021-11-081-4/+4
* | Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-111-0/+2
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-11-021-0/+2
| |\
| | * ipvs: autoload ipvs on genl accessThomas Weißschuh2021-10-221-0/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-1/+0
|\ \ \ | |/ / |/| |
| * | include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu2021-11-061-1/+0
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-221-0/+5
|\|
| * netfilter: ipvs: make global sysctl readonly in non-init netnsAntoine Tenart2021-10-141-0/+5
* | netfilter: ipvs: merge ipv4 + ipv6 icmp reply handlersFlorian Westphal2021-10-141-23/+14
* | netfilter: ipvs: remove unneeded input wrappersFlorian Westphal2021-10-141-53/+4
* | netfilter: ipvs: remove unneeded output wrappersFlorian Westphal2021-10-141-56/+6
* | netfilter: ipvs: prepare for hook function reductionFlorian Westphal2021-10-141-10/+16