summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: tundra: Convert timers to use timer_setup()Kees Cook2017-11-011-5/+5
* net: mvpp2: simplify the Tx desc set DMA logicAntoine Tenart2017-11-011-26/+13
* net: mvpp2: use the aggr txq size define everywhereAntoine Tenart2017-11-011-3/+3
* net: mvpp2: limit TSO segments and use stop/wake thresholdsAntoine Tenart2017-11-011-2/+16
* net: mvpp2: initialize the RSS tablesAntoine Tenart2017-11-011-0/+50
* net: mvpp2: initialize the Tx FIFO sizeAntoine Tenart2017-11-011-4/+21
* net: mvpp2: set the Rx FIFO size depending on the port speeds for PPv2.2Antoine Tenart2017-11-011-6/+46
* forcedeth: replace pci_alloc_consistent with dma_alloc_coherentZhu Yanjun2017-11-011-20/+41
* net: bcmgenet: Avoid calling platform_device_put() twice in bcmgenet_mii_exit()Wei Yongjun2017-11-011-1/+0
* mlxsw: spectrum_router: Return extack message on abort due to fib rulesDavid Ahern2017-11-011-42/+66
* bpf: reduce verifier memory consumptionAlexei Starovoitov2017-11-011-4/+4
* liquidio: Configure switchdev with devlinkVijaya Mohan Guvva2017-11-015-0/+108
* liquidio: switchdev support for LiquidIO NICVijaya Mohan Guvva2017-11-016-1/+750
* Merge tag 'mlx5-updates-2017-10-31' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2017-11-014-526/+914
|\
| * net/mlx5e: Switch channels counters to use stats group APIKamal Heib2017-10-313-89/+106
| * net/mlx5e: Switch ipsec counters to use stats group APIKamal Heib2017-10-312-9/+25
| * net/mlx5e: Switch pme counters to use stats group APIKamal Heib2017-10-313-30/+54
| * net/mlx5e: Switch per prio pfc counters to use stats group APIKamal Heib2017-10-313-85/+113
| * net/mlx5e: Switch per prio traffic counters to use stats group APIKamal Heib2017-10-313-24/+50
| * net/mlx5e: Switch pcie counters to use stats group APIKamal Heib2017-10-313-58/+93
| * net/mlx5e: Switch ethernet extended counters to use stats group APIKamal Heib2017-10-313-20/+48
| * net/mlx5e: Switch physical statistical counters to use stats group APIKamal Heib2017-10-313-21/+46
| * net/mlx5e: Switch RFC 2819 counters to use stats group APIKamal Heib2017-10-313-30/+53
| * net/mlx5e: Switch RFC 2863 counters to use stats group APIKamal Heib2017-10-313-20/+43
| * net/mlx5e: Switch IEEE 802.3 counters to use stats group APIKamal Heib2017-10-313-36/+58
| * net/mlx5e: Switch vport counters to use the stats group APIKamal Heib2017-10-313-55/+78
| * net/mlx5e: Switch Q counters to use the stats group APIKamal Heib2017-10-313-16/+35
| * net/mlx5e: Introduce stats group APIKamal Heib2017-10-314-48/+127
* | i40e: Enable cloud filters via tc-flowerAmritha Nambiar2017-10-317-31/+1192
* | i40e: Clean up of cloud filtersAmritha Nambiar2017-10-312-0/+33
* | i40e: Admin queue definitions for cloud filtersAmritha Nambiar2017-10-312-4/+210
* | i40e: Cloud filter mode for set_switch_config commandAmritha Nambiar2017-10-316-5/+44
* | i40e: Map TCs with the VSI seidsAmritha Nambiar2017-10-312-0/+3
* | i40e/i40evf: Revert "i40e/i40evf: bump tail only in multiples of 8"Alexander Duyck2017-10-312-18/+0
* | i40e: only redistribute MSI-X vectors when neededShannon Nelson2017-10-311-2/+3
* | i40e: mark PM functions as __maybe_unusedArnd Bergmann2017-10-311-9/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-3014-131/+256
|\
| * Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-10-275-21/+22
| |\
| | * i40e: Add programming descriptors to cleaned_countAlexander Duyck2017-10-261-0/+1
| | * i40e: Fix incorrect use of tx_itr_setting when checking for Rx ITR setupAlexander Duyck2017-10-261-1/+1
| | * ixgbe: Fix Tx map failure pathAlexander Duyck2017-10-261-12/+6
| | * igb: Fix TX map failure pathJean-Philippe Brucker2017-10-261-1/+1
| | * e1000: avoid null pointer dereference on invalid stat typeColin Ian King2017-10-261-5/+4
| | * e1000: fix race condition between e1000_down() and e1000_watchdogVincenzo Maffione2017-10-261-2/+9
| * | net: stmmac: First Queue must always be in DCB modeJose Abreu2017-10-271-0/+7
| * | net: stmmac: dwc-qos-eth: Fix typo in DT bindings parsingJose Abreu2017-10-271-1/+1
| * | Merge tag 'mlx5-fixes-2017-10-26' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2017-10-275-96/+202
| |\ \ | | |/ | |/|
| | * net/mlx5e: DCBNL, Implement tc with ets type and zero bandwidthHuy Nguyen2017-10-262-30/+104
| | * net/mlx5e: Properly deal with encap flows add/del under neigh updateOr Gerlitz2017-10-261-35/+54
| | * net/mlx5: Delay events till mlx5 interface's add complete for pci resumeHuy Nguyen2017-10-261-29/+41