summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-01net: ena: Relocate skb_tx_timestamp() to improve time stamping accuracyDavid Arinzon1-2/+2
2024-02-01net: ena: Add more information on TX timeoutsDavid Arinzon2-14/+64
2024-02-01net: ena: Change error print during ena_device_init()David Arinzon1-1/+2
2024-02-01net: ena: Remove CQ tail pointer updateDavid Arinzon5-39/+2
2024-02-01net: ena: Enable DIM by defaultDavid Arinzon1-0/+6
2024-02-01net: ena: Minor cosmetic changesDavid Arinzon1-4/+2
2024-02-01net: ena: Add more documentation for RX copybreakDavid Arinzon1-0/+6
2024-02-01net: ena: Remove an unused fieldDavid Arinzon2-4/+0
2024-02-01Merge branch 'net-mana-assigning-irq-affinity-on-ht-cores'Paolo Abeni4-10/+113
2024-02-01net: mana: Assigning IRQ affinity on HT coresSouradeep Chakrabarti1-11/+50
2024-02-01net: mana: add a function to spread IRQs per CPUsYury Norov1-0/+29
2024-02-01cpumask: define cleanup function for cpumasksYury Norov1-0/+3
2024-02-01cpumask: add cpumask_weight_andnot()Yury Norov3-0/+32
2024-02-01net: dsa: Add KSZ8567 switch supportPhilippe Schenker5-1/+53
2024-02-01dt-bindings: net: dsa: Add KSZ8567 switch supportPhilippe Schenker1-0/+1
2024-02-01dt-bindings: net: qcom,ipa: do not override firmware-name $refKrzysztof Kozlowski1-1/+1
2024-02-01Merge branch 'tools-net-ynl-add-features-for-tc-family'Jakub Kicinski7-187/+2221
2024-02-01doc/netlink/specs: Update the tc specDonald Hunter1-101/+2017
2024-02-01tools/net/ynl: Add type info to struct members in generated docsDonald Hunter1-1/+8
2024-02-01doc/netlink: Describe nested structs in netlink raw docsDonald Hunter1-0/+34
2024-02-01tools/net/ynl: Add support for nested structsDonald Hunter3-9/+34
2024-02-01tools/net/ynl: Move formatted_string method out of NlAttrDonald Hunter1-16/+15
2024-02-01tools/net/ynl: Rename _fixed_header_size() to _struct_size()Donald Hunter1-6/+6
2024-02-01tools/net/ynl: Combine struct decoding logic in ynlDonald Hunter1-33/+14
2024-02-01tools/net/ynl: Encode default values for binary blobsDonald Hunter1-2/+7
2024-02-01tools/net/ynl: Add support for encoding sub-messagesDonald Hunter1-4/+23
2024-02-01tools/net/ynl: Refactor fixed header encoding into separate methodDonald Hunter1-11/+15
2024-02-01doc/netlink: Describe sub-message selector resolutionDonald Hunter1-0/+8
2024-02-01tools/net/ynl: Support sub-messages in nested attribute spacesDonald Hunter1-9/+29
2024-02-01tools/net/ynl: Add --output-json arg to ynl cliDonald Hunter1-3/+19
2024-02-01selftests: Declare local variable for pause in fcnal-test.shDavid Ahern1-4/+5
2024-02-01Merge branch 'af_unix-remove-io_uring-dead-code-in-gc'Jakub Kicinski8-209/+143
2024-02-01af_unix: Remove CONFIG_UNIX_SCM.Kuniyuki Iwashima8-175/+137
2024-02-01af_unix: Remove io_uring code for GC.Kuniyuki Iwashima3-30/+2
2024-02-01af_unix: Replace BUG_ON() with WARN_ON_ONCE().Kuniyuki Iwashima2-8/+8
2024-02-01net: bridge: Use KMEM_CACHE instead of kmem_cache_createKunwu Chan1-4/+1
2024-02-01net: ipv4: Simplify the allocation of slab caches in inet_initpeersKunwu Chan1-4/+1
2024-02-01Merge branch 'net-phy-split-at803x'Jakub Kicinski10-2766/+2927
2024-02-01net: phy: qcom: detach qca808x PHY driver from at803xChristian Marangi4-896/+942
2024-02-01net: phy: qcom: move additional functions to shared libraryChristian Marangi3-425/+463
2024-02-01net: phy: qcom: deatch qca83xx PHY driver from at803xChristian Marangi4-238/+284
2024-02-01net: phy: qcom: create and move functions to shared libraryChristian Marangi5-67/+94
2024-02-01net: phy: move at803x PHY driver to dedicated directoryChristian Marangi5-7/+11
2024-02-01Merge branch 'prevent-nullptr-exceptions-in-isr'Jakub Kicinski2-5/+63
2024-02-01net: phy: adin1100: Add interrupt support for link changeAndre Werner1-0/+55
2024-02-01net: phy: phy_device: Prevent nullptr exceptions on ISRAndre Werner1-5/+8
2024-02-01ptp: lan743x: Use spin_lock instead of spin_lock_bhLucas Tanure1-2/+2
2024-02-01dpll: move xa_erase() call in to match dpll_pin_alloc() error path orderJiri Pirko1-1/+1
2024-01-31selftests/net: calibrate txtimestampWillem de Bruijn1-5/+7
2024-01-31Merge tag 'nf-next-24-01-29' of https://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller12-53/+94