aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-9/+25
2017-11-10can: ifi: Fix transmitter delay calculationMarek Vasut1-3/+3
2017-11-10can: peak: Add support for new PCIe/M2 CAN FD interfacesStephane Grosjean1-2/+12
2017-11-10can: sun4i: handle overrun in RX FIFOGerhard Bertelsmann1-2/+10
2017-11-10can: c_can: don't indicate triple sampling support for D_CANRichard Schütz2-2/+0
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-0/+5
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds5-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+9
2017-10-27drivers/net: can: Convert timers to use timer_setup()Kees Cook3-18/+17
2017-10-24can: kvaser_usb: Ignore CMD_FLUSH_QUEUE_REPLY messagesJimmy Assarsson1-0/+6
2017-10-24can: kvaser_usb: Correct return value in printoutJimmy Assarsson1-1/+2
2017-10-24can: sun4i: fix loopback modeGerhard Bertelsmann1-2/+1
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-24/+79
2017-10-19can: gs_usb: fix busy loop if no more TX context is availableWolfgang Grandegger1-8/+2
2017-10-19can: esd_usb2: Fix can_dlc value for received RTR, framesStefan Mätje1-1/+1
2017-10-19can: flexcan: fix p1010 state transition issueZHU Yi (ST-FIR/ENG1-Zhu)1-1/+2
2017-10-19can: flexcan: fix i.MX28 state transition issueZHU Yi (ST-FIR/ENG1-Zhu)1-1/+3
2017-10-19can: flexcan: fix i.MX6 state transition issueZHU Yi (ST-FIR/ENG1-Zhu)1-1/+1
2017-10-19can: flexcan: implement error passive state quirkZHU Yi (ST-FIR/ENG1-Zhu)1-9/+66
2017-10-19can: flexcan: rename legacy error state quirkZHU Yi (ST-FIR/ENG1-Zhu)1-4/+4
2017-10-19can: flexcan: fix state transition regressionZHU Yi (ST-FIR/ENG1-Zhu)1-2/+3
2017-09-21drivers: net: can: sja1000: use setup_timer() helper.Allen Pais1-3/+1
2017-09-21drivers: net: can: use setup_timer() helper.Allen Pais1-6/+4
2017-09-21drivers: net: can: usb: use setup_timer() helper.Allen Pais1-3/+2
2017-08-13can: constify platform_device_idArvind Yadav1-1/+1
2017-07-18net: can: janz-ican3: constify attribute_group structures.Arvind Yadav1-1/+1
2017-07-18net: can: at91_can: constify attribute_group structures.Arvind Yadav1-1/+1
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer1-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer1-2/+3
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2-2/+4
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-2/+2
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-2/+1
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-12/+14
2017-06-09can: enable CAN FD for virtual CAN devices by defaultOliver Hartkopp2-2/+2
2017-06-09can: gs_usb: fix memory leak in gs_cmd_reset()Marc Kleine-Budde1-0/+2
2017-06-09can: peak_usb: fix product-id endianness in error messageJohan Hovold1-3/+1
2017-06-09can: peak_canfd: fix uninitialized symbol warningsStephane Grosjean1-1/+1
2017-06-09can: dev: make can_change_state() robust to be called with cf == NULLMarc Kleine-Budde1-0/+3
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller3-6/+5
2017-05-18can: m_can: add deep Suspend/Resume supportQuentin Schulz1-3/+12
2017-05-18can: m_can: factorize clock gating and ungatingQuentin Schulz1-19/+26
2017-05-18can: m_can: make m_can_start and m_can_stop symmetricQuentin Schulz1-3/+2
2017-05-18can: m_can: move Message RAM initialization to functionQuentin Schulz1-11/+15
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds2-8/+8
2017-05-08scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd1-1/+1
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-5/+90
2017-04-25net: can: usb: gs_usb: Fix buffer on stackMaksim Salau1-5/+12
2017-04-25can: usb: Kconfig: Add PCAN-USB X6 device in help textStephane Grosjean1-0/+1
2017-04-25can: usb: Add support of PCAN-Chip USB stamp moduleStephane Grosjean4-0/+77