aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/slcan.c
AgeCommit message (Expand)Author
2022-07-03can: slcan: move driver into separate sub directoryDario Binacchi
2022-07-03can: slcan: send the open/close commands to the adapterDario Binacchi
2022-07-03can: slcan: set bitrate by CAN device driver APIDario Binacchi
2022-07-03can: slcan: allow to send commands to the adapterDario Binacchi
2022-07-03can: slcan: use CAN network device driver APIDario Binacchi
2022-07-03can: slcan: use the alloc_can_skb() helperDario Binacchi
2022-07-03can: slcan: use netdev helpers to print out messagesDario Binacchi
2022-07-03can: slcan: use the BIT() helperDario Binacchi
2022-05-16can: slcan: slc_xmit(): use can_dropped_invalid_skb() instead of manual checkVincent Mailhol
2022-03-06can: Use netif_rx().Sebastian Andrzej Siewior
2022-01-12Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol
2022-01-05can: do not increase rx_bytes statistics for RTR framesVincent Mailhol
2021-11-25tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby
2021-09-22tty: remove file from tty_mode_ioctlJiri Slaby
2021-09-22tty: make tty_ldisc_ops::hangup return voidJiri Slaby
2021-05-13tty: no checking of tty_unregister_ldiscJiri Slaby
2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby
2021-05-13tty: set tty_ldisc_ops::num staticallyJiri Slaby
2021-05-13tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby
2021-03-10tty: remove TTY_LDISC_MAGICJiri Slaby
2021-02-24net: introduce CAN specific pointer in the struct net_deviceOleksij Rempel
2020-11-20can: replace can_dlc as variable/element for payload lengthOliver Hartkopp
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-04-01slcan: Don't transmit uninitialized stack data in paddingRichard Palethorpe
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-21slcan: not call free_netdev before rtnl_unlock in slcan_openOliver Hartkopp
2020-03-11net: slcan, slip -- no need for goto when if () will doPavel Machek
2020-01-22can, slip: Protect tty->disc_data in write_wakeup and close with RCURichard Palethorpe
2019-12-03can: slcan: Fix use-after-free Read in slcan_openJouni Hogander
2019-11-14slcan: Fix memory leak in error pathJouni Hogander
2019-09-04can: make use of preallocated can_ml_priv for per device struct can_dev_rcv_l...Marc Kleine-Budde
2019-09-04can: introduce CAN midlayer private and allocate it automaticallyMarc Kleine-Budde
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-01-05can: slcan: slc_alloc(): remove unused parameter "dev_t line"Marc Kleine-Budde
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2016-06-17can: slcan: Replace sizeof struct can_frame with CAN_MTUMarek Vasut
2015-07-15can: slcan: don't touch skb after netif_rx_ni()Marc Kleine-Budde
2015-07-12can: replace timestamp as unique skb attributeOliver Hartkopp
2015-06-21can: fix loss of CAN frames in raw_rcvOliver Hartkopp
2014-12-07can: slcan/vcan: eliminate banner[] variable, switch to pr_info()Jeremiah Mahler
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-06-16slcan: Port write_wakeup deadlock fix from slipTyler Hall
2014-04-24can: slcan: Fix spinlock variantAlexander Stein
2014-03-17can: Unify MTU settings for CAN interfacesOliver Hartkopp
2013-12-17can: Fix FSF address in file headersJeff Kirsher
2013-09-20slcan: rewrite of slc_bump and slc_encapsAndre Naujoks
2013-09-20slip/slcan: added locking in wakeup functionAndre Naujoks
2013-06-03net: can: replace strict_strtoul() with kstrtoul()Jingoo Han