summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Revert "net: ethernet: fec: Prevent MII event after MII_SPEED write"David S. Miller2020-04-291-17/+0
* ptp: ptp_ines: convert to devm_platform_ioremap_resourceWei Yongjun2020-04-291-7/+1
* net: hns3: adds support for reading module eeprom infoYonglong Liu2020-04-294-0/+196
* docs: networking: convert iphase.txt to ReSTMauro Carvalho Chehab2020-04-281-1/+1
* docs: networking: convert ipddp.txt to ReSTMauro Carvalho Chehab2020-04-281-2/+2
* docs: networking: convert framerelay.txt to ReSTMauro Carvalho Chehab2020-04-281-2/+2
* docs: networking: convert fore200e.txt to ReSTMauro Carvalho Chehab2020-04-281-1/+1
* docs: networking: convert eql.txt to ReSTMauro Carvalho Chehab2020-04-281-1/+1
* docs: networking: convert cops.txt to ReSTMauro Carvalho Chehab2020-04-281-1/+1
* docs: networking: convert bonding.txt to ReSTMauro Carvalho Chehab2020-04-281-1/+1
* docs: networking: convert baycom.txt to ReSTMauro Carvalho Chehab2020-04-281-4/+4
* docs: networking: convert arcnet.txt to ReSTMauro Carvalho Chehab2020-04-281-3/+3
* docs: networking: convert 6pack.txt to ReSTMauro Carvalho Chehab2020-04-281-1/+1
* docs: networking: convert caif files to ReSTMauro Carvalho Chehab2020-04-281-1/+1
* net: ethernet: fec: Prevent MII event after MII_SPEED writeAndrew Lunn2020-04-281-0/+17
* dpaa2-eth: Use proper division helper in dpaa2_dbg_ch_showNathan Chancellor2020-04-281-1/+1
* net: phy: bcm54140: Make a bunch of functions staticChenTao2020-04-281-3/+3
* net: ethernet: ti: fix return value check in k3_cppi_desc_pool_create_name()Wei Yongjun2020-04-271-2/+2
* r8169: improve error message if no dedicated PHY driver is foundHeiner Kallweit2020-04-271-1/+2
* mlxsw: spectrum: Move flow offload binding into spectrum_flow.cJiri Pirko2020-04-273-191/+181
* mlxsw: spectrum_matchall: Process matchall events from the same cb as flowerJiri Pirko2020-04-274-120/+124
* mlxsw: spectrum: Avoid copying sample values and use RCU pointer direcly insteadJiri Pirko2020-04-273-37/+14
* mlxsw: spectrum_matchall: Push per-port rule add/del into separate functionsJiri Pirko2020-04-271-13/+35
* mlxsw: spectrum_matchall: Move ingress indication into mall_entryJiri Pirko2020-04-271-10/+8
* mlxsw: spectrum_matchall: Pass mall_entry as arg to mlxsw_sp_mall_port_sample...Jiri Pirko2020-04-271-16/+19
* mlxsw: spectrum_matchall: Pass mall_entry as arg to mlxsw_sp_mall_port_mirror...Jiri Pirko2020-04-271-17/+17
* mlxsw: spectrum_acl: Use block variable in mlxsw_sp_acl_rule_del()Jiri Pirko2020-04-271-3/+2
* mlxsw: spectrum: Push matchall bits into a separate fileJiri Pirko2020-04-274-204/+214
* mlxsw: spectrum: Push flow_block related functions into a separate fileJiri Pirko2020-04-274-135/+151
* mlxsw: spectrum: Rename acl_block to flow_blockJiri Pirko2020-04-275-127/+128
* mlxsw: spectrum_acl: Move block helpers into inline header functionsJiri Pirko2020-04-272-52/+51
* r8169: improve configuring RxConfig registerHeiner Kallweit2020-04-271-18/+20
* r8169: improve handling CPCMD_MASKHeiner Kallweit2020-04-271-2/+1
* net: ag71xx: extend link validation to support other SoCsOleksij Rempel2020-04-271-5/+38
* net: hns3: remove an unnecessary check in hclge_set_umv_space()Huazhong Tan2020-04-251-2/+1
* hinic: add net_device_ops associated with vfLuo bin2020-04-253-1/+383
* hinic: add sriov feature supportLuo bin2020-04-2523-193/+1195
* hinic: add mailbox function supportLuo bin2020-04-2510-10/+1456
* net/mlx4_core: Add missing iounmap() in error pathZou Wei2020-04-251-0/+1
* qlcnic: remove unused inline function qlcnic_hw_write_wx_2MYueHaibing2020-04-251-6/+0
* liquidio: remove unused inline functionsYueHaibing2020-04-251-12/+0
* ptp: clockmatrix: remove unnecessary comparisonYang Yingliang2020-04-251-1/+1
* dpaa2-eth: add channel stat to debugfsIoana Ciornei2020-04-254-4/+10
* octeontx2-pf: Remove unneeded semicolonZheng Bin2020-04-251-1/+1
* net: phy: dp83867: Remove unneeded semicolonZheng Bin2020-04-251-2/+2
* net: hns3: optimize the filter table entries handling when resettingJian Shen2020-04-258-105/+94
* net: hns3: use mutex vport_lock instead of mutex umv_lockJian Shen2020-04-252-13/+19
* net: hns3: refactor the promisc mode settingJian Shen2020-04-258-46/+122
* net: hns3: add support for dumping UC and MC MAC listJian Shen2020-04-252-0/+53
* net: hns3: refactor the MAC address configureJian Shen2020-04-256-218/+860