summaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)Author
4 hoursMerge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
4 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
5 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
5 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
6 daysMerge tag 'ipsec-2026-02-20' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
7 daysespintcp: 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
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