summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* iavf: Add framework to enable ethtool ntuple filtersHaiyue Wang2021-03-224-1/+257
* ice: Check FDIR program status for AVFQi Zhang2021-03-227-16/+541
* ice: Add more FDIR filter type for AVFQi Zhang2021-03-224-18/+545
* ice: Add GTPU FDIR filter for AVFQi Zhang2021-03-224-0/+218
* ice: Add non-IP Layer2 protocol FDIR filter for AVFQi Zhang2021-03-226-4/+73
* ice: Add new actions support for VF FDIRQi Zhang2021-03-223-1/+25
* ice: Add FDIR pattern action parser for VFQi Zhang2021-03-221-2/+345
* ice: Enable FDIR Configure for AVFQi Zhang2021-03-229-6/+1094
* ice: Add support for per VF ctrl VSI enablingQi Zhang2021-03-225-11/+129
* ice: Enhanced IPv4 and IPv6 flow filterQi Zhang2021-03-222-5/+53
* ice: Support to separate GTP-U uplink and downlinkQi Zhang2021-03-224-15/+241
* ice: Add more advanced protocol support in flow filterQi Zhang2021-03-223-6/+397
* ice: Support non word aligned input set fieldQi Zhang2021-03-228-36/+623
* ice: Add more basic protocol support for flow filterQi Zhang2021-03-225-6/+220
* Revert "net: dsa: sja1105: Clear VLAN filtering offload netdev feature"Vladimir Oltean2021-03-201-16/+0
* r8169: add support for ethtool get_ringparamHeiner Kallweit2021-03-201-0/+10
* net: ipa: update some comments in "ipa_data.h"Alex Elder2021-03-201-11/+12
* net: ipa: sequencer type is for TX endpoints onlyAlex Elder2021-03-206-29/+17
* net: ipa: split sequencer type in twoAlex Elder2021-03-206-32/+51
* net: ipa: implement MAX_READS_BEATS QSB dataAlex Elder2021-03-203-2/+11
* net: ipa: use configuration data for QSB settingsAlex Elder2021-03-201-45/+28
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller2021-03-193-14/+9
|\
| * e1000e: Mark e1000e_pm_prepare() as __maybe_unusedWei Yongjun2021-03-191-1/+1
| * igc: Assign boolean values to a bool variableJiapeng Zhong2021-03-191-8/+8
| * igc: Remove unused MII_CR_LOOPBACKSasha Neftin2021-03-191-1/+0
| * igc: Remove unused MII_CR_SPEEDSasha Neftin2021-03-191-3/+0
| * igc: Remove unused MII_CR_RESETSasha Neftin2021-03-191-1/+0
* | net: ipa: define QSB limits in configuration dataAlex Elder2021-03-193-2/+46
* | net: ipa: define some new memory regionsAlex Elder2021-03-193-3/+11
* | net: ipa: don't define empty memory regionsAlex Elder2021-03-192-15/+0
* | net: ipa: fix canary count for SC7180 UC_INFO regionAlex Elder2021-03-191-1/+1
* | net: ipa: make all configuration data constantAlex Elder2021-03-192-6/+6
* | net: phy: mscc: coma mode disabled for VSC8584Bjarni Jonasson2021-03-191-0/+1
* | net: phy: mscc: improved serdes calibration applied to VSC8584Bjarni Jonasson2021-03-191-56/+154
* | net: phy: mscc: Applying LCPLL reset to VSC8584Bjarni Jonasson2021-03-191-0/+6
* | net: enetc: teardown CBDR during PF/VF unbindVladimir Oltean2021-03-192-0/+2
* | octeontx2-pf: Fix spelling mistake "ratelimitter" -> "ratelimiter"Colin Ian King2021-03-191-1/+1
* | octeontx2-pf: Fix missing spin_lock_init() in otx2_tc_add_flow()Wei Yongjun2021-03-191-0/+1
* | r8169: use lower_32_bits/upper_32_bits macrosHeiner Kallweit2021-03-191-4/+2
* | hinic: Remove unused variable.David S. Miller2021-03-191-1/+0
* | net: hinic: convert strlcpy to strscpyDaode Huang2021-03-191-2/+2
* | net: hinic: remove the repeat word "the" in comment.Daode Huang2021-03-191-1/+1
* | net: hinic: add a blank line after declarationsDaode Huang2021-03-191-0/+1
* | net: hinic: Remove unnecessary 'out of memory' messageDaode Huang2021-03-194-17/+5
* | atl1c: use napi_alloc_skbSieng Piaw Liew2021-03-191-11/+17
* | atl1c: switch to napi_gro_receiveSieng Piaw Liew2021-03-191-1/+1
* | net: phy: at803x: remove at803x_aneg_done()Michael Walle2021-03-191-31/+0
* | Fix a typoBhaskar Chowdhury2021-03-181-2/+2
* | ionic: protect adminq from early destroyShannon Nelson2021-03-182-8/+28
* | ionic: stop watchdog when in broken stateShannon Nelson2021-03-182-2/+24