summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | hwmon: (adm1266) Set `can_sleep` flag for GPIO chipLars-Peter Clausen2023-03-151-0/+1
| * | | | hwmon: tmp512: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-121-1/+1
| * | | | hwmon: (ucd90320) Add minimum delay between bus accessesLars-Peter Clausen2023-03-121-0/+75
| * | | | hwmon: (ina3221) return prober error codeMarcus Folkesson2023-03-121-1/+1
| * | | | hwmon: (xgene) Fix use after free bug in xgene_hwmon_remove due to race condi...Zheng Wang2023-03-121-0/+1
| * | | | hwmon: (adt7475) Fix masking of hysteresis registersTony O'Brien2023-03-051-2/+2
| * | | | hwmon: (adt7475) Display smoothing attributes in correct orderTony O'Brien2023-03-051-2/+2
| |/ / /
* | | | Merge tag 'ata-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2023-03-181-13/+17
|\ \ \ \
| * | | | ata: pata_parport: fix memory leaksOndrej Zary2023-03-161-11/+14
| * | | | ata: pata_parport: fix parport release without claimOndrej Zary2023-03-151-2/+3
| | |/ / | |/| |
* | | | media: m5mols: fix off-by-one loop termination errorLinus Torvalds2023-03-181-1/+1
* | | | Merge tag 'net-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-03-17132-673/+1328
|\ \ \ \
| * \ \ \ Merge branch 'bonding-fixes'David S. Miller2023-03-173-8/+103
| |\ \ \ \
| | * | | | selftests: bonding: add tests for ether type changesNikolay Aleksandrov2023-03-172-1/+87
| | * | | | bonding: restore bond's IFF_SLAVE flag if a non-eth dev enslave failsNikolay Aleksandrov2023-03-171-3/+1
| | * | | | bonding: restore IFF_MASTER/SLAVE flags on bond enslave ether type changeNikolay Aleksandrov2023-03-171-4/+15
| |/ / / /
| * | | | Merge branch 'net-renesas-rswitch-fixes'David S. Miller2023-03-172-5/+15
| |\ \ \ \
| | * | | | net: renesas: rswitch: Fix GWTSDIE register handlingYoshihiro Shimoda2023-03-172-2/+8
| | * | | | net: renesas: rswitch: Fix the output value of quote from rswitch_rx()Yoshihiro Shimoda2023-03-171-3/+7
| |/ / / /
| * | | | ethernet: sun: add check for the mdesc_grab()Liang He2023-03-172-0/+6
| * | | | Merge branch 'net-ipa-minor-bug-fixes'Jakub Kicinski2023-03-165-27/+38
| |\ \ \ \
| | * | | | net: ipa: fix some register validity checksAlex Elder2023-03-163-15/+30
| | * | | | net: ipa: kill FILT_ROUT_CACHE_CFG IPA registerAlex Elder2023-03-162-11/+2
| | * | | | net: ipa: add two missing declarationsAlex Elder2023-03-161-0/+4
| | * | | | net: ipa: reg: include <linux/bug.h>Alex Elder2023-03-161-1/+2
| |/ / / /
| * | | | net: xdp: don't call notifiers during driver initJakub Kicinski2023-03-161-1/+3
| * | | | Merge branch 'net-sched-fix-parsing-of-tca_ext_warn_msg-for-tc-action'Jakub Kicinski2023-03-162-4/+5
| |\ \ \ \
| | * | | | net/sched: act_api: add specific EXT_WARN_MSG for tc actionHangbin Liu2023-03-162-4/+5
| | * | | | Revert "net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy"Hangbin Liu2023-03-161-2/+2
| |/ / / /
| * | | | net: dsa: microchip: fix RGMII delay configuration on KSZ8765/KSZ8794/KSZ8795Marek Vasut2023-03-161-1/+1
| * | | | Merge branch 'ynl-another-license-adjustment'Jakub Kicinski2023-03-1616-22/+33
| |\ \ \ \
| | * | | | ynl: make the tooling check the licenseJakub Kicinski2023-03-162-6/+15
| | * | | | ynl: broaden the license even moreJakub Kicinski2023-03-1615-18/+19
| | * | | | tools: ynl: make definitions optional againJakub Kicinski2023-03-161-1/+2
| |/ / / /
| * | | | Merge tag 'mlx5-fixes-2023-03-15' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-03-1613-47/+81
| |\ \ \ \
| | * | | | net/mlx5e: TC, Remove error message log printOz Shlomo2023-03-151-1/+0
| | * | | | net/mlx5e: TC, fix cloned flow attributeOz Shlomo2023-03-151-1/+1
| | * | | | net/mlx5e: TC, fix missing error codeOz Shlomo2023-03-151-2/+6
| | * | | | net/sched: TC, fix raw counter initializationOz Shlomo2023-03-151-0/+5
| | * | | | net/mlx5e: Lower maximum allowed MTU in XSK to match XDP prerequisitesAdham Faris2023-03-151-3/+7
| | * | | | net/mlx5: Set BREAK_FW_WAIT flag first when removing driverShay Drory2023-03-151-1/+1
| | * | | | net/mlx5e: kTLS, Fix missing error unwind on unsupported cipher typeGal Pressman2023-03-152-21/+25
| | * | | | net/mlx5e: Fix cleanup null-ptr deref on encap lockPaul Blakey2023-03-151-0/+10
| | * | | | net/mlx5: E-switch, Fix missing set of split_count when forward to ovs intern...Maor Dickman2023-03-151-0/+1
| | * | | | net/mlx5: E-switch, Fix wrong usage of source port rewrite in split rulesMaor Dickman2023-03-151-5/+5
| | * | | | net/mlx5: Disable eswitch before waiting for VF pagesDaniel Jurgens2023-03-151-1/+1
| | * | | | net/mlx5: Fix setting ec_function bit in MANAGE_PAGESParav Pandit2023-03-151-5/+17
| | * | | | net/mlx5e: Don't cache tunnel offloads capabilityParav Pandit2023-03-154-6/+1
| | * | | | net/mlx5e: Fix macsec ASO context alignmentEmeel Hakim2023-03-151-1/+1
| * | | | | hsr: ratelimit only when errors are printedMatthieu Baerts2023-03-161-1/+1