summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2017-02-07net: netcp: Do not clobber PHY link outside of state machineFlorian Fainelli1-2/+0
2017-02-07net: pxa168_eth: Do not clobber PHY link outside of state machineFlorian Fainelli1-19/+1
2017-02-07net: mv643xx_eth: Do not clobber PHY link outside of state machineFlorian Fainelli1-3/+1
2017-02-07Merge tag 'mlx5-updates-2017-01-31' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller5-34/+60
2017-02-07net: ethernet: ti: cpsw: remove netif_trans_updateIvan Khoronzhuk1-2/+0
2017-02-07bnxt_en: Add support for XDP_TX action.Michael Chan4-17/+122
2017-02-07bnxt_en: Add basic XDP support.Michael Chan5-8/+214
2017-02-07bnxt_en: Refactor tx completion path.Michael Chan2-1/+9
2017-02-07bnxt_en: Add a set of TX rings to support XDP.Michael Chan3-13/+27
2017-02-07bnxt_en: Add tx ring mapping logic.Michael Chan2-3/+14
2017-02-07bnxt_en: Centralize logic to reserve rings.Michael Chan3-57/+52
2017-02-07bnxt_en: Use event bit map in RX path.Michael Chan2-15/+18
2017-02-07bnxt_en: Add RX page mode support.Michael Chan2-18/+124
2017-02-07bnxt_en: Parameterize RX buffer offsets.Michael Chan2-6/+11
2017-02-07bnxt_en: Add bp->rx_dir field for rx buffer DMA direction.Michael Chan2-15/+13
2017-02-07bnxt_en: Don't use DEFINE_DMA_UNMAP_ADDR to store DMA address in RX path.Michael Chan2-13/+10
2017-02-07bnxt_en: Refactor rx SKB function.Michael Chan2-16/+44
2017-02-07net: qcom/emac: add ethool support for setting pause parametersTimur Tabi4-18/+48
2017-02-07net: add dst_pending_confirm flag to skbuffJulian Anastasov1-1/+4
2017-02-07net: phy: bcm7xxx: Add BCM74371 PHY IDFlorian Fainelli1-0/+2
2017-02-07mlxsw: add psample dependency for spectrumArnd Bergmann1-0/+1
2017-02-07net: wan: slic_ds26522: Remove .owner field for driverWei Yongjun1-1/+0
2017-02-07net: wan: slic_ds26522: Use module_spi_driver to simplify the codeWei Yongjun1-12/+1
2017-02-07net: phy: Allow pre-declaration of MDIO devicesFlorian Fainelli5-1/+122
2017-02-07net: dsa: mv88e6xxx: Refactor remaining port setupAndrew Lunn4-34/+78
2017-02-07net: dsa: mv88e6xxx: Implement Clause 45 access to SMI devicesAndrew Lunn2-9/+120
2017-02-07net: dsa: mv88e6xxx: Set the CMODE for mv88e6390 ports 9 & 10Andrew Lunn4-0/+84
2017-02-07virtio_net: XDP support for adjust_headJohn Fastabend1-29/+125
2017-02-07virtio_net: refactor freeze/restore logic into virtnet reset logicJohn Fastabend1-29/+46
2017-02-07virtio_net: remove duplicate queue pair binding in XDPJohn Fastabend1-13/+7
2017-02-07virtio_net: factor out xdp handler for readabilityJohn Fastabend1-51/+35
2017-02-07virtio_net: wrap rtnl_lock in test for calling with lock already heldJohn Fastabend1-10/+21
2017-02-06net/mlx5e: fix another maybe-uninitialized false-positiveArnd Bergmann1-2/+2
2017-02-06net-next: treewide use is_vlan_dev() helper function.Parav Pandit7-12/+12
2017-02-06net/mlx4_en: fix a conditionDan Carpenter1-1/+1
2017-02-06sfc: don't rearm interrupts if busy pollingBert Kenward1-2/+2
2017-02-06mlxsw: spectrum_router: Fix typo in commentIdo Schimmel1-1/+1
2017-02-06mlxsw: spectrum_router: Don't read 'nud_state' without lockIdo Schimmel1-1/+1
2017-02-06mlxsw: spectrum_router: Remove redundant checkIdo Schimmel1-8/+4
2017-02-06net: remove ndo_neigh_{construct, destroy} from stacked devicesIdo Schimmel2-4/+0
2017-02-06mlxsw: spectrum_router: Simplify neighbour reflectionIdo Schimmel3-134/+135
2017-02-06mlxsw: spectrum_router: Remove unused variableIdo Schimmel1-2/+0
2017-02-06mlxsw: spectrum_router: Use ordered workqueue for neigh updatesIdo Schimmel1-4/+4
2017-02-06mlxsw: core: Queue work immediately instead of delaying itIdo Schimmel3-8/+8
2017-02-06net/mlx5e: Bring back bfreg uar map dedicated pointerSaeed Mahameed2-2/+4
2017-02-06net/mlx5e: XDP Tx, no inline copy on ConnectX-5Saeed Mahameed3-11/+15
2017-02-06net/mlx5e: Tx, no inline copy on ConnectX-5Saeed Mahameed2-17/+26
2017-02-06net/mlx5: TX WQE updateSaeed Mahameed2-6/+6
2017-02-06net/mlx5: Configure cache line size for start and end paddingDaniel Jurgens3-4/+15
2017-02-06Merge tag 'linux-can-next-for-4.11-20170206' of git://git.kernel.org/pub/scm/...David S. Miller3-177/+534