summaryrefslogtreecommitdiffstats
path: root/net/xfrm
AgeCommit message (Expand)AuthorLines
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-4/+21
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-3/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-10/+11
2026-02-20Merge tag 'ipsec-2026-02-20' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski-3/+20
2026-02-19espintcp: Fix race condition in espintcp_close()Hyunwoo Kim-1/+1
2026-02-10Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds-1/+1
2026-02-09xfrm: always flush state and policy upon NETDEV_UNREGISTER eventTetsuo Handa-1/+11
2026-02-02xfrm: skip templates check for packet offload tunnel modeLeon Romanovsky-2/+9
2026-01-02bpf: xfrm: drop dead NULL check in bpf_xdp_get_xfrm_state()Puranjay Mohan-1/+1
2025-12-15xfrm: set ipv4 no_pmtu_disc flag only on output sa when direction is setAntony Antony-0/+1
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-12/+36
2025-11-18Merge tag 'ipsec-2025-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski-12/+36
2025-11-14xfrm: fix memory leak in xfrm_add_acquire()Zilin Guan-0/+3
2025-10-30xfrm: Prevent locally generated packets from direct output in tunnel modeJianbo Liu-1/+5
2025-10-30xfrm: Check inner packet family directly from skb_dstJianbo Liu-2/+2
2025-10-30pfkey: Deprecate pfkeySteffen Klassert-4/+7
2025-10-27xfrm: Skip redundant replay recheck for the hardware offload pathJianbo Liu-8/+8
2025-10-27xfrm: Refactor xfrm_input lock to reduce contention with RSSJianbo Liu-7/+7
2025-10-23espintcp: use datagram_poll_queue for socket readinessRalf Lici-5/+1
2025-10-21xfrm: check all hash buckets for leftover states during netns deletionSabrina Dubroca-4/+8
2025-10-21xfrm: set err and extack on failure to create pcpu SASabrina Dubroca-1/+4
2025-10-21xfrm: call xfrm_dev_state_delete when xfrm_state_migrate fails to add the stateSabrina Dubroca-1/+4
2025-10-21xfrm: make state as DEAD before final put when migrate failsSabrina Dubroca-0/+2
2025-10-21xfrm: also call xfrm_state_delete_tunnel at destroy time for states that were...Sabrina Dubroca-1/+2
2025-10-21xfrm: drop SA reference in xfrm_state_update if dir doesn't matchSabrina Dubroca-2/+6
2025-09-26Merge tag 'ipsec-next-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-5/+5
2025-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+4
2025-09-15xfrm: fix offloading of cross-family tunnelsSabrina Dubroca-1/+1
2025-09-08xfrm: snmp: do not use SNMP_MIB_SENTINEL anymoreEric Dumazet-6/+6
2025-09-01xfrm: xfrm_alloc_spi shouldn't use 0 as SPISabrina Dubroca-0/+3
2025-08-26ipv4: Convert ->flowi4_tos to dscp_t.Guillaume Nault-3/+3
2025-08-19xfrm: Switch to skb_dstref_steal to clear dst_entryStanislav Fomichev-2/+8
2025-08-15xfrm: xfrm_user: use strscpy() for alg_nameMiguel GarcĂ­a-5/+5
2025-08-07xfrm: bring back device check in validate_xmit_xfrmSabrina Dubroca-1/+2
2025-08-07xfrm: restore GSO for SW cryptoSabrina Dubroca-2/+7
2025-08-06xfrm: flush all states in xfrm_state_finiSabrina Dubroca-1/+1
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-53/+30
2025-07-24Merge tag 'ipsec-next-2025-07-23' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni-38/+58
2025-07-24Merge tag 'ipsec-2025-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni-53/+30
2025-07-08Revert "xfrm: destroy xfrm_state synchronously on net exit path"Sabrina Dubroca-15/+10
2025-07-08xfrm: delete x->tunnel as we delete xSabrina Dubroca-12/+8
2025-07-04xfrm: Skip redundant statistics update for crypto offloadJianbo Liu-1/+6
2025-07-04xfrm: interface: fix use-after-free after changing collect_md xfrm interfaceEyal Birger-6/+1
2025-07-02net: dst: annotate data-races around dst->obsoleteEric Dumazet-2/+2
2025-07-02xfrm: Duplicate SPI HandlingAakash Kumar S-29/+43
2025-07-02xfrm: ipcomp: adjust transport header after decompressingFernando Fernandez Mancera-1/+1
2025-06-20xfrm: hold device only for the asynchronous decryptionJianbo Liu-8/+9
2025-06-12xfrm: always initialize offload pathLeon Romanovsky-5/+3
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-3/+3