summaryrefslogtreecommitdiffstats
path: root/net/xfrm
AgeCommit message (Expand)AuthorLines
2022-08-24net: Fix data-races around netdev_max_backlog.Kuniyuki Iwashima-2/+2
2022-08-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-3/+3
2022-08-17xfrm: policy: fix metadata dst->dev xmit null pointer dereferenceNikolay Aleksandrov-1/+1
2022-08-03xfrm: clone missing x->lastused in xfrm_do_migrateAntony Antony-0/+1
2022-08-03Revert "xfrm: update SA curlft.use_time"Antony Antony-2/+0
2022-07-26xfrm: fix refcount leak in __xfrm_policy_check()Xin Xiong-0/+1
2022-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-8/+4
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+5
2022-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-1/+4
2022-07-15ip: Fix data-races around sysctl_ip_no_pmtu_disc.Kuniyuki Iwashima-1/+1
2022-06-24xfrm: change the type of xfrm_register_km and xfrm_unregister_kmZhengchao Shao-8/+4
2022-06-09net: rename reference+tracking helpersJakub Kicinski-1/+1
2022-06-02xfrm: xfrm_policy: fix a possible double xfrm_pols_put() in xfrm_bundle_lookup()Hangyu Hua-1/+4
2022-06-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski-1/+2
2022-05-25xfrm: do not set IPv4 DF flag when encapsulating IPv6 frames <= 1280 bytes.Maciej Żenczykowski-1/+2
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2022-05-17xfrm: set dst dev to blackhole_netdev instead of loopback_dev in ifdownXin Long-1/+1
2022-05-06xfrm: drop not needed flags variable in XFRM offload structLeon Romanovsky-3/+0
2022-05-06xfrm: store and rely on direction to construct offload flagsLeon Romanovsky-2/+9
2022-05-06xfrm: rename xfrm_state_offload struct to allow reuseLeon Romanovsky-4/+4
2022-05-06xfrm: delete not used number of external headersLeon Romanovsky-2/+0
2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-1/+3
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp-3/+1
2022-04-04xfrm: Pass flowi_oif or l3mdev as oif to xfrm_dst_lookupDavid Ahern-1/+3
2022-03-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller-40/+27
2022-03-18xfrm: rework default policy structureNicolas Dichtel-28/+25
2022-03-11net: add per-cpu storage and net->core_statsEric Dumazet-1/+1
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-19/+7
2022-03-06Revert "xfrm: state and policy should fail if XFRMA_IF_ID 0"Kai Lueke-18/+3
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-25/+32
2022-03-03net: Add skb_clear_tstamp() to keep the mono delivery_timeMartin KaFai Lau-1/+1
2022-03-01xfrm: fix tunnel model fragmentation behaviorLina Wang-1/+4
2022-02-09xfrm: enforce validity of offload input flagsLeon Romanovsky-1/+5
2022-02-03xfrm: fix the if_id check in changelinkAntony Antony-1/+1
2022-02-02xfrm: delete duplicated functions that calls same xfrm_api_check()Leon Romanovsky-12/+2
2022-01-27Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"Jiri Bohac-12/+2
2022-01-26xfrm: Fix xfrm migrate issues when address family changesYan Yan-3/+5
2022-01-26xfrm: Check if_id in xfrm_migrateYan Yan-8/+19
2022-01-11xfrm: Don't accidentally set RTO_ONLINK in decode_session4()Guillaume Nault-1/+2
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-11/+77
2022-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-6/+87
2022-01-05net/xfrm: IPsec tunnel mode fix inner_ipproto setting in sec_pathRaed Salem-5/+25
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski-0/+2
2021-12-23xfrm: rate limit SA mapping change message to user spaceAntony Antony-4/+43
2021-12-23xfrm: Add support for SM4 symmetric cipher algorithmXu Jia-0/+21
2021-12-23xfrm: Add support for SM3 secure hashXu Jia-0/+20
2021-12-23xfrm: update SA curlft.use_timeAntony Antony-0/+2
2021-12-17xfrm: state and policy should fail if XFRMA_IF_ID 0Antony Antony-3/+18
2021-12-17xfrm: interface with if_id 0 should return errorAntony Antony-2/+12
2021-12-10xfrm: add net device refcount tracker to struct xfrm_state_offloadEric Dumazet-1/+2