aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller26-187/+348
2019-04-17Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller15-93/+901
2019-04-17net: stmmac: Set Flow Control to automatic mode in the driverJose Abreu1-1/+1
2019-04-17net: stmmac: dwxgmac: Finish the Flow Control implementationJose Abreu2-0/+51
2019-04-16dpaa2-eth: Add flow steering support without maskingIoana Ciocoi Radulescu3-32/+127
2019-04-16dpaa2-eth: Update hash key composition codeIoana Ciocoi Radulescu2-2/+30
2019-04-16dpaa2-eth: Add a couple of macrosIoana Ciocoi Radulescu2-2/+7
2019-04-16dpaa2-eth: Fix Rx classification statusIoana Ciocoi Radulescu1-1/+6
2019-04-16ocelot: Clean up stats update deferred workClaudiu Manoil1-8/+14
2019-04-16ocelot: Don't sleep in atomic context (irqs_disabled())Claudiu Manoil1-1/+1
2019-04-16nfp: flower: fix implicit fallthrough warningJohn Hurley1-0/+1
2019-04-16qed: fix spelling mistake "faspath" -> "fastpath"Colin Ian King1-1/+1
2019-04-16bnx2x: Add support for detection of P2P event packets.Sudarsana Reddy Kalluru1-10/+12
2019-04-16bnx2x: Replace magic numbers with macro definitions.Sudarsana Reddy Kalluru1-20/+30
2019-04-16i40e: Fix misleading error messageCarolyn Wyborny1-1/+1
2019-04-16i40e: Able to add up to 16 MAC filters on an untrusted VFAdam Ludkiewicz1-2/+4
2019-04-16i40e: Report advertised link modes on 40GBASE_SR4Adam Ludkiewicz1-1/+6
2019-04-16i40e: The driver now prints the API version in error messageAdam Ludkiewicz1-3/+15
2019-04-16i40e: Changed maximum supported FW API version to 1.8Adam Ludkiewicz2-3/+3
2019-04-16i40e: Remove misleading messages for untrusted VFGrzegorz Siwik1-5/+16
2019-04-16i40e: Update i40e_init_dcb to return correct errorChinh T Cao3-19/+13
2019-04-16i40e: Fix for 10G ports LED not blinkingPiotr Marczak1-33/+0
2019-04-16i40e: save PTP time before a device resetJacob Keller3-4/+63
2019-04-16i40e: don't allow changes to HW VLAN stripping on active port VLANsNicholas Nunley1-0/+8
2019-04-16i40e: Implement DDP support in i40e driverAleksandr Loktionov8-22/+769
2019-04-16i40e: Queues are reserved despite "Invalid argument" errorAdam Ludkiewicz1-0/+3
2019-04-15bnx2x: fix spelling mistake "dicline" -> "decline"Colin Ian King1-1/+1
2019-04-15nfp: flower: offload merge flowsJohn Hurley4-13/+126
2019-04-15nfp: flower: support stats update for merge flowsJohn Hurley2-0/+117
2019-04-15nfp: flower: generate merge flow ruleJohn Hurley2-1/+150
2019-04-15nfp: flower: validate merge hint flowsJohn Hurley1-0/+228
2019-04-15nfp: flower: handle merge hint messagesJohn Hurley4-1/+78
2019-04-15nfp: flower: get flows by host contextJohn Hurley2-16/+89
2019-04-15nfp: flower: allow tunnels to output to internal portJohn Hurley1-3/+4
2019-04-15nfp: flower: support fallback packets from internal portsJohn Hurley1-2/+24
2019-04-15nfp: allow fallback packets from non-reprsJohn Hurley6-16/+30
2019-04-15nfp: flower: allow offloading of matches on 'internal' portsJohn Hurley5-9/+153
2019-04-15nfp: flower: turn on recirc and merge hint support in firmwareJohn Hurley4-0/+25
2019-04-15net: hns3: fix for vport->bw_limit overflow problemYunsheng Lin1-1/+1
2019-04-15net: hns3: fix sparse: warning when calling hclge_set_vlan_filter_hw()Jian Shen1-2/+4
2019-04-15mlxsw: spectrum_router: Add neighbour offload indicationIdo Schimmel1-0/+6
2019-04-15mlxsw: spectrum_router: Propagate neighbour update errorsIdo Schimmel1-8/+15
2019-04-14Merge tag 'mlx5-fixes-2019-04-09' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller9-65/+140
2019-04-14qed: Fix the DORQ's attentions handlingDenis Bolotin2-16/+48
2019-04-14qed: Fix missing DORQ attentionsDenis Bolotin3-3/+20
2019-04-14qed: Fix the doorbell address sanity checkDenis Bolotin1-8/+8
2019-04-14qed: Delete redundant doorbell recovery typesDenis Bolotin4-51/+31
2019-04-14r8169: change irq handler to always trigger NAPI pollingHeiner Kallweit1-4/+2
2019-04-14r8169: create function pointer array for chip hw init functionsHeiner Kallweit1-151/+68
2019-04-14r8169: create function pointer array for PHY init functionsHeiner Kallweit1-123/+59