summaryrefslogtreecommitdiffstats
path: root/net/xfrm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ipsec-next-2024-11-15' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2024-11-185-27/+255
|\
| * xfrm: Fix acquire state insertion.Steffen Klassert2024-11-151-0/+1
| * xfrm: replace deprecated strncpy with strscpy_padDaniel Yang2024-11-141-1/+1
| * xfrm: Add error handling when nla_put_u32() returns an errorEverest K.C2024-11-141-1/+4
| * xfrm: Convert struct xfrm_dst_lookup_params -> tos to dscp_t.Guillaume Nault2024-11-061-1/+1
| * xfrm: Convert xfrm_dst_lookup() to dscp_t.Guillaume Nault2024-11-061-5/+4
| * xfrm: Convert xfrm_bundle_create() to dscp_t.Guillaume Nault2024-11-061-3/+4
| * xfrm: Convert xfrm_get_tos() to dscp_t.Guillaume Nault2024-11-061-3/+3
| * xfrm: Restrict percpu SA attribute to specific netlink message typesSteffen Klassert2024-10-291-0/+14
| * xfrm: Add an inbound percpu state cache.Steffen Klassert2024-10-292-1/+58
| * xfrm: Cache used outbound xfrm states at the policy.Steffen Klassert2024-10-292-0/+67
| * xfrm: Add support for per cpu xfrm state handling.Steffen Klassert2024-10-293-17/+103
* | net: convert to nla_get_*_default()Johannes Berg2024-11-111-5/+3
|/
* Merge tag 'ipsec-2024-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni2024-10-243-20/+54
|\
| * xfrm: fix one more kernel-infoleak in algo dumpingPetr Vaganov2024-10-111-1/+3
| * xfrm: validate new SA's prefixlen using SA family when sel.family is unsetSabrina Dubroca2024-10-071-1/+5
| * xfrm: policy: remove last remnants of pernet inexact listFlorian Westphal2024-09-241-3/+0
| * xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger2024-09-231-0/+15
| * xfrm: extract dst lookup parameters into a structEyal Birger2024-09-232-15/+31
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
|/
* Merge tag 'ipsec-next-2024-09-10' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2024-09-102-127/+101
|\
| * xfrm: policy: Restore dir assignments in xfrm_hash_rebuild()Nathan Chancellor2024-09-091-0/+2
| * xfrm: policy: fix null dereferenceFlorian Westphal2024-09-091-2/+2
| * Revert "xfrm: add SA information to the offloaded packet"Steffen Klassert2024-09-091-21/+0
| * xfrm: minor update to sdb and xfrm_policy commentsFlorian Westphal2024-08-281-1/+5
| * xfrm: policy: use recently added helper in more placesFlorian Westphal2024-08-281-11/+2
| * xfrm: add SA information to the offloaded packetwangfe2024-08-271-0/+21
| * xfrm: policy: remove remaining use of inexact listFlorian Westphal2024-08-241-38/+0
| * xfrm: switch migrate to xfrm_policy_lookup_bytypeFlorian Westphal2024-08-241-67/+39
| * xfrm: policy: don't iterate inexact policies twice at insert timeFlorian Westphal2024-08-241-6/+53
| * xfrm: Remove documentation WARN_ON to limit return values for offloaded SAPatrisious Haddad2024-08-161-5/+1
* | netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin2024-09-031-1/+1
* | xfrm: Unmask upper DSCP bits in xfrm_get_tos()Ido Schimmel2024-08-311-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-154-13/+66
|\
| * Merge tag 'ipsec-2024-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2024-07-144-13/+66
| |\
| | * xfrm: call xfrm_dev_policy_delete when kill policyJianbo Liu2024-07-082-4/+2
| | * xfrm: fix netdev reference count imbalanceJianbo Liu2024-07-081-2/+1
| | * xfrm: Export symbol xfrm_dev_state_delete.Steffen Klassert2024-07-011-0/+1
| | * xfrm: Fix unregister netdevice hang on hardware offload.Steffen Klassert2024-06-251-2/+59
| | * xfrm: Log input direction mismatch error in one placeAntony Antony2024-06-171-5/+0
| | * xfrm: Fix input error path memory accessAntony Antony2024-06-171-0/+3
* | | Merge tag 'ipsec-next-2024-07-13' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2024-07-148-8/+347
|\ \ \ | |/ / |/| |
| * | xfrm: Support crypto offload for inbound IPv4 UDP-encapsulated ESP packetMike Yu2024-07-121-1/+2
| * | xfrm: Allow UDP encapsulation in crypto offload control pathMike Yu2024-07-121-3/+3
| * | xfrm: Support crypto offload for inbound IPv6 ESP packets not in GRO pathMike Yu2024-07-122-2/+5
| * | xfrm: support sending NAT keepalives in ESP in UDP statesEyal Birger2024-06-266-3/+338
| |/
* / net: fix __dst_negative_advice() raceEric Dumazet2024-05-291-8/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-092-0/+10
|\
| * xfrm: Preserve vlan tags for transport mode software GROPaul Davey2024-04-261-0/+8
| * xfrm: fix possible derferencing in error pathAntony Antony2024-04-111-0/+2