summaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)AuthorFilesLines
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar2-3/+3
2025-05-26Merge tag 'ipsec-next-2025-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni4-50/+95
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-6/+10
2025-05-20xfrm: use kfree_sensitive() for SA secret zeroizationZilin Guan1-3/+3
2025-05-15xfrm: Use nested-BH locking for nat_keepalive_sk_ipv[46]Sebastian Andrzej Siewior1-10/+20
2025-05-15xfrm: prevent configuration of interface index when offload is usedLeon Romanovsky1-0/+5
2025-05-15xfrm: validate assignment of maximal possible SEQ numberLeon Romanovsky1-10/+42
2025-05-14xfrm: Sanitize marks before insertPaul Chaignon2-0/+6
2025-04-30xfrm: ipcomp: fix truesize computation on receiveSabrina Dubroca1-2/+1
2025-04-17xfrm: Refactor migration setup during the cloning processChiachang Wang1-8/+9
2025-04-17xfrm: Migrate offload configurationChiachang Wang3-6/+22
2025-04-16xfrm: Add explicit dev to .xdo_dev_state_{add,delete,free}Cosmin Ratiu2-9/+9
2025-04-16xfrm: Remove unneeded device check from validate_xmit_xfrmCosmin Ratiu1-6/+1
2025-04-16xfrm: Use xdo.dev instead of xdo.real_devCosmin Ratiu2-4/+0
2025-04-14xfrm: Convert xfrmi_exit_batch_rtnl() to ->exit_rtnl().Kuniyuki Iwashima1-19/+15
2025-04-14espintcp: remove encap socket caching to avoid reference leakSabrina Dubroca1-3/+0
2025-04-14espintcp: fix skb leaksSabrina Dubroca1-1/+3
2025-04-11xfrm: Remove unnecessary strscpy_pad() size argumentsThorsten Blum1-5/+5
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner2-6/+6
2025-03-29Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-225/+215
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds6-53/+84
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-6/+4
2025-03-25Merge tag 'ipsec-next-2025-03-24' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski5-46/+76
2025-03-21xfrm: ipcomp: Use crypto_acomp interfaceHerbert Xu2-228/+215
2025-03-21xfrm: ipcomp: Call pskb_may_pull in ipcomp_inputHerbert Xu1-0/+3
2025-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+42
2025-03-19xfrm: Remove unnecessary NULL check in xfrm_lookup_with_ifid()Dan Carpenter1-1/+1
2025-03-12xfrm: state: make xfrm_state_lookup_byaddr locklessFlorian Westphal1-2/+2
2025-02-21net: xfrm: Use link netns in newlink() of rtnl_link_opsXiao Liang1-4/+4
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang1-3/+4
2025-02-21xfrm_output: Force software GSO only in tunnel modeCosmin Ratiu1-1/+1
2025-02-21xfrm: fix tunnel mode TX datapath in packet offload modeAlexandre Cassen1-0/+41
2025-02-21xfrm: check for PMTU in tunnel mode for packet offloadLeon Romanovsky2-4/+12
2025-02-21xfrm: provide common xdo_dev_offload_ok callback implementationLeon Romanovsky1-0/+15
2025-02-21xfrm: rely on XFRM offloadLeon Romanovsky1-6/+4
2025-02-21xfrm: simplify SA initialization routineLeon Romanovsky2-13/+11
2025-02-21xfrm: delay initialization of offload path till its actually requestedLeon Romanovsky3-24/+23
2025-02-18xfrm: Switch to use hrtimer_setup()Nam Cao2-6/+4
2025-02-12xfrm: prevent high SEQ input in non-ESN modeLeon Romanovsky1-0/+12
2025-01-27Merge tag 'ipsec-2025-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski5-31/+83
2025-01-24xfrm: Don't disable preemption while looking up cache state.Sebastian Sewior1-3/+1
2025-01-20xfrm: Fix the usage of skb->skSteffen Klassert3-5/+6
2025-01-13net: remove init_dummy_netdev()Jakub Kicinski1-3/+6
2025-01-07xfrm: Support ESN context update to hardware for TXJianbo Liu1-0/+1
2024-12-05xfrm: iptfs: add tracepoint functionalityChristian Hopps2-1/+288
2024-12-05xfrm: iptfs: handle reordering of received packetsChristian Hopps1-13/+484
2024-12-05xfrm: iptfs: add skb-fragment sharing codeChristian Hopps1-6/+290
2024-12-05xfrm: iptfs: add reusing received skb for the tunnel egress packetChristian Hopps1-15/+108
2024-12-05xfrm: iptfs: handle received fragmented inner packetsChristian Hopps1-19/+461
2024-12-05xfrm: iptfs: add basic receive packet (tunnel egress) handlingChristian Hopps1-0/+276