aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/slcan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-03can: slcan: move driver into separate sub directoryDario Binacchi1-885/+0
2022-07-03can: slcan: send the open/close commands to the adapterDario Binacchi1-2/+22
2022-07-03can: slcan: set bitrate by CAN device driver APIDario Binacchi1-3/+38
2022-07-03can: slcan: allow to send commands to the adapterDario Binacchi1-1/+45
2022-07-03can: slcan: use CAN network device driver APIDario Binacchi1-42/+40
2022-07-03can: slcan: use the alloc_can_skb() helperDario Binacchi1-37/+33
2022-07-03can: slcan: use netdev helpers to print out messagesDario Binacchi1-3/+2
2022-07-03can: slcan: use the BIT() helperDario Binacchi1-1/+1
2022-05-16can: slcan: slc_xmit(): use can_dropped_invalid_skb() instead of manual checkVincent Mailhol1-2/+2
2022-03-06can: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2022-01-12Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-2/+2
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol1-1/+2
2022-01-05can: do not increase rx_bytes statistics for RTR framesVincent Mailhol1-1/+3
2021-11-25tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby1-2/+2
2021-09-22tty: remove file from tty_mode_ioctlJiri Slaby1-1/+1
2021-09-22tty: make tty_ldisc_ops::hangup return voidJiri Slaby1-2/+1
2021-05-13tty: no checking of tty_unregister_ldiscJiri Slaby1-3/+1
2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby1-1/+1
2021-05-13tty: set tty_ldisc_ops::num staticallyJiri Slaby1-1/+2
2021-05-13tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby1-1/+2
2021-03-10tty: remove TTY_LDISC_MAGICJiri Slaby1-1/+0
2021-02-24net: introduce CAN specific pointer in the struct net_deviceOleksij Rempel1-1/+3
2020-11-20can: replace can_dlc as variable/element for payload lengthOliver Hartkopp1-16/+16
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-04-01slcan: Don't transmit uninitialized stack data in paddingRichard Palethorpe1-3/+1
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+3
2020-03-21slcan: not call free_netdev before rtnl_unlock in slcan_openOliver Hartkopp1-0/+3
2020-03-11net: slcan, slip -- no need for goto when if () will doPavel Machek1-5/+2
2020-01-22can, slip: Protect tty->disc_data in write_wakeup and close with RCURichard Palethorpe1-2/+10
2019-12-03can: slcan: Fix use-after-free Read in slcan_openJouni Hogander1-0/+1
2019-11-14slcan: Fix memory leak in error pathJouni Hogander1-0/+1
2019-09-04can: make use of preallocated can_ml_priv for per device struct can_dev_rcv_listsMarc Kleine-Budde1-0/+1
2019-09-04can: introduce CAN midlayer private and allocate it automaticallyMarc Kleine-Budde1-1/+4
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-01-05can: slcan: slc_alloc(): remove unused parameter "dev_t line"Marc Kleine-Budde1-2/+2
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-2/+1
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-4/+3
2016-06-17can: slcan: Replace sizeof struct can_frame with CAN_MTUMarek Vasut1-2/+2
2015-07-15can: slcan: don't touch skb after netif_rx_ni()Marc Kleine-Budde1-1/+1
2015-07-12can: replace timestamp as unique skb attributeOliver Hartkopp1-1/+1
2015-06-21can: fix loss of CAN frames in raw_rcvOliver Hartkopp1-0/+1
2014-12-07can: slcan/vcan: eliminate banner[] variable, switch to pr_info()Jeremiah Mahler1-5/+2
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+1
2014-06-16slcan: Port write_wakeup deadlock fix from slipTyler Hall1-10/+27
2014-04-24can: slcan: Fix spinlock variantAlexander Stein1-3/+3
2014-03-17can: Unify MTU settings for CAN interfacesOliver Hartkopp1-0/+6
2013-12-17can: Fix FSF address in file headersJeff Kirsher1-3/+1
2013-09-20slcan: rewrite of slc_bump and slc_encapsAndre Naujoks1-49/+87
2013-09-20slip/slcan: added locking in wakeup functionAndre Naujoks1-0/+3
2013-06-03net: can: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1