summaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)Author
9 daysMerge tag 'ipsec-2026-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2026-03-17xfrm: iptfs: only publish mode_data after clone setupPaul Moses
2026-03-16xfrm: prevent policy_hthresh.work from racing with netns teardownMinwoo Ra
2026-03-13xfrm: Fix work re-schedule after cancel in xfrm_nat_keepalive_net_fini()Hyunwoo Kim
2026-03-12xfrm: avoid RCU warnings around the per-netns netlink socketSabrina Dubroca
2026-03-12xfrm: add rcu_access_pointer to silence sparse warning for xfrm_input_afinfoSabrina Dubroca
2026-03-12xfrm: policy: silence sparse warning in xfrm_policy_unregister_afinfoSabrina Dubroca
2026-03-12xfrm: policy: fix sparse warnings in xfrm_policy_{init,fini}Sabrina Dubroca
2026-03-12xfrm: state: silence sparse warnings during netns exitSabrina Dubroca
2026-03-12xfrm: remove rcu/state_hold from xfrm_state_lookup_spi_protoSabrina Dubroca
2026-03-12xfrm: state: add xfrm_state_deref_prot to state_by* walk under lockSabrina Dubroca
2026-03-12xfrm: state: fix sparse warnings around XFRM_STATE_INSERTSabrina Dubroca
2026-03-12xfrm: state: fix sparse warnings in xfrm_state_initSabrina Dubroca
2026-03-12xfrm: state: fix sparse warnings on xfrm_state_hold_rcuSabrina Dubroca
2026-03-09xfrm: iptfs: fix skb_put() panic on non-linear skb during reassemblyFernando Fernandez Mancera
2026-03-02xfrm: iptfs: validate inner IPv4 header length in IPTFS payloadRoshan Kumar
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-02-25xfrm: call xdo_dev_state_delete during state updateSabrina Dubroca
2026-02-25xfrm: fix the condition on x->pcpu_num in xfrm_sa_lenSabrina Dubroca
2026-02-25xfrm: add missing extack for XFRMA_SA_PCPU in add_acquire and allocspiSabrina Dubroca
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-20Merge tag 'ipsec-2026-02-20' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2026-02-19espintcp: Fix race condition in espintcp_close()Hyunwoo Kim
2026-02-10Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
2026-02-09xfrm: always flush state and policy upon NETDEV_UNREGISTER eventTetsuo Handa
2026-02-02xfrm: skip templates check for packet offload tunnel modeLeon Romanovsky
2026-01-02bpf: xfrm: drop dead NULL check in bpf_xdp_get_xfrm_state()Puranjay Mohan
2025-12-15xfrm: set ipv4 no_pmtu_disc flag only on output sa when direction is setAntony Antony
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-18Merge tag 'ipsec-2025-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2025-11-14xfrm: fix memory leak in xfrm_add_acquire()Zilin Guan
2025-10-30xfrm: Prevent locally generated packets from direct output in tunnel modeJianbo Liu
2025-10-30xfrm: Check inner packet family directly from skb_dstJianbo Liu
2025-10-30pfkey: Deprecate pfkeySteffen Klassert
2025-10-27xfrm: Skip redundant replay recheck for the hardware offload pathJianbo Liu
2025-10-27xfrm: Refactor xfrm_input lock to reduce contention with RSSJianbo Liu
2025-10-23espintcp: use datagram_poll_queue for socket readinessRalf Lici
2025-10-21xfrm: check all hash buckets for leftover states during netns deletionSabrina Dubroca
2025-10-21xfrm: set err and extack on failure to create pcpu SASabrina Dubroca
2025-10-21xfrm: call xfrm_dev_state_delete when xfrm_state_migrate fails to add the stateSabrina Dubroca
2025-10-21xfrm: make state as DEAD before final put when migrate failsSabrina Dubroca
2025-10-21xfrm: also call xfrm_state_delete_tunnel at destroy time for states that were...Sabrina Dubroca
2025-10-21xfrm: drop SA reference in xfrm_state_update if dir doesn't matchSabrina Dubroca
2025-09-26Merge tag 'ipsec-next-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2025-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-15xfrm: fix offloading of cross-family tunnelsSabrina Dubroca
2025-09-08xfrm: snmp: do not use SNMP_MIB_SENTINEL anymoreEric Dumazet
2025-09-01xfrm: xfrm_alloc_spi shouldn't use 0 as SPISabrina Dubroca