summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dpll-expose-lock-status-error-value-to-user'Paolo Abeni2024-02-018-9/+121
|\
| * net/mlx5: DPLL, Implement lock status error valueJiri Pirko2024-02-012-0/+31
| * dpll: extend lock_status_get() op by status error and expose to userJiri Pirko2024-02-015-9/+21
| * dpll: extend uapi by lock status error attributeJiri Pirko2024-02-012-0/+69
|/
* Merge branch 'ena-driver-changes'Paolo Abeni2024-02-018-329/+258
|\
| * net: ena: Reduce lines with longer column width boundaryDavid Arinzon2024-02-014-260/+151
| * net: ena: handle ena_calc_io_queue_size() possible errorsDavid Arinzon2024-02-011-3/+21
| * net: ena: Change default print level for netif_ printsDavid Arinzon2024-02-011-2/+2
| * net: ena: Relocate skb_tx_timestamp() to improve time stamping accuracyDavid Arinzon2024-02-011-2/+2
| * net: ena: Add more information on TX timeoutsDavid Arinzon2024-02-012-14/+64
| * net: ena: Change error print during ena_device_init()David Arinzon2024-02-011-1/+2
| * net: ena: Remove CQ tail pointer updateDavid Arinzon2024-02-015-39/+2
| * net: ena: Enable DIM by defaultDavid Arinzon2024-02-011-0/+6
| * net: ena: Minor cosmetic changesDavid Arinzon2024-02-011-4/+2
| * net: ena: Add more documentation for RX copybreakDavid Arinzon2024-02-011-0/+6
| * net: ena: Remove an unused fieldDavid Arinzon2024-02-012-4/+0
|/
* Merge branch 'net-mana-assigning-irq-affinity-on-ht-cores'Paolo Abeni2024-02-014-10/+113
|\
| * net: mana: Assigning IRQ affinity on HT coresSouradeep Chakrabarti2024-02-011-11/+50
| * net: mana: add a function to spread IRQs per CPUsYury Norov2024-02-011-0/+29
| * cpumask: define cleanup function for cpumasksYury Norov2024-02-011-0/+3
| * cpumask: add cpumask_weight_andnot()Yury Norov2024-02-013-0/+32
|/
* net: dsa: Add KSZ8567 switch supportPhilippe Schenker2024-02-015-1/+53
* dt-bindings: net: dsa: Add KSZ8567 switch supportPhilippe Schenker2024-02-011-0/+1
* dt-bindings: net: qcom,ipa: do not override firmware-name $refKrzysztof Kozlowski2024-02-011-1/+1
* Merge branch 'tools-net-ynl-add-features-for-tc-family'Jakub Kicinski2024-02-017-187/+2221
|\
| * doc/netlink/specs: Update the tc specDonald Hunter2024-02-011-101/+2017
| * tools/net/ynl: Add type info to struct members in generated docsDonald Hunter2024-02-011-1/+8
| * doc/netlink: Describe nested structs in netlink raw docsDonald Hunter2024-02-011-0/+34
| * tools/net/ynl: Add support for nested structsDonald Hunter2024-02-013-9/+34
| * tools/net/ynl: Move formatted_string method out of NlAttrDonald Hunter2024-02-011-16/+15
| * tools/net/ynl: Rename _fixed_header_size() to _struct_size()Donald Hunter2024-02-011-6/+6
| * tools/net/ynl: Combine struct decoding logic in ynlDonald Hunter2024-02-011-33/+14
| * tools/net/ynl: Encode default values for binary blobsDonald Hunter2024-02-011-2/+7
| * tools/net/ynl: Add support for encoding sub-messagesDonald Hunter2024-02-011-4/+23
| * tools/net/ynl: Refactor fixed header encoding into separate methodDonald Hunter2024-02-011-11/+15
| * doc/netlink: Describe sub-message selector resolutionDonald Hunter2024-02-011-0/+8
| * tools/net/ynl: Support sub-messages in nested attribute spacesDonald Hunter2024-02-011-9/+29
| * tools/net/ynl: Add --output-json arg to ynl cliDonald Hunter2024-02-011-3/+19
|/
* selftests: Declare local variable for pause in fcnal-test.shDavid Ahern2024-02-011-4/+5
* Merge branch 'af_unix-remove-io_uring-dead-code-in-gc'Jakub Kicinski2024-02-018-209/+143
|\
| * af_unix: Remove CONFIG_UNIX_SCM.Kuniyuki Iwashima2024-02-018-175/+137
| * af_unix: Remove io_uring code for GC.Kuniyuki Iwashima2024-02-013-30/+2
| * af_unix: Replace BUG_ON() with WARN_ON_ONCE().Kuniyuki Iwashima2024-02-012-8/+8
|/
* net: bridge: Use KMEM_CACHE instead of kmem_cache_createKunwu Chan2024-02-011-4/+1
* net: ipv4: Simplify the allocation of slab caches in inet_initpeersKunwu Chan2024-02-011-4/+1
* Merge branch 'net-phy-split-at803x'Jakub Kicinski2024-02-0110-2766/+2927
|\
| * net: phy: qcom: detach qca808x PHY driver from at803xChristian Marangi2024-02-014-896/+942
| * net: phy: qcom: move additional functions to shared libraryChristian Marangi2024-02-013-425/+463
| * net: phy: qcom: deatch qca83xx PHY driver from at803xChristian Marangi2024-02-014-238/+284
| * net: phy: qcom: create and move functions to shared libraryChristian Marangi2024-02-015-67/+94