summaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)Author
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
2025-08-26ipv4: Convert ->flowi4_tos to dscp_t.Guillaume Nault
2025-08-19xfrm: Switch to skb_dstref_steal to clear dst_entryStanislav Fomichev
2025-08-15xfrm: xfrm_user: use strscpy() for alg_nameMiguel GarcĂ­a
2025-08-07xfrm: bring back device check in validate_xmit_xfrmSabrina Dubroca
2025-08-07xfrm: restore GSO for SW cryptoSabrina Dubroca
2025-08-06xfrm: flush all states in xfrm_state_finiSabrina Dubroca
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-24Merge tag 'ipsec-next-2025-07-23' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni
2025-07-24Merge tag 'ipsec-2025-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2025-07-08Revert "xfrm: destroy xfrm_state synchronously on net exit path"Sabrina Dubroca
2025-07-08xfrm: delete x->tunnel as we delete xSabrina Dubroca
2025-07-04xfrm: Skip redundant statistics update for crypto offloadJianbo Liu
2025-07-04xfrm: interface: fix use-after-free after changing collect_md xfrm interfaceEyal Birger
2025-07-02net: dst: annotate data-races around dst->obsoleteEric Dumazet
2025-07-02xfrm: Duplicate SPI HandlingAakash Kumar S
2025-07-02xfrm: ipcomp: adjust transport header after decompressingFernando Fernandez Mancera
2025-06-20xfrm: hold device only for the asynchronous decryptionJianbo Liu
2025-06-12xfrm: always initialize offload pathLeon Romanovsky
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-06-03xfrm: state: use a consistent pcpu_id in xfrm_state_findSabrina Dubroca
2025-06-03xfrm: state: initialize state_ptrs earlier in xfrm_state_findSabrina Dubroca
2025-05-26Merge tag 'ipsec-next-2025-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-20xfrm: use kfree_sensitive() for SA secret zeroizationZilin Guan
2025-05-15xfrm: Use nested-BH locking for nat_keepalive_sk_ipv[46]Sebastian Andrzej Siewior
2025-05-15xfrm: prevent configuration of interface index when offload is usedLeon Romanovsky
2025-05-15xfrm: validate assignment of maximal possible SEQ numberLeon Romanovsky
2025-05-14xfrm: Sanitize marks before insertPaul Chaignon
2025-04-30xfrm: ipcomp: fix truesize computation on receiveSabrina Dubroca
2025-04-17xfrm: Refactor migration setup during the cloning processChiachang Wang