summaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)Author
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-26Merge tag 'ipsec-next-2025-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-20xfrm: use kfree_sensitive() for SA secret zeroizationZilin Guan
2025-05-15xfrm: Use nested-BH locking for nat_keepalive_sk_ipv[46]Sebastian Andrzej Siewior
2025-05-15xfrm: prevent configuration of interface index when offload is usedLeon Romanovsky
2025-05-15xfrm: validate assignment of maximal possible SEQ numberLeon Romanovsky
2025-05-14xfrm: Sanitize marks before insertPaul Chaignon
2025-04-30xfrm: ipcomp: fix truesize computation on receiveSabrina Dubroca
2025-04-17xfrm: Refactor migration setup during the cloning processChiachang Wang
2025-04-17xfrm: Migrate offload configurationChiachang Wang
2025-04-16xfrm: Add explicit dev to .xdo_dev_state_{add,delete,free}Cosmin Ratiu
2025-04-16xfrm: Remove unneeded device check from validate_xmit_xfrmCosmin Ratiu
2025-04-16xfrm: Use xdo.dev instead of xdo.real_devCosmin Ratiu
2025-04-14xfrm: Convert xfrmi_exit_batch_rtnl() to ->exit_rtnl().Kuniyuki Iwashima
2025-04-14espintcp: remove encap socket caching to avoid reference leakSabrina Dubroca
2025-04-14espintcp: fix skb leaksSabrina Dubroca
2025-04-11xfrm: Remove unnecessary strscpy_pad() size argumentsThorsten Blum
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-29Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-25Merge tag 'ipsec-next-2025-03-24' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2025-03-21xfrm: ipcomp: Use crypto_acomp interfaceHerbert Xu
2025-03-21xfrm: ipcomp: Call pskb_may_pull in ipcomp_inputHerbert Xu
2025-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-03-19xfrm: Remove unnecessary NULL check in xfrm_lookup_with_ifid()Dan Carpenter
2025-03-12xfrm: state: make xfrm_state_lookup_byaddr locklessFlorian Westphal
2025-02-21net: xfrm: Use link netns in newlink() of rtnl_link_opsXiao Liang
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang
2025-02-21xfrm_output: Force software GSO only in tunnel modeCosmin Ratiu
2025-02-21xfrm: fix tunnel mode TX datapath in packet offload modeAlexandre Cassen
2025-02-21xfrm: check for PMTU in tunnel mode for packet offloadLeon Romanovsky
2025-02-21xfrm: provide common xdo_dev_offload_ok callback implementationLeon Romanovsky
2025-02-21xfrm: rely on XFRM offloadLeon Romanovsky
2025-02-21xfrm: simplify SA initialization routineLeon Romanovsky
2025-02-21xfrm: delay initialization of offload path till its actually requestedLeon Romanovsky
2025-02-18xfrm: Switch to use hrtimer_setup()Nam Cao
2025-02-12xfrm: prevent high SEQ input in non-ESN modeLeon Romanovsky
2025-01-27Merge tag 'ipsec-2025-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2025-01-24xfrm: Don't disable preemption while looking up cache state.Sebastian Sewior
2025-01-20xfrm: Fix the usage of skb->skSteffen Klassert
2025-01-13net: remove init_dummy_netdev()Jakub Kicinski
2025-01-07xfrm: Support ESN context update to hardware for TXJianbo Liu
2024-12-05xfrm: iptfs: add tracepoint functionalityChristian Hopps
2024-12-05xfrm: iptfs: handle reordering of received packetsChristian Hopps
2024-12-05xfrm: iptfs: add skb-fragment sharing codeChristian Hopps
2024-12-05xfrm: iptfs: add reusing received skb for the tunnel egress packetChristian Hopps
2024-12-05xfrm: iptfs: handle received fragmented inner packetsChristian Hopps
2024-12-05xfrm: iptfs: add basic receive packet (tunnel egress) handlingChristian Hopps