aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon33-54/+54
2019-07-29bnxt_en: Add PCI IDs for 57500 series NPAR devices.Michael Chan1-0/+12
2019-07-29bnxt_en: Support all variants of the 5750X chip family.Michael Chan1-2/+6
2019-07-29bnxt_en: Refactor bnxt_init_one() and turn on TPA support on 57500 chips.Michael Chan2-53/+67
2019-07-29bnxt_en: Support TPA counters on 57500 chips.Michael Chan1-10/+31
2019-07-29bnxt_en: Allocate the larger per-ring statistics block for 57500 chips.Michael Chan2-2/+9
2019-07-29bnxt_en: Refactor ethtool ring statistics logic.Michael Chan1-50/+70
2019-07-29bnxt_en: Add hardware GRO setup function for 57500 chips.Michael Chan1-1/+32
2019-07-29bnxt_en: Add TPA ID mapping logic for 57500 chips.Michael Chan2-2/+53
2019-07-29bnxt_en: Add fast path logic for TPA on 57500 chips.Michael Chan1-25/+75
2019-07-29bnxt_en: Set TPA GRO mode flags on 57500 chips properly.Michael Chan1-3/+5
2019-07-29bnxt_en: Refactor tunneled hardware GRO logic.Michael Chan1-41/+28
2019-07-29bnxt_en: Handle standalone RX_AGG completions.Michael Chan1-2/+18
2019-07-29bnxt_en: Expand bnxt_tpa_info struct to support 57500 chips.Michael Chan2-6/+41
2019-07-29bnxt_en: Refactor TPA logic.Michael Chan1-48/+69
2019-07-29bnxt_en: Add TPA structure definitions for BCM57500 chips.Michael Chan1-0/+67
2019-07-29bnxt_en: Update firmware interface spec. to 1.10.0.89.Michael Chan2-16/+108
2019-07-29net: dsa: mv88e6xxx: avoid some redundant vtu load/purge operationsRasmus Villemoes1-1/+3
2019-07-29r8169: make use of xmit_moreHeiner Kallweit1-5/+12
2019-07-29staging/octeon: Allow test build on !MIPSMatthew Wilcox (Oracle)14-78/+1466
2019-07-29net: ag71xx: use resource_size for the ioremap sizeDing Xiang1-1/+1
2019-07-29NFC: nxp-nci: Fix recommendation for NFC_NXP_NCI_I2C KconfigSedat Dilek1-1/+1
2019-07-29NFC: nxp-nci: Clarify on supported chipsSedat Dilek1-2/+2
2019-07-29NFC: nxp-nci: Remove 'default n' for the coreAndy Shevchenko1-1/+0
2019-07-29NFC: nxp-nci: Remove unused macro pr_fmt()Andy Shevchenko1-2/+0
2019-07-29NFC: nxp-nci: Drop comma in terminator linesAndy Shevchenko1-2/+2
2019-07-29NFC: nxp-nci: Drop of_match_ptr() useAndy Shevchenko1-1/+1
2019-07-29NFC: nxp-nci: Constify acpi_device_idAndy Shevchenko1-1/+1
2019-07-29NFC: nxp-nci: Get rid of useless labelAndy Shevchenko1-8/+4
2019-07-29NFC: nxp-nci: Get rid of code duplication in ->probe()Andy Shevchenko1-53/+15
2019-07-29NFC: nxp-nci: Add GPIO ACPI mapping tableAndy Shevchenko1-2/+16
2019-07-29NFC: nxp-nci: Convert to use GPIO descriptorAndy Shevchenko2-46/+15
2019-07-29NFC: nxp-nci: Get rid of platform dataAndy Shevchenko3-10/+1
2019-07-29NFC: nxp-nci: Add NXP1001 to the ACPI ID tableAndy Shevchenko1-0/+1
2019-07-29net: hns3: use dev_info() instead of pr_info()Huazhong Tan2-2/+5
2019-07-29net: hns3: Add support for using order 1 pages with a 4K bufferYunsheng Lin2-8/+17
2019-07-29net: hns3: add interrupt affinity support for misc interruptYunsheng Lin2-4/+53
2019-07-29net: hns3: make hclge_service use delayed workqueueYunsheng Lin2-34/+21
2019-07-29net: hns3: add debug messages to identify eth down causeYonglong Liu3-0/+48
2019-07-29net: hns3: modify firmware version display formatYufeng Mo4-4/+40
2019-07-29net: hns3: change GFP flag during lock periodYufeng Mo1-1/+1
2019-07-29net: hns3: remove upgrade reset level when reset failHuazhong Tan1-20/+8
2019-07-29net: hns3: add a check for get_reset_levelGuangbin Huang1-1/+1
2019-07-29net: hns3: add reset checking before set channelsJian Shen1-0/+3
2019-07-27mlxsw: spectrum_flower: Forbid to offload match on reserved TCP flags bitsJiri Pirko1-0/+6
2019-07-27mlxsw: spectrum_acl: Track rules that forbid egress block bindJiri Pirko4-7/+30
2019-07-27mlxsw: spectrum_flower: Forbid to offload mirred redirect on egressJiri Pirko1-0/+5
2019-07-27r8169: enable HW csum and TSOHeiner Kallweit1-5/+11
2019-07-27r8169: remove r8169_csum_workaroundHeiner Kallweit1-37/+2
2019-07-27r8169: implement callback ndo_features_checkHeiner Kallweit1-24/+36