summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-13can: raw: remove unnecessary blank lines, add suggested blank linesMarc Kleine-Budde1-3/+1
2019-08-13can: raw: convert block comments to network style commentsMarc Kleine-Budde1-8/+4
2019-08-13can: af_can: add missing identifiers to struct receiver::funcMarc Kleine-Budde1-1/+1
2019-08-13can: af_can: can_pernet_init(): Use preferred style kzalloc(sizeof()) usageMarc Kleine-Budde1-3/+3
2019-08-13can: af_can: avoid splitting quoted string across linesMarc Kleine-Budde1-10/+7
2019-08-13can: af_can: fix alignmentMarc Kleine-Budde1-2/+2
2019-08-13can: af_can: balance braces around else statementsMarc Kleine-Budde1-5/+8
2019-08-13can: af_can: convert block comments to network style commentsMarc Kleine-Budde2-37/+15
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 ma...Appana 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-76/+63
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_m...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 se...Christer Beskow1-7/+3
2019-08-12caif: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-21/+11
2019-08-12xen-netback: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-38/+11
2019-08-12Merge branch 'net-dsa-mv88e6xxx-prepare-Wait-Bit-operation'David S. Miller11-161/+155
2019-08-12net: dsa: mv88e6xxx: add delay in direct SMI waitVivien Didelot1-0/+2
2019-08-12net: dsa: mv88e6xxx: fix SMI bit checkingVivien Didelot1-1/+1
2019-08-12net: dsa: mv88e6xxx: remove wait and update routinesVivien Didelot7-67/+22
2019-08-12net: dsa: mv88e6xxx: wait for AVB Busy bitVivien Didelot1-2/+27
2019-08-12net: dsa: mv88e6xxx: introduce wait bit routineVivien Didelot8-50/+73
2019-08-12net: dsa: mv88e6xxx: introduce wait mask routineVivien Didelot4-52/+41
2019-08-12net: dsa: mv88e6xxx: wait for 88E6185 PPU disabledVivien Didelot1-1/+1
2019-08-12r8169: inline rtl8169_free_rx_databuffHeiner Kallweit1-17/+7
2019-08-12Merge branch 'realtek-phy-next'David S. Miller4-37/+113
2019-08-12net: phy: realtek: add support for the 2.5Gbps PHY in RTL8125Heiner Kallweit1-0/+62
2019-08-12net: phy: add phy_modify_paged_changedHeiner Kallweit2-5/+26
2019-08-12net: phy: prepare phylib to deal with PHY's extending Clause 22Heiner Kallweit2-16/+19
2019-08-12net: phy: simplify genphy_config_advert by using the linkmode_adv_to_xxx_t fu...Heiner Kallweit1-16/+6
2019-08-12netdevsim: register couple of devlink paramsJiri Pirko2-1/+73
2019-08-11Merge branch 'drop_monitor-Capture-dropped-packets-and-metadata'David S. Miller2-37/+613
2019-08-11drop_monitor: Expose tail drop counterIdo Schimmel2-0/+111
2019-08-11drop_monitor: Make drop queue length configurableIdo Schimmel2-3/+17
2019-08-11drop_monitor: Add a command to query current configurationIdo Schimmel2-0/+50
2019-08-11drop_monitor: Allow truncation of dropped packetsIdo Schimmel2-0/+21
2019-08-11drop_monitor: Add packet alert modeIdo Schimmel2-2/+305
2019-08-11drop_monitor: Add alert mode operationsIdo Schimmel2-6/+41
2019-08-11drop_monitor: Require CAP_NET_ADMIN for drop monitor configurationIdo Schimmel1-0/+1
2019-08-11drop_monitor: Reset per-CPU data before starting to traceIdo Schimmel1-3/+7