summaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)AuthorFilesLines
9 daysxfrm: state: fix out-of-bounds read during lookupFlorian Westphal1-18/+66
9 daysxfrm: flush all states in xfrm_state_finiSabrina Dubroca1-1/+1
9 daysxfrm: also call xfrm_state_delete_tunnel at destroy time for states that were...Sabrina Dubroca1-1/+2
9 daysRevert "xfrm: destroy xfrm_state synchronously on net exit path"Sabrina Dubroca2-15/+10
9 daysxfrm: delete x->tunnel as we delete xSabrina Dubroca2-12/+8
2025-12-01xfrm: Prevent locally generated packets from direct output in tunnel modeJianbo Liu1-1/+5
2025-11-24espintcp: fix skb leaksSabrina Dubroca1-1/+3
2025-10-02xfrm: xfrm_alloc_spi shouldn't use 0 as SPISabrina Dubroca1-0/+3
2025-08-28xfrm: Duplicate SPI HandlingAakash Kumar S1-29/+43
2025-08-01xfrm: interface: fix use-after-free after changing collect_md xfrm interfaceEyal Birger1-6/+1
2025-06-19xfrm: Use xdo.dev instead of xdo.real_devCosmin Ratiu2-4/+0
2025-06-04xfrm: Sanitize marks before insertPaul Chaignon2-0/+6
2025-06-04espintcp: remove encap socket caching to avoid reference leakSabrina Dubroca1-3/+0
2025-03-28xfrm_output: Force software GSO only in tunnel modeCosmin Ratiu1-1/+1
2025-03-28xfrm: fix tunnel mode TX datapath in packet offload modeAlexandre Cassen1-0/+41
2025-02-08xfrm: replay: Fix the update of replay_esn->oseq_hi for GSOJianbo Liu1-4/+6
2024-12-14ipv6: introduce dst_rt6_info() helperEric Dumazet1-2/+1
2024-11-01xfrm: validate new SA's prefixlen using SA family when sel.family is unsetSabrina Dubroca1-1/+5
2024-11-01xfrm: fix one more kernel-infoleak in algo dumpingPetr Vaganov1-1/+3
2024-11-01xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger1-0/+15
2024-11-01xfrm: extract dst lookup parameters into a structEyal Birger2-15/+31
2024-08-03xfrm: call xfrm_dev_policy_delete when kill policyJianbo Liu2-4/+2
2024-08-03xfrm: fix netdev reference count imbalanceJianbo Liu1-2/+1
2024-08-03xfrm: Export symbol xfrm_dev_state_delete.Steffen Klassert1-0/+1
2024-08-03xfrm: Fix unregister netdevice hang on hardware offload.Steffen Klassert1-2/+59
2024-06-16net: fix __dst_negative_advice() raceEric Dumazet1-8/+3
2024-05-17xfrm: Preserve vlan tags for transport mode software GROPaul Davey1-0/+8
2024-04-03xfrm: Avoid clang fortify warning in copy_to_user_tmpl()Nathan Chancellor1-0/+3
2024-03-27xfrm: Allow UDP encapsulation only in offload modesLeon Romanovsky1-1/+2
2024-03-27xfrm: set skb control buffer based on packet offload as wellMike Yu1-1/+5
2024-03-27xfrm: fix xfrm child route lookup for packet offloadMike Yu1-1/+3
2024-03-15xfrm: Pass UDP encapsulation in TX packet offloadLeon Romanovsky1-1/+1
2023-10-18Merge tag 'ipsec-2023-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2-23/+26
2023-10-13xfrm: fix a data-race in xfrm_lookup_with_ifid()Eric Dumazet1-1/+1
2023-09-13xfrm: fix a data-race in xfrm_gen_index()Eric Dumazet1-4/+2
2023-09-06xfrm: interface: use DEV_STATS_INC()Eric Dumazet1-12/+10
2023-09-05net: xfrm: skip policies marked as dead while reinserting policiesDong Chenchen1-6/+13
2023-08-30Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-2/+6
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-24/+27
2023-08-16Merge tag 'ipsec-2023-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller5-24/+27
2023-08-16networking: Update to register_net_sysctl_szJoel Granados1-2/+6
2023-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-08-01xfrm: don't skip free of empty state in acquire policyLeon Romanovsky1-6/+2
2023-08-01xfrm: delete offloaded policyLeon Romanovsky1-0/+1
2023-07-31xfrm: add forgotten nla_policy for XFRMA_MTIMER_THRESHLin Ma1-0/+1
2023-07-31xfrm: add NULL check in xfrm_update_ae_paramsLin Ma1-1/+1
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet1-1/+1
2023-07-25xfrm: Support UDP encapsulation in packet offload modeLeon Romanovsky1-6/+7
2023-07-11xfrm: fix slab-use-after-free in decode_session6Zhengchao Shao1-2/+2
2023-07-10xfrm: Silence warnings triggerable by bad packetsHerbert Xu1-13/+9