summaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs
AgeCommit message (Expand)Author
2026-08-18ipvs: fix integer overflow in ftp helper port/address parsingJoas Antonio dos Santos
2026-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-08-10ipvs: revalidate ihl to prevent out-of-bounds accessJulian Anastasov
2026-08-10ipvs: clear IPv4 options after rebasing tunnel ICMP errorsKyle Zeng
2026-08-10ipvs: separate destination availability stateYizhou Zhao
2026-08-10ipvs: properly update the overload flag on dest editJulian Anastasov
2026-08-10ipvs: add totalconns for destJulian Anastasov
2026-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-07-31ipvs: return the csum validation for forward hookJulian Anastasov
2026-07-31ipvs: avoid out-of-bounds write in ip_vs_nat_icmpJulian Anastasov
2026-07-31ipvs: stop estimator after disabled calc phaseZhiling Zou
2026-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-07-24ipvs: use type-safe allocation helpers in ip_vs_rht_allocSubasri S
2026-07-24ipvs: Move defense_work and est_reload_work to system_dfl_long_wqIsmael Luceno
2026-07-23ipvs: clear the nfct flag under lockJulian Anastasov
2026-07-23ipvs: do not mangle ICMP replies for non-first fragmentsJulian Anastasov
2026-07-23ipvs: fix places with wrong packet offsetsJulian Anastasov
2026-07-23ipvs: fix the checksum validationsJulian Anastasov
2026-07-23ipvs: adjust double hashing when fwd method changesJulian Anastasov
2026-07-23ipvs: do not propagate one-packet flag to synced connsZhiling Zou
2026-07-22Merge branch 'big-tcp-for-udp-tunnels'Paolo Abeni
2026-07-22udp: Support BIG TCP GSO packets where they can occurAlice Mikityanska
2026-07-22net: Use helpers to get/set UDP len tree-wideAlice Mikityanska
2026-07-20Merge 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