aboutsummaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)Author
2022-06-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski
2022-05-25xfrm: do not set IPv4 DF flag when encapsulating IPv6 frames <= 1280 bytes.Maciej Żenczykowski
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-17xfrm: set dst dev to blackhole_netdev instead of loopback_dev in ifdownXin Long
2022-05-06xfrm: drop not needed flags variable in XFRM offload structLeon Romanovsky
2022-05-06xfrm: store and rely on direction to construct offload flagsLeon Romanovsky
2022-05-06xfrm: rename xfrm_state_offload struct to allow reuseLeon Romanovsky
2022-05-06xfrm: delete not used number of external headersLeon Romanovsky
2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp
2022-04-04xfrm: Pass flowi_oif or l3mdev as oif to xfrm_dst_lookupDavid Ahern
2022-03-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller
2022-03-18xfrm: rework default policy structureNicolas Dichtel
2022-03-11net: add per-cpu storage and net->core_statsEric Dumazet
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-06Revert "xfrm: state and policy should fail if XFRMA_IF_ID 0"Kai Lueke
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-03net: Add skb_clear_tstamp() to keep the mono delivery_timeMartin KaFai Lau
2022-03-01xfrm: fix tunnel model fragmentation behaviorLina Wang
2022-02-09xfrm: enforce validity of offload input flagsLeon Romanovsky
2022-02-03xfrm: fix the if_id check in changelinkAntony Antony
2022-02-02xfrm: delete duplicated functions that calls same xfrm_api_check()Leon Romanovsky
2022-01-27Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"Jiri Bohac
2022-01-26xfrm: Fix xfrm migrate issues when address family changesYan Yan
2022-01-26xfrm: Check if_id in xfrm_migrateYan Yan
2022-01-11xfrm: Don't accidentally set RTO_ONLINK in decode_session4()Guillaume Nault
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-01-05net/xfrm: IPsec tunnel mode fix inner_ipproto setting in sec_pathRaed Salem
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-12-23xfrm: rate limit SA mapping change message to user spaceAntony Antony
2021-12-23xfrm: Add support for SM4 symmetric cipher algorithmXu Jia
2021-12-23xfrm: Add support for SM3 secure hashXu Jia
2021-12-23xfrm: update SA curlft.use_timeAntony Antony
2021-12-17xfrm: state and policy should fail if XFRMA_IF_ID 0Antony Antony
2021-12-17xfrm: interface with if_id 0 should return errorAntony Antony
2021-12-10xfrm: add net device refcount tracker to struct xfrm_state_offloadEric Dumazet
2021-12-09xfrm: fix a small bug in xfrm_sa_len()Eric Dumazet
2021-12-01net: xfrm: drop check of pols[0] for the second timeJean Sacren
2021-11-23xfrm: fix policy lookup for ipv6 gre packetsGhalem Boudour
2021-11-18xfrm: Remove duplicate assignmentluo penghao
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-01Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-11-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2021-10-28xfrm: Remove redundant fields and related parenthesesluo penghao
2021-10-18xfrm: Use memset_after() to clear paddingKees Cook
2021-09-23xfrm: fix rcu lock in xfrm_notify_userpolicy()Nicolas Dichtel
2021-09-15xfrm: notify default policy on updateNicolas Dichtel
2021-09-15xfrm: make user policy API completeNicolas Dichtel
2021-09-09net: xfrm: fix shift-out-of-bounds in xfrm_get_defaultPavel Skripkin