summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-06-26net: dsa: sja1105: unconditionally free old gating configVladimir Oltean1-2/+2
2020-06-26net: dsa: sja1105: move sja1105_compose_gating_subschedule at the topVladimir Oltean1-160/+160
2020-06-26net: phy: DP83822: Add setting the fixed internal delayDan Murphy1-10/+69
2020-06-26net: dp83869: Add RGMII internal delay configurationDan Murphy1-3/+50
2020-06-26net: phy: Add a helper to return the index for of the internal delayDan Murphy1-0/+99
2020-06-26dpaa2-eth: fix misspelled function parameters in dpni_[set/get]_taildropIoana Ciornei1-4/+4
2020-06-26dpaa2-eth: fix recursive header includeIoana Ciornei1-1/+0
2020-06-26dpaa2-eth: fix condition for number of buffer acquire retriesIoana Ciornei1-1/+1
2020-06-26dpaa2-eth: check the result of skb_to_sgvec()Ioana Ciornei1-0/+4
2020-06-26dpaa2-eth: trim debugfs FQ statsIoana Radulescu1-0/+4
2020-06-26net: phylink: only restart AN if the link mode is using in-band ANRussell King1-1/+2
2020-06-26net: dsa/ar9331: convert to mac_link_up()Russell King1-29/+31
2020-06-26net: macb: free resources on failure path of at91ether_open()Claudiu Beznea1-43/+73
2020-06-26net: macb: call pm_runtime_put_sync on failure pathClaudiu Beznea1-2/+6
2020-06-26Merge tag 'mlx5-updates-2020-06-23' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller12-77/+50
2020-06-25net: phylink: add phylink_speed_(up|down) interfaceRussell King1-0/+48
2020-06-25net/mlx5e: vxlan: Return bool instead of opaque ptr in port_lookup()Saeed Mahameed2-7/+7
2020-06-25net/mlx5e: vxlan: Use RCU for vxlan table lookupSaeed Mahameed1-38/+27
2020-06-25net/mlx5e: Move TC-specific function definitions into MLX5_CLS_ACTVlad Buslov1-8/+8
2020-06-25net/mlx5e: Move including net/arp.h from en_rep.c to rep/neigh.cAlaa Hleihel2-1/+1
2020-06-25net/mlx5e: Remove unused mlx5e_xsk_first_unused_channelMaxim Mikityanskiy2-15/+0
2020-06-25net/mlx5: Use kfree(ft->g) in arfs_create_groups()Denis Efremov1-1/+1
2020-06-25net/mlx5: FWTrace: Add missing spaceHu Haowen1-1/+1
2020-06-25net/mlx5: Avoid eswitch header inclusion in fs core layerParav Pandit3-11/+10
2020-06-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds21-120/+191
2020-06-25ptp_pch: use generic power managementVaibhav Gupta1-34/+3
2020-06-25net: phy: mscc: avoid skcipher API for single block AES encryptionArd Biesheuvel2-33/+10
2020-06-25net: enetc add tc flower offload flow metering policing actionPo Liu2-12/+172
2020-06-25net: enetc: add support max frame size for tc flower offloadPo Liu1-16/+36
2020-06-25net: bcmgenet: use hardware padding of runt framesDoug Berger1-5/+3
2020-06-25net: bcmgenet: use __be16 for htons(ETH_P_IP)Doug Berger1-1/+2
2020-06-25net: bcmgenet: re-remove bcmgenet_hfb_add_filterDoug Berger1-77/+0
2020-06-25qed: add missing error test for DBG_STATUS_NO_MATCHING_FRAMING_MODEColin Ian King1-1/+2
2020-06-25net: phy: call phy_disable_interrupts() in phy_init_hw()Jisheng Zhang1-0/+4
2020-06-25net: phy: make phy_disable_interrupts() non-staticJisheng Zhang1-1/+1
2020-06-25net: ethernet: mvneta: Add back interface mode validationSascha Hauer1-3/+19
2020-06-25net: ethernet: mvneta: Do not error out in non serdes modesSascha Hauer1-1/+1
2020-06-25lan743x: Remove duplicated include from lan743x_main.cYueHaibing1-1/+0
2020-06-25net: phy: mscc: timestamping and PHC supportAntoine Tenart3-4/+630
2020-06-25net: phy: mscc: 1588 block initializationQuentin Schulz5-2/+1552
2020-06-25net: phy: mscc: take into account the 1588 block in MACsec initAntoine Tenart1-1/+3
2020-06-25net: phy: mscc: remove the TR CLK disable magic valueQuentin Schulz2-5/+6
2020-06-25net: phy: mscc: fix copyright and author information in MACsecAntoine Tenart4-6/+6
2020-06-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds5-6/+83
2020-06-24IB/hfi1: Add atomic triggered sleep/wakeupMike Marciniszyn2-20/+53
2020-06-24IB/hfi1: Correct -EBUSY handling in tx codeMike Marciniszyn1-17/+18
2020-06-24IB/hfi1: Fix module use count flaw due to leftover module put callsDennis Dalessandro1-17/+2
2020-06-24IB/hfi1: Restore kfree in dummy_netdev cleanupDennis Dalessandro1-1/+1
2020-06-24cxgb4: move device dump arrays in header to C fileRahul Lakkireddy4-407/+410
2020-06-24cxgb4: always sync access when flashing PHY firmwareRahul Lakkireddy4-17/+10