summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* can: bcm: bcm_sock_no_ioctlcmd(): mark function as staticMarc Kleine-Budde2019-08-131-2/+2
* can: raw: raw_sock_no_ioctlcmd(): mark function as staticMarc Kleine-Budde2019-08-131-2/+2
* can: raw: raw_module_init(): use pr_err() instead of printk(KERN_ERR, ...)Marc Kleine-Budde2019-08-131-1/+1
* can: raw: balance braces around else statementsMarc Kleine-Budde2019-08-131-4/+8
* can: raw: remove unnecessary blank lines, add suggested blank linesMarc Kleine-Budde2019-08-131-3/+1
* can: raw: convert block comments to network style commentsMarc Kleine-Budde2019-08-131-8/+4
* can: af_can: add missing identifiers to struct receiver::funcMarc Kleine-Budde2019-08-131-1/+1
* can: af_can: can_pernet_init(): Use preferred style kzalloc(sizeof()) usageMarc Kleine-Budde2019-08-131-3/+3
* can: af_can: avoid splitting quoted string across linesMarc Kleine-Budde2019-08-131-10/+7
* can: af_can: fix alignmentMarc Kleine-Budde2019-08-131-2/+2
* can: af_can: balance braces around else statementsMarc Kleine-Budde2019-08-131-5/+8
* can: af_can: convert block comments to network style commentsMarc Kleine-Budde2019-08-132-37/+15
* can: xilinx_can: xcan_set_bittiming(): fix the data phase btr1 calculationSrinivas Neeli2019-08-131-1/+1
* can: xilinx_can: xcan_rx_fifo_get_next_frame(): fix FSR register FL and RI ma...Appana Durga Kedareswara rao2019-08-131-3/+10
* can: xilinx_can: fix the data update logic for CANFD FD framesAppana Durga Kedareswara rao2019-08-131-21/+8
* can: xilinx_can: xcanfd_rx(): fix FSR register handling in the RX pathAppana Durga Kedareswara rao2019-08-131-76/+63
* can: xilinx_can: xcan_probe(): skip error message on deferred probeVenkatesh Yadav Abbarapu2019-08-131-1/+2
* can: xilinx_can: xcan_chip_start(): fix failure with invalid busAnssi Hannula2019-08-131-12/+1
* can: ti_hecc: ti_hecc_mailbox_read(): remove set but not used variable 'mbx_m...YueHaibing2019-08-131-2/+1
* can: ti_hecc: ti_hecc_mailbox_read(): add blank lines to improve readabilityMarc Kleine-Budde2019-08-131-0/+2
* can: ti_hecc: ti_hecc_start(): avoid multiple assignmentsMarc Kleine-Budde2019-08-131-1/+2
* can: ti_hecc: fix print formating stringsMarc Kleine-Budde2019-08-131-3/+4
* can: ti_hecc: avoid long linesMarc Kleine-Budde2019-08-131-3/+5
* can: ti_hecc: fix indentionMarc Kleine-Budde2019-08-131-20/+21
* can: ti_hecc: convert block comments to network style commentsMarc Kleine-Budde2019-08-131-14/+7
* can: sja1000: f81601: remove unused including <linux/version.h>YueHaibing2019-08-131-1/+0
* can: kvaser_pciefd: Remove unused including <linux/version.h>YueHaibing2019-08-131-1/+0
* can: kvaser_pciefd: kvaser_pciefd_pwm_stop(): remove unnecessary code when se...Christer Beskow2019-08-131-7/+3
* caif: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-122-21/+11
* xen-netback: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-122-38/+11
* Merge branch 'net-dsa-mv88e6xxx-prepare-Wait-Bit-operation'David S. Miller2019-08-1211-161/+155
|\
| * net: dsa: mv88e6xxx: add delay in direct SMI waitVivien Didelot2019-08-121-0/+2
| * net: dsa: mv88e6xxx: fix SMI bit checkingVivien Didelot2019-08-121-1/+1
| * net: dsa: mv88e6xxx: remove wait and update routinesVivien Didelot2019-08-127-67/+22
| * net: dsa: mv88e6xxx: wait for AVB Busy bitVivien Didelot2019-08-121-2/+27
| * net: dsa: mv88e6xxx: introduce wait bit routineVivien Didelot2019-08-128-50/+73
| * net: dsa: mv88e6xxx: introduce wait mask routineVivien Didelot2019-08-124-52/+41
| * net: dsa: mv88e6xxx: wait for 88E6185 PPU disabledVivien Didelot2019-08-121-1/+1
|/
* r8169: inline rtl8169_free_rx_databuffHeiner Kallweit2019-08-121-17/+7
* Merge branch 'realtek-phy-next'David S. Miller2019-08-124-37/+113
|\
| * net: phy: realtek: add support for the 2.5Gbps PHY in RTL8125Heiner Kallweit2019-08-121-0/+62
| * net: phy: add phy_modify_paged_changedHeiner Kallweit2019-08-122-5/+26
| * net: phy: prepare phylib to deal with PHY's extending Clause 22Heiner Kallweit2019-08-122-16/+19
| * net: phy: simplify genphy_config_advert by using the linkmode_adv_to_xxx_t fu...Heiner Kallweit2019-08-121-16/+6
|/
* netdevsim: register couple of devlink paramsJiri Pirko2019-08-122-1/+73
* Merge branch 'drop_monitor-Capture-dropped-packets-and-metadata'David S. Miller2019-08-112-37/+613
|\
| * drop_monitor: Expose tail drop counterIdo Schimmel2019-08-112-0/+111
| * drop_monitor: Make drop queue length configurableIdo Schimmel2019-08-112-3/+17
| * drop_monitor: Add a command to query current configurationIdo Schimmel2019-08-112-0/+50
| * drop_monitor: Allow truncation of dropped packetsIdo Schimmel2019-08-112-0/+21