aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-06net: phy: mscc: use phy_package_sharedMichael Walle2-70/+32
2020-05-06net: phy: bcm54140: use phy_package_sharedMichael Walle1-46/+11
2020-05-06net: phy: add concept of shared storage for PHYsMichael Walle2-0/+139
2020-05-06Revert "crypto: chelsio - Inline single pdu only"Ayush Sawal1-3/+0
2020-05-06net: 7990: Fix use correct return type for ndo_start_xmit()Yunjian Wang2-2/+2
2020-05-06net: cpmac: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-1/+1
2020-05-06net: moxa: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-2/+3
2020-05-06net: lantiq: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-1/+2
2020-05-06net: enetc: Make some symbols staticChenTao1-2/+3
2020-05-06net: mediatek: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-1/+1
2020-05-06net: socionext: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-1/+1
2020-05-06net: renesas: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-1/+2
2020-05-06s390/qeth: clean up Kconfig help textJulian Wiedmann1-6/+3
2020-05-06s390/qeth: return error when starting a reset failsJulian Wiedmann3-16/+27
2020-05-06s390/qeth: set TX IRQ marker on last buffer in a groupJulian Wiedmann1-6/+7
2020-05-06s390/qeth: indicate contiguous TX buffer elementsJulian Wiedmann1-2/+10
2020-05-06s390/qeth: merge TX skb mapping codeJulian Wiedmann1-37/+27
2020-05-06s390/qeth: don't use restricted offloads for local trafficJulian Wiedmann2-4/+81
2020-05-06s390/qeth: extract helpers for next-hop lookupJulian Wiedmann2-20/+27
2020-05-06s390/qeth: add debugfs file for local IP addressesJulian Wiedmann2-1/+33
2020-05-06s390/qeth: process local address eventsJulian Wiedmann5-0/+257
2020-05-06s390/qeth: keep track of LP2LP capability for csum offloadJulian Wiedmann2-9/+17
2020-05-06net: ethernet: mediatek: Make mtk_m32 staticSamuel Zou1-1/+1
2020-05-06net: mlx4: remove unneeded variable "err" in mlx4_en_get_rxfh()Jason Yan1-2/+1
2020-05-06net: cortina: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-1/+2
2020-05-06net: ethernet: ti: Use PTR_ERR_OR_ZERO() to simplify codeSamuel Zou1-4/+1
2020-05-05net: ethernet: ti: am65-cpts: fix buildGrygorii Strashko1-3/+2
2020-05-05cxgb4/cxgb4vf: Remove superfluous void * cast in debugfs_create_file() callGeert Uytterhoeven1-1/+1
2020-05-05net: ipa: remove duplicated include from ipa_mem.cYueHaibing1-1/+0
2020-05-05net: sierra_net: Remove unused inline functionYueHaibing1-5/+0
2020-05-05bnx2x: Remove unused inline function bnx2x_vf_vlan_creditYueHaibing1-21/+0
2020-05-05net: microchip: Remove unused inline function is_bits_setYueHaibing1-5/+0
2020-05-05myri10ge: Remove unused inline function myri10ge_vlan_ip_csumYueHaibing1-12/+0
2020-05-05net: stmmac: Remove unused inline function stmmac_rx_threshold_countYueHaibing1-9/+0
2020-05-05net: mv643xx_eth: Remove unused inline function sum16_as_beYueHaibing1-5/+0
2020-05-05net: sun: cassini: Remove unused inline functionsYueHaibing1-12/+0
2020-05-05net: tehuti: remove unused inline function bdx_tx_db_sizeYueHaibing1-12/+0
2020-05-05net: ni: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-1/+2
2020-05-05net: ethernet: ti: use true, false for bool variables in cpsw_new.cJason Yan1-2/+2
2020-05-05net: bnxt: Remove Comparison to bool in bnxt_ethtool.cJason Yan1-3/+3
2020-05-05net: agere: use true,false for bool variableJason Yan1-2/+2
2020-05-05net: atheros: remove conversion to bool in atl1c_start_mac()Jason Yan1-1/+1
2020-05-05net: qede: Use true for bool variable in qede_init_fp()Jason Yan1-1/+1
2020-05-05bnx2x: Remove Comparison to bool in bnx2x_dcb.cJason Yan1-4/+3
2020-05-05qlcnic: use true,false for bool variable in qlcnic_sriov_common.cJason Yan1-2/+2
2020-05-05net: emac: Fix use correct return type for ndo_start_xmit()Yunjian Wang3-5/+8
2020-05-05net: nxp: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-1/+2
2020-05-05net: altera: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-2/+2
2020-05-05net: allwinner: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-2/+2
2020-05-04bonding: remove useless stats_lock_keyCong Wang1-3/+0