summaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)Author
2025-10-23espintcp: use datagram_poll_queue for socket readinessRalf Lici
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
2025-04-17xfrm: Migrate offload configurationChiachang Wang
2025-04-16xfrm: Add explicit dev to .xdo_dev_state_{add,delete,free}Cosmin Ratiu
2025-04-16xfrm: Remove unneeded device check from validate_xmit_xfrmCosmin Ratiu
2025-04-16xfrm: Use xdo.dev instead of xdo.real_devCosmin Ratiu
2025-04-14xfrm: Convert xfrmi_exit_batch_rtnl() to ->exit_rtnl().Kuniyuki Iwashima
2025-04-14espintcp: remove encap socket caching to avoid reference leakSabrina Dubroca
2025-04-14espintcp: fix skb leaksSabrina Dubroca
2025-04-11xfrm: Remove unnecessary strscpy_pad() size argumentsThorsten Blum
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-29Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-25Merge tag 'ipsec-next-2025-03-24' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2025-03-21xfrm: ipcomp: Use crypto_acomp interfaceHerbert Xu