summaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)AuthorFilesLines
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
2023-07-03net: xfrm: Amend XFRMA_SEC_CTX nla_policy structureLin Ma2-2/+2
2023-06-29net: xfrm: Fix xfrm_address_filter OOB readLin Ma1-0/+9
2023-06-25tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usageDavid Howells1-4/+6
2023-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-8/+68
2023-06-12xfrm: Use xfrm_state selector for BEET inputHerbert Xu1-4/+3
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet3-0/+3
2023-06-07xfrm: add missed call to delete offloaded policiesLeon Romanovsky1-0/+2
2023-05-24espintcp: Inline do_tcp_sendpages()David Howells1-3/+7
2023-05-21xfrm: Ensure policies always checked on XFRM-I input pathBenedict Wong1-4/+50
2023-05-21xfrm: Treat already-verified secpath entries as optionalBenedict Wong2-0/+13
2023-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-70/+21
2023-05-17Merge tag 'ipsec-2023-05-16' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski4-70/+21
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin1-4/+1
2023-05-10xfrm: Check if_id in inbound policy/secpath matchBenedict Wong1-5/+6
2023-05-10xfrm: Reject optional tunnel/BEET mode templates in outbound policiesTobias Brunner1-5/+9
2023-04-25Revert "Fix XFRM-I support for nested ESP tunnels"Martin Willi2-53/+4
2023-04-21xfrm: Fix leak of dev trackerLeon Romanovsky1-1/+1
2023-04-21xfrm: release all offloaded policy memoryLeon Romanovsky1-0/+1
2023-04-20Merge tag 'ipsec-next-2023-04-19' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2-65/+34
2023-04-08Merge tag 'ipsec-esn-replay' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski1-1/+1
2023-04-06xfrm: don't check the default policy if the policy allows the packetSabrina Dubroca1-6/+0
2023-04-06xfrm: don't require advance ESN callback for packet offloadLeon Romanovsky1-1/+1
2023-03-23Merge tag 'ipsec-libreswan-mlx5' of https://git.kernel.org/pub/scm/linux/kern...Jakub Kicinski2-0/+3
2023-03-20xfrm: copy_to_user_state fetch offloaded SA packets/bytes statisticsRaed Salem1-0/+2
2023-03-20xfrm: add new device offload acquire flagRaed Salem1-0/+1