summaryrefslogtreecommitdiffstats
path: root/net/xfrm
Commit message (Expand)AuthorAgeFilesLines
* xfrm: Allow UDP encapsulation only in offload modesLeon Romanovsky2024-03-181-1/+2
* Merge tag 'ipsec-next-2024-03-06' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2024-03-082-14/+143
|\
| * xfrm: Do not allocate stats in the driverBreno Leitao2024-02-271-8/+2
| * xfrm: Simplify the allocation of slab caches in xfrm_policy_initKunwu Chan2024-02-091-4/+1
| * xfrm: introduce forwarding of ICMP Error messagesAntony Antony2024-01-251-2/+140
* | net: move netdev_max_backlog to net_hotdataEric Dumazet2024-03-072-2/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-074-4/+13
|\ \
| * \ Merge tag 'ipsec-2024-03-06' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2024-03-064-4/+13
| |\ \
| | * | xfrm: set skb control buffer based on packet offload as wellMike Yu2024-03-051-1/+5
| | * | xfrm: fix xfrm child route lookup for packet offloadMike Yu2024-03-051-1/+3
| | * | xfrm: Avoid clang fortify warning in copy_to_user_tmpl()Nathan Chancellor2024-02-261-0/+3
| | * | xfrm: Pass UDP encapsulation in TX packet offloadLeon Romanovsky2024-01-251-1/+1
| | * | xfrm: Clear low order bits of ->flowi4_tos in decode_session4().Guillaume Nault2024-01-171-1/+1
| | |/
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-022-4/+4
|\ \ \
| * | | bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu2024-01-312-4/+4
| | |/ | |/|
* | | rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet2024-02-261-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-152-0/+2
|\ \ \ | | |/ | |/|
| * | net: fill in MODULE_DESCRIPTION()s for xfrmBreno Leitao2024-02-092-0/+2
| |/
* | xfrm: interface: use exit_batch_rtnl() methodEric Dumazet2024-02-071-8/+6
* | xfrm: get global statistics from the offloaded deviceLeon Romanovsky2024-02-052-0/+14
* | xfrm: generalize xdo_dev_state_update_curlft to allow statistics updateLeon Romanovsky2024-02-052-3/+3
|/
* bpf: xfrm: Add bpf_xdp_get_xfrm_state() kfuncDaniel Xu2023-12-143-0/+137
* Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-11-091-4/+2
|\
| * bpf: Add __bpf_kfunc_{start,end}_defs macrosDave Marchevsky2023-11-011-4/+2
* | Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-11-022-12/+8
|\ \ | |/ |/|
| * ipsec: Select CRYPTO_AEADHerbert Xu2023-10-011-0/+1
| * ipsec: Stop using crypto_has_algHerbert Xu2023-09-201-12/+7
* | Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-10-303-180/+129
|\ \
| * | xfrm: policy: fix layer 4 flowi decodingFlorian Westphal2023-10-271-6/+20
| * | xfrm: policy: replace session decode with flow dissectorFlorian Westphal2023-10-061-158/+95
| * | xfrm: move mark and oif flowi decode into common codeFlorian Westphal2023-10-061-12/+12
| * | xfrm: pass struct net to xfrm_decode_session wrappersFlorian Westphal2023-10-062-7/+7
| * | xfrm: Use the XFRM_GRO to indicate a GRO call on inputSteffen Klassert2023-10-061-4/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-192-23/+26
|\ \ \ | |/ / |/| |
| * | Merge tag 'ipsec-2023-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2023-10-172-23/+26
| |\ \ | | |/ | |/|
| | * xfrm: fix a data-race in xfrm_lookup_with_ifid()Eric Dumazet2023-10-131-1/+1
| | * xfrm: fix a data-race in xfrm_gen_index()Eric Dumazet2023-09-131-4/+2
| | * xfrm: interface: use DEV_STATS_INC()Eric Dumazet2023-09-061-12/+10
| | * net: xfrm: skip policies marked as dead while reinserting policiesDong Chenchen2023-09-051-6/+13
* | | net: dst: remove unnecessary input parameter in dst_alloc and dst_initZhengchao Shao2023-09-121-1/+1
|/ /
* | Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-08-291-2/+6
|\ \ | |/ |/|
| * networking: Update to register_net_sysctl_szJoel Granados2023-08-151-2/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-185-24/+27
|\ \
| * \ Merge tag 'ipsec-2023-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2023-08-165-24/+27
| |\ \
| | * | xfrm: don't skip free of empty state in acquire policyLeon Romanovsky2023-08-011-6/+2
| | * | xfrm: delete offloaded policyLeon Romanovsky2023-08-011-0/+1
| | * | xfrm: add forgotten nla_policy for XFRMA_MTIMER_THRESHLin Ma2023-07-311-0/+1
| | * | xfrm: add NULL check in xfrm_update_ae_paramsLin Ma2023-07-311-1/+1
| | * | xfrm: fix slab-use-after-free in decode_session6Zhengchao Shao2023-07-111-2/+2
| | * | xfrm: Silence warnings triggerable by bad packetsHerbert Xu2023-07-101-13/+9