summaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)AuthorFilesLines
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-15xfrm: 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-27Merge 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-22net: xfrm: Use link netns in newlink() of rtnl_link_opsXiao Liang1-4/+4
2025-02-22rtnetlink: 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-28Merge 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-14net: 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
2024-12-05xfrm: iptfs: add fragmenting of larger than MTU user packetsChristian Hopps1-28/+315
2024-12-05xfrm: iptfs: share page fragments of inner packetsChristian Hopps1-8/+77
2024-12-05xfrm: iptfs: add user packet (tunnel ingress) handlingChristian Hopps1-3/+560
2024-12-05xfrm: iptfs: add new iptfs xfrm mode implChristian Hopps2-0/+217
2024-12-05xfrm: add generic iptfs defines and functionalityChristian Hopps6-2/+37
2024-12-05xfrm: add mode_cbs module functionalityChristian Hopps6-10/+116