summaryrefslogtreecommitdiffstats
path: root/net/xfrm
Commit message (Expand)AuthorAgeFilesLines
* net: Fix data-races around netdev_max_backlog.Kuniyuki Iwashima2022-08-242-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-08-244-3/+3
|\
| * xfrm: policy: fix metadata dst->dev xmit null pointer dereferenceNikolay Aleksandrov2022-08-171-1/+1
| * xfrm: clone missing x->lastused in xfrm_do_migrateAntony Antony2022-08-031-0/+1
| * Revert "xfrm: update SA curlft.use_time"Antony Antony2022-08-032-2/+0
| * xfrm: fix refcount leak in __xfrm_policy_check()Xin Xiong2022-07-261-0/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-07-252-8/+4
|\ \
| * | xfrm: change the type of xfrm_register_km and xfrm_unregister_kmZhengchao Shao2022-06-242-8/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-212-2/+5
|\ \ \ | |/ / |/| / | |/
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-07-201-1/+4
| |\
| | * xfrm: xfrm_policy: fix a possible double xfrm_pols_put() in xfrm_bundle_lookup()Hangyu Hua2022-06-021-1/+4
| * | ip: Fix data-races around sysctl_ip_no_pmtu_disc.Kuniyuki Iwashima2022-07-151-1/+1
| |/
* / net: rename reference+tracking helpersJakub Kicinski2022-06-091-1/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2022-06-011-1/+2
|\
| * xfrm: do not set IPv4 DF flag when encapsulating IPv6 frames <= 1280 bytes.Maciej Żenczykowski2022-05-251-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-191-1/+1
|\|
| * xfrm: set dst dev to blackhole_netdev instead of loopback_dev in ifdownXin Long2022-05-171-1/+1
* | xfrm: drop not needed flags variable in XFRM offload structLeon Romanovsky2022-05-061-3/+0
* | xfrm: store and rely on direction to construct offload flagsLeon Romanovsky2022-05-062-2/+9
* | xfrm: rename xfrm_state_offload struct to allow reuseLeon Romanovsky2022-05-063-4/+4
* | xfrm: delete not used number of external headersLeon Romanovsky2022-05-061-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-221-1/+3
|\|
| * xfrm: Pass flowi_oif or l3mdev as oif to xfrm_dst_lookupDavid Ahern2022-04-041-1/+3
* | net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2022-04-121-3/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller2022-03-193-40/+27
|\
| * xfrm: rework default policy structureNicolas Dichtel2022-03-182-28/+25
| * xfrm: delete duplicated functions that calls same xfrm_api_check()Leon Romanovsky2022-02-021-12/+2
* | net: add per-cpu storage and net->core_statsEric Dumazet2022-03-111-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-102-19/+7
|\ \
| * | Revert "xfrm: state and policy should fail if XFRMA_IF_ID 0"Kai Lueke2022-03-061-18/+3
| * | xfrm: fix tunnel model fragmentation behaviorLina Wang2022-03-011-1/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-035-25/+32
|\| |
| * | xfrm: enforce validity of offload input flagsLeon Romanovsky2022-02-091-1/+5
| * | xfrm: fix the if_id check in changelinkAntony Antony2022-02-031-1/+1
| * | Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"Jiri Bohac2022-01-271-12/+2
| * | xfrm: Fix xfrm migrate issues when address family changesYan Yan2022-01-261-3/+5
| * | xfrm: Check if_id in xfrm_migrateYan Yan2022-01-263-8/+19
| |/
* / net: Add skb_clear_tstamp() to keep the mono delivery_timeMartin KaFai Lau2022-03-031-1/+1
|/
* xfrm: Don't accidentally set RTO_ONLINK in decode_session4()Guillaume Nault2022-01-111-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-094-11/+77
|\
| * net/xfrm: IPsec tunnel mode fix inner_ipproto setting in sec_pathRaed Salem2022-01-051-5/+25
| * xfrm: state and policy should fail if XFRMA_IF_ID 0Antony Antony2021-12-171-3/+18
| * xfrm: interface with if_id 0 should return errorAntony Antony2021-12-171-2/+12
| * xfrm: fix a small bug in xfrm_sa_len()Eric Dumazet2021-12-091-1/+1
| * xfrm: fix policy lookup for ipv6 gre packetsGhalem Boudour2021-11-231-0/+21
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-01-067-6/+87
|\ \
| * | xfrm: rate limit SA mapping change message to user spaceAntony Antony2021-12-233-4/+43
| * | xfrm: Add support for SM4 symmetric cipher algorithmXu Jia2021-12-231-0/+21
| * | xfrm: Add support for SM3 secure hashXu Jia2021-12-231-0/+20
| * | xfrm: update SA curlft.use_timeAntony Antony2021-12-232-0/+2