summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-05-23Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-5/+9
2020-05-23ice: Support IPv6 Flow Director filtersHenry Tieman5-81/+642
2020-05-23Merge tag 'drm-fixes-2020-05-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds24-101/+135
2020-05-23ice: Support IPv4 Flow Director filtersHenry Tieman12-0/+1493
2020-05-23ice: Support displaying ntuple rulesHenry Tieman8-0/+280
2020-05-23ice: Initialize Flow Director resourcesHenry Tieman22-38/+1553
2020-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller27-1281/+390
2020-05-23e1000e: disable s0ix entry and exit flows for ME systemsVitaly Lifshits1-2/+43
2020-05-23e1000e: Disable TSO for buffer overrun workaroundKai-Heng Feng1-0/+4
2020-05-23e1000e: Warn if disabling ULP failedKai-Heng Feng1-1/+5
2020-05-23igb: Report speed and duplex as unknown when device is runtime suspendedKai-Heng Feng1-1/+2
2020-05-23igc: Remove unused descriptor's flagsSasha Neftin1-4/+0
2020-05-23igc: Remove igc_nfc_rule_exit()Andre Guedes1-14/+0
2020-05-23igc: Change adapter->nfc_rule_lock to mutexAndre Guedes3-20/+20
2020-05-23igc: Change return type from igc_disable_nfc_rule()Andre Guedes1-17/+9
2020-05-23igc: Fix NFC rule validationAndre Guedes1-3/+4
2020-05-23igc: Fix NFC rules leak when driver is unloadedAndre Guedes1-13/+16
2020-05-23igc: Refactor igc_ethtool_update_nfc_rule()Andre Guedes3-166/+195
2020-05-23igc: Fix NFC rules restorationAndre Guedes3-20/+19
2020-05-23igc: Fix NFC rules with multicast addressesAndre Guedes1-6/+0
2020-05-23igc: Fix NFC rule overwrite casesAndre Guedes1-2/+1
2020-05-23igc: Fix locking issue when retrieving NFC rulesAndre Guedes1-3/+16
2020-05-23igc: Fix 'sw_idx' type in struct igc_nfc_ruleAndre Guedes2-9/+9
2020-05-23igc: Refactor igc_ethtool_add_nfc_rule()Andre Guedes1-58/+92
2020-05-23net/mlx5: Fix error flow in case of function_setup failureShay Drory1-1/+2
2020-05-23net/mlx5e: CT: Correctly get flow ruleRoi Dayan2-3/+6
2020-05-23net/mlx5e: Update netdev txq on completions during closureMoshe Shemesh1-3/+6
2020-05-23net/mlx5: Annotate mutex destroy for root nsRoi Dayan1-0/+6
2020-05-23net/mlx5: Don't maintain a case of del_sw_func being nullRoi Dayan1-8/+9
2020-05-23net/mlx5: Fix cleaning unmanaged flow tablesRoi Dayan1-5/+6
2020-05-23net/mlx5: Fix memory leak in mlx5_events_initMoshe Shemesh1-1/+3
2020-05-23net/mlx5e: Fix inner tirs handlingRoi Dayan4-10/+12
2020-05-23net/mlx5e: kTLS, Destroy key object after destroying the TISTariq Toukan1-1/+1
2020-05-23net/mlx5e: Fix allowed tc redirect merged eswitch offload casesMaor Dickman3-14/+41
2020-05-23net/mlx5: Avoid processing commands before cmdif is readyEran Ben Elisha2-0/+14
2020-05-23net/mlx5: Fix a race when moving command interface to events modeEran Ben Elisha2-4/+34
2020-05-23net/mlx5: Add command entry handling completionMoshe Shemesh1-0/+14
2020-05-23net/mlx5e: Support pedit on mpls over UDP decapEli Cohen1-12/+53
2020-05-23net/mlx5e: Add support for hw decapsulation of MPLS over UDPEli Cohen5-5/+238
2020-05-23net/mlx5e: Allow to match on mpls parametersEli Cohen2-2/+67
2020-05-23net/mlx5e: Add support for hw encapsulation of MPLS over UDPEli Cohen6-3/+114
2020-05-23net/mlx5e: Introduce kconfig var for TC supportVlad Buslov8-15/+109
2020-05-23net/mlx5e: Move TC-specific code from en_main.c to en_tc.cVlad Buslov3-37/+42
2020-05-23net/mlx5e: Extract neigh-specific code from en_rep.c to rep/neigh.cVlad Buslov8-368/+395
2020-05-23net/mlx5e: Extract TC-specific code from en_rep.c to rep/tc.cVlad Buslov9-708/+821
2020-05-23net/mlx5e: Use IS_ERR() to check and simplify codeTang Bin1-3/+2
2020-05-23net: sun: fix missing release regions in cas_init_one().Qiushi Wu1-2/+1
2020-05-23net: mscc: ocelot: fix address ageing time (again)Vladimir Oltean1-1/+1
2020-05-23r8169: fix OCP access on RTL8117Heiner Kallweit1-2/+15
2020-05-23net: phy: dp83869: Set opmode from strapsDan Murphy1-1/+20