summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2019-04-1715-93/+901
|\
| * i40e: Fix misleading error messageCarolyn Wyborny2019-04-171-1/+1
| * i40e: Able to add up to 16 MAC filters on an untrusted VFAdam Ludkiewicz2019-04-171-2/+4
| * i40e: Report advertised link modes on 40GBASE_SR4Adam Ludkiewicz2019-04-171-1/+6
| * i40e: The driver now prints the API version in error messageAdam Ludkiewicz2019-04-171-3/+15
| * i40e: Changed maximum supported FW API version to 1.8Adam Ludkiewicz2019-04-172-3/+3
| * i40e: Remove misleading messages for untrusted VFGrzegorz Siwik2019-04-171-5/+16
| * i40e: Update i40e_init_dcb to return correct errorChinh T Cao2019-04-173-19/+13
| * i40e: Fix for 10G ports LED not blinkingPiotr Marczak2019-04-171-33/+0
| * i40e: save PTP time before a device resetJacob Keller2019-04-173-4/+63
| * i40e: don't allow changes to HW VLAN stripping on active port VLANsNicholas Nunley2019-04-171-0/+8
| * i40e: Implement DDP support in i40e driverAleksandr Loktionov2019-04-178-22/+769
| * i40e: Queues are reserved despite "Invalid argument" errorAdam Ludkiewicz2019-04-171-0/+3
* | net: stmmac: Set Flow Control to automatic mode in the driverJose Abreu2019-04-171-1/+1
* | net: stmmac: dwxgmac: Finish the Flow Control implementationJose Abreu2019-04-172-0/+51
* | dpaa2-eth: Add flow steering support without maskingIoana Ciocoi Radulescu2019-04-173-32/+127
* | dpaa2-eth: Update hash key composition codeIoana Ciocoi Radulescu2019-04-172-2/+30
* | dpaa2-eth: Add a couple of macrosIoana Ciocoi Radulescu2019-04-172-2/+7
* | dpaa2-eth: Fix Rx classification statusIoana Ciocoi Radulescu2019-04-171-1/+6
* | nfp: flower: fix implicit fallthrough warningJohn Hurley2019-04-171-0/+1
* | net: phy: micrel: add Asym Pause workaroundAntoine Tenart2019-04-171-1/+26
* | bnx2x: Add support for detection of P2P event packets.Sudarsana Reddy Kalluru2019-04-171-10/+12
* | bnx2x: Replace magic numbers with macro definitions.Sudarsana Reddy Kalluru2019-04-171-20/+30
* | xen-netfront: mark expected switch fall-throughGustavo A. R. Silva2019-04-171-1/+1
|/
* net: phy: switch drivers to use dynamic feature detectionHeiner Kallweit2019-04-1630-120/+120
* nfp: flower: offload merge flowsJohn Hurley2019-04-164-13/+126
* nfp: flower: support stats update for merge flowsJohn Hurley2019-04-162-0/+117
* nfp: flower: generate merge flow ruleJohn Hurley2019-04-162-1/+150
* nfp: flower: validate merge hint flowsJohn Hurley2019-04-161-0/+228
* nfp: flower: handle merge hint messagesJohn Hurley2019-04-164-1/+78
* nfp: flower: get flows by host contextJohn Hurley2019-04-162-16/+89
* nfp: flower: allow tunnels to output to internal portJohn Hurley2019-04-161-3/+4
* nfp: flower: support fallback packets from internal portsJohn Hurley2019-04-161-2/+24
* nfp: allow fallback packets from non-reprsJohn Hurley2019-04-166-16/+30
* nfp: flower: allow offloading of matches on 'internal' portsJohn Hurley2019-04-165-9/+153
* nfp: flower: turn on recirc and merge hint support in firmwareJohn Hurley2019-04-164-0/+25
* net: hns3: fix for vport->bw_limit overflow problemYunsheng Lin2019-04-151-1/+1
* net: hns3: fix sparse: warning when calling hclge_set_vlan_filter_hw()Jian Shen2019-04-151-2/+4
* mlxsw: spectrum_router: Add neighbour offload indicationIdo Schimmel2019-04-151-0/+6
* mlxsw: spectrum_router: Propagate neighbour update errorsIdo Schimmel2019-04-151-8/+15
* r8169: change irq handler to always trigger NAPI pollingHeiner Kallweit2019-04-141-4/+2
* r8169: create function pointer array for chip hw init functionsHeiner Kallweit2019-04-141-151/+68
* r8169: create function pointer array for PHY init functionsHeiner Kallweit2019-04-141-123/+59
* net: hns3: code optimization for command queue' spin lockPeng Li2019-04-142-4/+4
* net: hns3: free the pending skb when clean RX ringPeng Li2019-04-141-0/+7
* net: hns3: do not initialize MDIO bus when PHY is inexistentJian Shen2019-04-141-1/+7
* net: hns3: set dividual reset level for all RAS and MSI-X errorsWeihang Li2019-04-142-339/+618
* net: hns3: divide shared buffer between TCYunsheng Lin2019-04-141-7/+20
* net: hns3: always assume no drop TC for performance reasonYunsheng Lin2019-04-141-25/+4
* net: hns3: add hns3_gro_complete for HW GRO processYunsheng Lin2019-04-141-75/+123