aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-09net: mvpp2: finally add the PPv2.2 compatible stringThomas Petazzoni2-2/+6
2017-03-09net: mvpp2: set dma mask and coherent dma mask on PPv2.2Thomas Petazzoni1-0/+14
2017-03-09net: mvpp2: add support for an additional clock needed for PPv2.2Thomas Petazzoni1-4/+21
2017-03-09net: mvpp2: adapt rxq distribution to PPv2.2Thomas Petazzoni1-16/+19
2017-03-09net: mvpp2: rework RXQ interrupt group initialization for PPv2.2Thomas Petazzoni1-4/+42
2017-03-09net: mvpp2: add AXI bridge initialization for PPv2.2Thomas Petazzoni1-0/+85
2017-03-09net: mvpp2: handle misc PPv2.1/PPv2.2 differencesThomas Petazzoni1-18/+67
2017-03-09net: mvpp2: handle register mapping and access for PPv2.2Thomas Petazzoni1-69/+188
2017-03-09net: mvpp2: adjust mvpp2_{rxq, txq}_init for PPv2.2Thomas Petazzoni1-5/+21
2017-03-09net: mvpp2: adapt mvpp2_defaults_set() to PPv2.2Thomas Petazzoni1-10/+12
2017-03-09net: mvpp2: adapt the mvpp2_rxq_*_pool_set functions to PPv2.2Thomas Petazzoni1-12/+20
2017-03-09net: mvpp2: adjust the allocation/free of BM pools for PPv2.2Thomas Petazzoni1-10/+71
2017-03-09net: mvpp2: introduce PPv2.2 HW descriptors and adapt accessorsThomas Petazzoni1-12/+76
2017-03-09net: mvpp2: introduce an intermediate union for the TX/RX descriptorsThomas Petazzoni1-14/+31
2017-03-09net: mvpp2: add hw_version field in "struct mvpp2"Thomas Petazzoni1-1/+11
2017-03-09net: mvpp2: add and use accessors for TX/RX descriptorsThomas Petazzoni1-49/+145
2017-03-09net: mvpp2: store physical address of buffer in rx_desc->buf_cookieThomas Petazzoni1-14/+26
2017-03-09net: mvpp2: remove mvpp2_txq_pend_desc_num_get() functionThomas Petazzoni1-13/+2
2017-03-09net: mvpp2: remove unused register definition MVPP2_TXQ_THRESH_REGThomas Petazzoni1-3/+0
2017-03-09net: mvpp2: remove support for buffer headerThomas Petazzoni1-77/+0
2017-03-09net: mvpp2: use "dma" instead of "phys" where appropriateThomas Petazzoni1-74/+74
2017-03-09mlx4: remove duplicate code in mlx4_en_process_rx_cq()Eric Dumazet1-168/+41
2017-03-09mlx4: make validate_loopback() more genericEric Dumazet2-19/+10
2017-03-09mlx4: factorize page_address() callsEric Dumazet1-8/+7
2017-03-09mlx4: do not access rx_desc from mlx4_en_process_rx_cq()Eric Dumazet1-6/+3
2017-03-09mlx4: add rx_alloc_pages counter in ethtool -SEric Dumazet5-6/+12
2017-03-09mlx4: add page recycling in receive pathEric Dumazet2-177/+82
2017-03-09mlx4: use order-0 pages for RXEric Dumazet2-44/+33
2017-03-09mlx4: removal of frag_sizes[]Eric Dumazet2-22/+10
2017-03-09mlx4: reduce rx ring page_cache sizeEric Dumazet3-10/+15
2017-03-09mlx4: rx_headroom is a per port attributeEric Dumazet2-4/+4
2017-03-09mlx4: get rid of frag_prefix_sizeEric Dumazet2-17/+13
2017-03-09mlx4: remove order field from mlx4_en_frag_infoEric Dumazet2-4/+4
2017-03-09mlx4: dma_dir is a mlx4_en_priv attributeEric Dumazet3-12/+12
2017-03-08mlxsw: pci: Remove unused bitIdo Schimmel2-14/+0
2017-03-08mlxsw: spectrum: Fix helper function and port variable namesJiri Pirko1-11/+12
2017-03-08net: toshiba: spider_net: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-10/+14
2017-03-08net: toshiba: ps3_genic_net: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-22/+29
2017-03-08net: sun: sunhme: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-28/+34
2017-03-08net: sun: sungem: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-41/+57
2017-03-08net: sun: niu: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-17/+20
2017-03-08net: sun: cassini: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-46/+52
2017-03-08net: smsc: smc91x: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-22/+25
2017-03-08net: smsc: smc911x: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-24/+27
2017-03-07net: qcom/emac: optimize QDF2400 SGMII RX/TX impedence valuesTimur Tabi1-0/+6
2017-03-06net: ethernet: bgmac: driver power manangementJoey Zhong3-0/+87
2017-03-06net: ethernet: bgmac: unify code of the same familyJon Mason1-36/+28
2017-03-06net: ethernet: bgmac: use #defines for MAX sizeJon Mason1-1/+1
2017-03-06net: axienet: use eth_hw_addr_random()Tobias Klauser1-1/+1
2017-03-06netvsc: replace netdev_alloc_skb_ip_align with napi_alloc_skbstephen hemminger1-2/+4