summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-02-04igb: fix TDBAL register show incorrect valueGal Hammer1-1/+1
2021-02-04igc: Fix TDBAL register show incorrect valueSasha Neftin1-1/+1
2021-02-04igc: Remove unused FUNC_1 maskSasha Neftin1-1/+0
2021-02-04igc: Remove unused local receiver maskSasha Neftin1-1/+0
2021-02-04igc: Prefer strscpy over strlcpySasha Neftin1-1/+1
2021-02-04igc: Expose the gPHY firmware versionSasha Neftin5-3/+28
2021-02-04igc: Expose the NVM versionSasha Neftin3-2/+17
2021-02-04igc: Add Host Good Packets Transmitted CountSasha Neftin1-0/+1
2021-02-04igc: Remove MULR mask defineSasha Neftin1-1/+0
2021-02-04igc: Remove igc_set_fw_version commentSasha Neftin1-1/+0
2021-02-04igc: Clean up nvm_operations structureSasha Neftin1-1/+0
2021-02-03net: fec: Silence M5272 build warningsGeert Uytterhoeven1-3/+4
2021-02-03Merge tag 'mlx5-updates-2021-02-01' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski17-185/+304
2021-02-03r8169: Add support for another RTL8168FPKai-Heng Feng3-6/+13
2021-02-03net: Do not call fib6_info_hw_flags_set() when IPv6 is disabledAmit Cohen2-0/+24
2021-02-03net: Pass 'net' struct as first argument to fib6_info_hw_flags_set()Amit Cohen2-9/+12
2021-02-03netdevsim: fib: Perform the route programming in a non-atomic contextAmit Cohen1-140/+327
2021-02-03netdevsim: fib: Convert the current occupancy to an atomic variableAmit Cohen1-28/+27
2021-02-03net: ipa: expand last transaction checkAlex Elder1-9/+25
2021-02-03net: ipa: don't disable interrupt on suspendAlex Elder1-15/+29
2021-02-03net: ipa: disable interrupt and NAPI after channel stopAlex Elder1-9/+9
2021-02-03net: ipa: kill gsi_channel_freeze() and gsi_channel_thaw()Alex Elder1-25/+12
2021-02-03net: ipa: introduce __gsi_channel_start()Alex Elder1-20/+23
2021-02-03net: ipa: introduce gsi_channel_stop_retry()Alex Elder1-5/+15
2021-02-03net: ipa: don't thaw channel if error startingAlex Elder1-2/+4
2021-02-03net: usb: rtl8150: use new tasklet APIEmil Renner Berthing1-3/+3
2021-02-03net: usb: r8152: use new tasklet APIEmil Renner Berthing1-5/+3
2021-02-03net: usb: pegasus: use new tasklet APIEmil Renner Berthing1-4/+3
2021-02-03net: usb: lan78xx: use new tasklet APIEmil Renner Berthing1-3/+3
2021-02-03net: usb: hso: use new tasklet APIEmil Renner Berthing1-5/+5
2021-02-03ppp: use new tasklet APIEmil Renner Berthing2-8/+8
2021-02-03ifb: use new tasklet APIEmil Renner Berthing1-4/+3
2021-02-03caif_virtio: use new tasklet APIEmil Renner Berthing1-5/+3
2021-02-03arcnet: use new tasklet APIEmil Renner Berthing1-4/+3
2021-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski24-66/+187
2021-02-02Merge tag 'mlx5-fixes-2021-02-01' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski4-9/+20
2021-02-02net: ipa: fix two format specifier errorsAlex Elder1-2/+2
2021-02-02net: ipa: use the right accessor in ipa_endpoint_status_skip()Alex Elder1-2/+2
2021-02-02net: ipa: be explicit about endiannessAlex Elder1-1/+1
2021-02-02net: ipa: add a missing __iomem attributeAlex Elder1-1/+1
2021-02-02net: ipa: pass correct dma_handle to dma_free_coherent()Dan Carpenter1-1/+1
2021-02-02r8169: fix WoL on shutdown if CONFIG_DEBUG_SHIRQ is setHeiner Kallweit1-2/+2
2021-02-02net: mvpp2: TCAM entry enable should be written after SRAM dataStefan Chulski1-5/+5
2021-02-02net/mlx5e: Release skb in case of failure in tc update skbMaor Dickman1-4/+12
2021-02-02net/mlx5e: Update max_opened_tc also when channels are closedMaxim Mikityanskiy1-4/+2
2021-02-02net/mlx5: Fix leak upon failure of rule creationMaor Gottlieb1-0/+5
2021-02-02net/mlx5: Fix function calculation for page treesDaniel Jurgens1-1/+1
2021-02-02net/mlx5: DR, Avoid unnecessary csum recalculation on supporting devicesYevgeny Kliteynik3-4/+12
2021-02-02net/mlx5e: CT: remove useless conversion to PTR_ERR then ERR_PTRSaeed Mahameed1-5/+2
2021-02-02net/mlx5e: accel, remove redundant spaceSaeed Mahameed1-1/+1