summaryrefslogtreecommitdiffstats
path: root/net/xfrm
Commit message (Expand)AuthorAgeFilesLines
* 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
* | rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protectionEric Dumazet2024-05-071-1/+1
* | Merge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2024-05-068-9/+196
|\ \
| * | xfrm: Restrict SA direction attribute to specific netlink message typesAntony Antony2024-05-011-0/+24
| * | xfrm: Add dir validation to "in" data path lookupAntony Antony2024-05-012-0/+12
| * | xfrm: Add dir validation to "out" data path lookupAntony Antony2024-05-012-0/+7
| * | xfrm: Add Direction to the SA in or outAntony Antony2024-05-015-9/+153
| |/
* | net: Remove ctl_table sentinel elements from several networking subsystemsJoel Granados2024-05-031-4/+1
* | ipv6: introduce dst_rt6_info() helperEric Dumazet2024-04-291-2/+1
* | sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh2024-04-221-1/+1
|/
* xfrm: Allow UDP encapsulation only in offload modesLeon Romanovsky2024-03-181-1/+2
* Merge tag 'ipsec-next-2024-03-06' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2024-03-082-14/+143
|\
| * xfrm: Do not allocate stats in the driverBreno Leitao2024-02-271-8/+2
| * xfrm: Simplify the allocation of slab caches in xfrm_policy_initKunwu Chan2024-02-091-4/+1
| * xfrm: introduce forwarding of ICMP Error messagesAntony Antony2024-01-251-2/+140
* | net: move netdev_max_backlog to net_hotdataEric Dumazet2024-03-072-2/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-074-4/+13
|\ \
| * \ Merge tag 'ipsec-2024-03-06' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2024-03-064-4/+13
| |\ \
| | * | xfrm: set skb control buffer based on packet offload as wellMike Yu2024-03-051-1/+5
| | * | xfrm: fix xfrm child route lookup for packet offloadMike Yu2024-03-051-1/+3
| | * | xfrm: Avoid clang fortify warning in copy_to_user_tmpl()Nathan Chancellor2024-02-261-0/+3