summaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)AuthorFilesLines
35 hoursxfrm: iptfs: only publish mode_data after clone setupPaul Moses1-3/+3
35 hoursxfrm: iptfs: validate inner IPv4 header length in IPTFS payloadRoshan Kumar1-0/+5
35 hoursxfrm: prevent policy_hthresh.work from racing with netns teardownMinwoo Ra1-0/+2
35 hoursxfrm: Fix work re-schedule after cancel in xfrm_nat_keepalive_net_fini()Hyunwoo Kim1-1/+1
35 hoursxfrm: iptfs: fix skb_put() panic on non-linear skb during reassemblyFernando Fernandez Mancera1-0/+6
35 hoursxfrm: call xdo_dev_state_delete during state updateSabrina Dubroca1-0/+1
35 hoursxfrm: fix the condition on x->pcpu_num in xfrm_sa_lenSabrina Dubroca1-1/+1
35 hoursxfrm: add missing extack for XFRMA_SA_PCPU in add_acquire and allocspiSabrina Dubroca1-1/+4
2026-03-04espintcp: Fix race condition in espintcp_close()Hyunwoo Kim1-1/+1
2026-03-04xfrm: always flush state and policy upon NETDEV_UNREGISTER eventTetsuo Handa1-1/+11
2026-03-04xfrm: skip templates check for packet offload tunnel modeLeon Romanovsky1-2/+9
2025-12-15xfrm: set ipv4 no_pmtu_disc flag only on output sa when direction is setAntony Antony1-0/+1
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-12/+36
2025-11-19Merge tag 'ipsec-2025-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski4-12/+36
2025-11-14xfrm: fix memory leak in xfrm_add_acquire()Zilin Guan1-0/+3
2025-10-30xfrm: Prevent locally generated packets from direct output in tunnel modeJianbo Liu1-1/+5
2025-10-30xfrm: Check inner packet family directly from skb_dstJianbo Liu2-2/+2
2025-10-30pfkey: Deprecate pfkeySteffen Klassert1-4/+7
2025-10-27xfrm: Skip redundant replay recheck for the hardware offload pathJianbo Liu1-8/+8
2025-10-27xfrm: Refactor xfrm_input lock to reduce contention with RSSJianbo Liu1-7/+7
2025-10-23espintcp: use datagram_poll_queue for socket readinessRalf Lici1-5/+1
2025-10-21xfrm: check all hash buckets for leftover states during netns deletionSabrina Dubroca1-4/+8
2025-10-21xfrm: set err and extack on failure to create pcpu SASabrina Dubroca1-1/+4
2025-10-21xfrm: call xfrm_dev_state_delete when xfrm_state_migrate fails to add the stateSabrina Dubroca1-1/+4
2025-10-21xfrm: make state as DEAD before final put when migrate failsSabrina Dubroca1-0/+2
2025-10-21xfrm: also call xfrm_state_delete_tunnel at destroy time for states that were...Sabrina Dubroca1-1/+2
2025-10-21xfrm: drop SA reference in xfrm_state_update if dir doesn't matchSabrina Dubroca1-2/+6
2025-09-27Merge tag 'ipsec-next-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-5/+5
2025-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+4
2025-09-15xfrm: fix offloading of cross-family tunnelsSabrina Dubroca1-1/+1
2025-09-09xfrm: snmp: do not use SNMP_MIB_SENTINEL anymoreEric Dumazet1-6/+6
2025-09-01xfrm: xfrm_alloc_spi shouldn't use 0 as SPISabrina Dubroca1-0/+3
2025-08-27ipv4: Convert ->flowi4_tos to dscp_t.Guillaume Nault1-3/+3
2025-08-20xfrm: Switch to skb_dstref_steal to clear dst_entryStanislav Fomichev1-2/+8
2025-08-15xfrm: xfrm_user: use strscpy() for alg_nameMiguel GarcĂ­a1-5/+5
2025-08-07xfrm: bring back device check in validate_xmit_xfrmSabrina Dubroca1-1/+2
2025-08-07xfrm: restore GSO for SW cryptoSabrina Dubroca1-2/+7
2025-08-06xfrm: flush all states in xfrm_state_finiSabrina Dubroca1-1/+1
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-53/+30
2025-07-24Merge tag 'ipsec-next-2025-07-23' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni2-38/+58
2025-07-24Merge tag 'ipsec-2025-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni5-53/+30
2025-07-08Revert "xfrm: destroy xfrm_state synchronously on net exit path"Sabrina Dubroca2-15/+10
2025-07-08xfrm: delete x->tunnel as we delete xSabrina Dubroca2-12/+8
2025-07-04xfrm: Skip redundant statistics update for crypto offloadJianbo Liu1-1/+6
2025-07-04xfrm: interface: fix use-after-free after changing collect_md xfrm interfaceEyal Birger1-6/+1
2025-07-03net: dst: annotate data-races around dst->obsoleteEric Dumazet1-2/+2
2025-07-02xfrm: Duplicate SPI HandlingAakash Kumar S1-29/+43
2025-07-02xfrm: ipcomp: adjust transport header after decompressingFernando Fernandez Mancera1-1/+1
2025-06-20xfrm: hold device only for the asynchronous decryptionJianbo Liu1-8/+9
2025-06-12xfrm: always initialize offload pathLeon Romanovsky3-5/+3