aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-08-15qed: Add driver API for flashing the config attributes.Sudarsana Reddy Kalluru1-0/+68
2019-08-15qed: Add API for configuring NVM attributes.Sudarsana Reddy Kalluru3-0/+69
2019-08-15Merge tag 'linux-can-next-for-5.4-20190814' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller5-164/+123
2019-08-15netdevsim: implement support for devlink region and snapshotsJiri Pirko2-1/+63
2019-08-15r8169: sync EEE handling for RTL8168h with vendor driverHeiner Kallweit1-1/+11
2019-08-15r8169: use the generic EEE management functionsHeiner Kallweit1-148/+24
2019-08-15net: phy: realtek: add support for EEE registers on integrated PHY'sHeiner Kallweit1-0/+43
2019-08-15net: phy: swphy: emulate register MII_ESTATUSHeiner Kallweit1-0/+8
2019-08-15net: phy: read MII_CTRL1000 in genphy_read_status only if neededHeiner Kallweit1-5/+6
2019-08-14net/mvpp2: Replace tasklet with softirq hrtimerThomas Gleixner2-38/+23
2019-08-14net: phy: realtek: add NBase-T PHY auto-detectionHeiner Kallweit1-5/+43
2019-08-14r8169: fix sporadic transmit timeout issueHeiner Kallweit1-0/+1
2019-08-13r8152: change rx_copybreak and rx_pending through ethtoolHayes Wang1-5/+86
2019-08-13r8152: support skb_add_rx_fragHayes Wang1-15/+105
2019-08-13r8152: use alloc_pages for rx bufferHayes Wang1-20/+11
2019-08-13r8152: replace array with linking list for rx informationHayes Wang1-57/+125
2019-08-13r8152: separate the rx buffer sizeHayes Wang1-4/+8
2019-08-13net: phy: let phy_speed_down/up support speeds >1GbpsHeiner Kallweit1-43/+15
2019-08-13net: phy: add phy_speed_down_core and phy_resolve_min_speedHeiner Kallweit1-0/+28
2019-08-13net: phy: add __set_linkmode_max_speedHeiner Kallweit1-2/+7
2019-08-13net: hns3: Make hclge_func_reset_sync_vf staticYueHaibing1-1/+1
2019-08-13can: vcan: introduce pr_fmt and make use of itMarc Kleine-Budde1-2/+4
2019-08-13can: vcan: remove unnecessary blank linesMarc Kleine-Budde1-2/+0
2019-08-13can: vcan: convert block comments to network style commentsMarc Kleine-Budde1-8/+3
2019-08-13can: xilinx_can: xcan_set_bittiming(): fix the data phase btr1 calculationSrinivas Neeli1-1/+1
2019-08-13can: xilinx_can: xcan_rx_fifo_get_next_frame(): fix FSR register FL and RI mask values for canfd 2.0Appana Durga Kedareswara rao1-3/+10
2019-08-13can: xilinx_can: fix the data update logic for CANFD FD framesAppana Durga Kedareswara rao1-21/+8
2019-08-13can: xilinx_can: xcanfd_rx(): fix FSR register handling in the RX pathAppana Durga Kedareswara rao1-75/+62
2019-08-13can: xilinx_can: xcan_probe(): skip error message on deferred probeVenkatesh Yadav Abbarapu1-1/+2
2019-08-13can: xilinx_can: xcan_chip_start(): fix failure with invalid busAnssi Hannula1-12/+1
2019-08-13can: ti_hecc: ti_hecc_mailbox_read(): remove set but not used variable 'mbx_mask'YueHaibing1-2/+1
2019-08-13can: ti_hecc: ti_hecc_mailbox_read(): add blank lines to improve readabilityMarc Kleine-Budde1-0/+2
2019-08-13can: ti_hecc: ti_hecc_start(): avoid multiple assignmentsMarc Kleine-Budde1-1/+2
2019-08-13can: ti_hecc: fix print formating stringsMarc Kleine-Budde1-3/+4
2019-08-13can: ti_hecc: avoid long linesMarc Kleine-Budde1-3/+5
2019-08-13can: ti_hecc: fix indentionMarc Kleine-Budde1-20/+21
2019-08-13can: ti_hecc: convert block comments to network style commentsMarc Kleine-Budde1-14/+7
2019-08-13can: sja1000: f81601: remove unused including <linux/version.h>YueHaibing1-1/+0
2019-08-13can: kvaser_pciefd: Remove unused including <linux/version.h>YueHaibing1-1/+0
2019-08-13can: kvaser_pciefd: kvaser_pciefd_pwm_stop(): remove unnecessary code when setting pwm duty cycle to zeroChrister Beskow1-7/+3
2019-08-11caif: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-21/+11
2019-08-11xen-netback: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-37/+10
2019-08-11net: dsa: mv88e6xxx: add delay in direct SMI waitVivien Didelot1-0/+2
2019-08-11net: dsa: mv88e6xxx: fix SMI bit checkingVivien Didelot1-1/+1
2019-08-11net: dsa: mv88e6xxx: remove wait and update routinesVivien Didelot7-67/+22
2019-08-11net: dsa: mv88e6xxx: wait for AVB Busy bitVivien Didelot1-2/+27
2019-08-11net: dsa: mv88e6xxx: introduce wait bit routineVivien Didelot8-50/+73
2019-08-11net: dsa: mv88e6xxx: introduce wait mask routineVivien Didelot4-52/+41
2019-08-11net: dsa: mv88e6xxx: wait for 88E6185 PPU disabledVivien Didelot1-1/+1
2019-08-11r8169: inline rtl8169_free_rx_databuffHeiner Kallweit1-17/+7