summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/slcan.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* can: slcan: move driver into separate sub directoryDario Binacchi2022-07-031-885/+0
* can: slcan: send the open/close commands to the adapterDario Binacchi2022-07-031-2/+22
* can: slcan: set bitrate by CAN device driver APIDario Binacchi2022-07-031-3/+38
* can: slcan: allow to send commands to the adapterDario Binacchi2022-07-031-1/+45
* can: slcan: use CAN network device driver APIDario Binacchi2022-07-031-42/+40
* can: slcan: use the alloc_can_skb() helperDario Binacchi2022-07-031-37/+33
* can: slcan: use netdev helpers to print out messagesDario Binacchi2022-07-031-3/+2
* can: slcan: use the BIT() helperDario Binacchi2022-07-031-1/+1
* can: slcan: slc_xmit(): use can_dropped_invalid_skb() instead of manual checkVincent Mailhol2022-05-161-2/+2
* can: Use netif_rx().Sebastian Andrzej Siewior2022-03-061-1/+1
* Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-01-121-2/+2
|\
| * tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby2021-11-251-2/+2
* | can: do not increase tx_bytes statistics for RTR framesVincent Mailhol2022-01-051-1/+2
* | can: do not increase rx_bytes statistics for RTR framesVincent Mailhol2022-01-051-1/+3
|/
* tty: remove file from tty_mode_ioctlJiri Slaby2021-09-221-1/+1
* tty: make tty_ldisc_ops::hangup return voidJiri Slaby2021-09-221-2/+1
* tty: no checking of tty_unregister_ldiscJiri Slaby2021-05-131-3/+1
* tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby2021-05-131-1/+1
* tty: set tty_ldisc_ops::num staticallyJiri Slaby2021-05-131-1/+2
* tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby2021-05-131-1/+2
* tty: remove TTY_LDISC_MAGICJiri Slaby2021-03-101-1/+0
* net: introduce CAN specific pointer in the struct net_deviceOleksij Rempel2021-02-241-1/+3
* can: replace can_dlc as variable/element for payload lengthOliver Hartkopp2020-11-201-16/+16
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-2/+2
* slcan: Don't transmit uninitialized stack data in paddingRichard Palethorpe2020-04-011-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-261-0/+3
|\
| * slcan: not call free_netdev before rtnl_unlock in slcan_openOliver Hartkopp2020-03-221-0/+3
* | net: slcan, slip -- no need for goto when if () will doPavel Machek2020-03-121-5/+2
|/
* can, slip: Protect tty->disc_data in write_wakeup and close with RCURichard Palethorpe2020-01-221-2/+10
* can: slcan: Fix use-after-free Read in slcan_openJouni Hogander2019-12-031-0/+1
* slcan: Fix memory leak in error pathJouni Hogander2019-11-141-0/+1
* can: make use of preallocated can_ml_priv for per device struct can_dev_rcv_l...Marc Kleine-Budde2019-09-041-0/+1
* can: introduce CAN midlayer private and allocate it automaticallyMarc Kleine-Budde2019-09-041-1/+4
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* can: slcan: slc_alloc(): remove unused parameter "dev_t line"Marc Kleine-Budde2018-01-051-2/+2
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-2/+1
* net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-4/+3
* can: slcan: Replace sizeof struct can_frame with CAN_MTUMarek Vasut2016-06-171-2/+2
* can: slcan: don't touch skb after netif_rx_ni()Marc Kleine-Budde2015-07-151-1/+1
* can: replace timestamp as unique skb attributeOliver Hartkopp2015-07-121-1/+1
* can: fix loss of CAN frames in raw_rcvOliver Hartkopp2015-06-211-0/+1
* can: slcan/vcan: eliminate banner[] variable, switch to pr_info()Jeremiah Mahler2014-12-071-5/+2
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-161-1/+1
* slcan: Port write_wakeup deadlock fix from slipTyler Hall2014-06-171-10/+27
* can: slcan: Fix spinlock variantAlexander Stein2014-04-241-3/+3
* can: Unify MTU settings for CAN interfacesOliver Hartkopp2014-03-171-0/+6
* can: Fix FSF address in file headersJeff Kirsher2013-12-171-3/+1
* slcan: rewrite of slc_bump and slc_encapsAndre Naujoks2013-09-201-49/+87
* slip/slcan: added locking in wakeup functionAndre Naujoks2013-09-201-0/+3
* net: can: replace strict_strtoul() with kstrtoul()Jingoo Han2013-06-031-1/+1