summaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs
AgeCommit message (Expand)Author
8 hoursMerge branch 'main' of https://git.kernel.org/pub/scm/linux/kernel/git/netdev...Mark Brown
5 daysipvs: use type-safe allocation helpers in ip_vs_rht_allocSubasri S
5 daysipvs: Move defense_work and est_reload_work to system_dfl_long_wqIsmael Luceno
5 daysipvs: clear the nfct flag under lockJulian Anastasov
5 daysipvs: do not mangle ICMP replies for non-first fragmentsJulian Anastasov
5 daysipvs: fix places with wrong packet offsetsJulian Anastasov
5 daysipvs: fix the checksum validationsJulian Anastasov
5 daysipvs: adjust double hashing when fwd method changesJulian Anastasov
5 daysipvs: do not propagate one-packet flag to synced connsZhiling Zou
7 daysMerge branch 'big-tcp-for-udp-tunnels'Paolo Abeni
7 daysudp: Support BIG TCP GSO packets where they can occurAlice Mikityanska
7 daysnet: Use helpers to get/set UDP len tree-wideAlice Mikityanska
9 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-07-10ipvs: fix more places with wrong ipv6 transport offsetsJulian Anastasov
2026-07-10ipvs: reload ip header after head reallocationFlorian Westphal
2026-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-07-08ipvs: ensure inner headers in ICMP errors are in headroomJulian Anastasov
2026-07-08ipvs: use parsed transport offset in SCTP state lookupYizhou Zhao
2026-07-08ipvs: use parsed transport offset in TCP state lookupYizhou Zhao
2026-07-08ipvs: pass parsed transport offset to state handlersYizhou Zhao
2026-07-03ipvs: reset full ip_vs_seq structs in ip_vs_conn_newYizhou Zhao
2026-07-03ipvs: fix PMTU for GUE/GRE tunnel ICMP errorsYizhou Zhao
2026-07-02netfilter: replace u_int8_t and u_int16t with u8 and u16Carlos Grillet
2026-06-14ipvs: Replace use of system_unbound_wq with system_dfl_long_wqMarco Crivellari
2026-06-05ipvs: add conn_max sysctl to limit connectionsJulian Anastasov
2026-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-01ipvs: clear the svc scheduler ptr early on editJulian Anastasov
2026-05-24netfilter: add option for GCOV profilingFlorian Westphal
2026-05-16ipvs: avoid possible loop in ip_vs_dst_event on resizingJulian Anastasov
2026-05-05ipvs: Guard access of HK_TYPE_KTHREAD cpumask with RCUWaiman Long
2026-05-05ipvs: fix shift-out-of-bounds in ip_vs_rht_desired_sizeJulian Anastasov
2026-05-05ipvs: fix races around est_mutex and est_cpulistJulian Anastasov
2026-05-05ipvs: do not leak dest after get from dest trashJulian Anastasov
2026-05-05ipvs: fix the spin_lock usage for RT buildJulian Anastasov
2026-05-05ipvs: fix races around the conn_lfactor and svc_lfactor sysctl varsJulian Anastasov
2026-05-05ipvs: fixes for the new ip_vs_status infoJulian Anastasov
2026-04-20ipvs: fix MTU check for GSO packets in tunnel modeYingnan Zhang
2026-04-10ipvs: add conn_lfactor and svc_lfactor sysctl varsJulian Anastasov
2026-04-10ipvs: add ip_vs_status infoJulian Anastasov
2026-04-10ipvs: show the current conn_tab size to usersJulian Anastasov
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-04-08ipvs: fix NULL deref in ip_vs_add_service error pathWeiming Shi
2026-03-04ipvs: use more keys for connection hashingJulian Anastasov
2026-03-04ipvs: switch to per-net connection tableJulian Anastasov
2026-03-04ipvs: use resizable hash table for servicesJulian Anastasov
2026-03-04ipvs: add resizable hash tablesJulian Anastasov
2026-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-02-25ipvs: no_cport and dropentry counters can be per-netJulian Anastasov
2026-02-25ipvs: use more counters to avoid service lookupsJulian Anastasov
2026-02-25ipvs: do not keep dest_dst after dest is removedJulian Anastasov