summaryrefslogtreecommitdiffstats
path: root/net/xfrm
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
| | * | net: xfrm: Amend XFRMA_SEC_CTX nla_policy structureLin Ma2023-07-032-2/+2
| | * | net: xfrm: Fix xfrm_address_filter OOB readLin Ma2023-06-291-0/+9
| | |/
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-031-1/+1
|\| |
| * | net: annotate data-races around sk->sk_markEric Dumazet2023-07-291-1/+1
| |/
* / xfrm: Support UDP encapsulation in packet offload modeLeon Romanovsky2023-07-251-6/+7
|/
* tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usageDavid Howells2023-06-241-4/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-223-8/+68
|\
| * xfrm: Use xfrm_state selector for BEET inputHerbert Xu2023-06-121-4/+3
| * xfrm: add missed call to delete offloaded policiesLeon Romanovsky2023-06-071-0/+2
| * xfrm: Ensure policies always checked on XFRM-I input pathBenedict Wong2023-05-211-4/+50
| * xfrm: Treat already-verified secpath entries as optionalBenedict Wong2023-05-212-0/+13
* | net: move gso declarations and functions to their own filesEric Dumazet2023-06-103-0/+3
* | espintcp: Inline do_tcp_sendpages()David Howells2023-05-231-3/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-184-70/+21
|\|
| * Merge tag 'ipsec-2023-05-16' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2023-05-164-70/+21
| |\
| | * xfrm: Check if_id in inbound policy/secpath matchBenedict Wong2023-05-101-5/+6
| | * xfrm: Reject optional tunnel/BEET mode templates in outbound policiesTobias Brunner2023-05-101-5/+9
| | * Revert "Fix XFRM-I support for nested ESP tunnels"Martin Willi2023-04-252-53/+4
| | * xfrm: Fix leak of dev trackerLeon Romanovsky2023-04-211-1/+1
| | * xfrm: release all offloaded policy memoryLeon Romanovsky2023-04-211-0/+1
| | * xfrm: don't check the default policy if the policy allows the packetSabrina Dubroca2023-04-061-6/+0
* | | net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin2023-05-131-4/+1
|/ /
* | Merge tag 'ipsec-next-2023-04-19' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-04-192-65/+34
|\ \
| * | xfrm: Remove inner/outer modes from output pathHerbert Xu2023-03-131-22/+11
| * | xfrm: Remove inner/outer modes from input pathHerbert Xu2023-03-131-43/+23
* | | Merge tag 'ipsec-esn-replay' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2023-04-071-1/+1
|\ \ \
| * | | xfrm: don't require advance ESN callback for packet offloadLeon Romanovsky2023-04-061-1/+1
* | | | Merge tag 'ipsec-libreswan-mlx5' of https://git.kernel.org/pub/scm/linux/kern...Jakub Kicinski2023-03-222-0/+3
|\| | | | |_|/ |/| |
| * | xfrm: copy_to_user_state fetch offloaded SA packets/bytes statisticsRaed Salem2023-03-201-0/+2
| * | xfrm: add new device offload acquire flagRaed Salem2023-03-201-0/+1
| |/
* | Merge tag 'ipsec-2023-03-15' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2023-03-162-9/+41
|\ \ | |/ |/|
| * xfrm: Allow transport-mode states with AF_UNSPEC selectorHerbert Xu2023-02-241-5/+0
| * xfrm: Zero padding when dumping algos and encapHerbert Xu2023-02-131-4/+41
* | Daniel Borkmann says:Jakub Kicinski2023-02-101-5/+2
|\ \
| * | bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet2023-02-021-5/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-095-20/+73
|\ \ \ | | |/ | |/|
| * | xfrm: fix bug with DSCP copy to v6 from v4 tunnelChristian Hopps2023-01-301-2/+1
| * | xfrm: annotate data-race around use_timeEric Dumazet2023-01-272-9/+12