aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/slcan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-28can: rework skb reserved data handlingOliver Hartkopp1-2/+2
2013-01-26can: add private data space for CAN sk_buffsOliver Hartkopp1-1/+7
2012-10-06sections: fix section conflicts in drivers/netAndi Kleen1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches1-3/+1
2012-01-30drivers/net: fix up stale paths from driver reorgPaul Gortmaker1-1/+1
2011-11-16net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław1-1/+1
2011-10-17can: remove references to berlios mailinglistMarc Kleine-Budde1-2/+0
2011-08-11slcan: ldisc generated skbs are received in softirq contextOliver Hartkopp1-1/+1
2011-07-19slcan: remove unused 'leased', 'line' and 'pid' fields from the 'slcan' structureMatvejchikov Ilya1-9/+1
2011-07-18net: can: remove custom hex_to_bin()Andy Shevchenko1-21/+5
2011-07-15slcan: remove obsolete code in slcan initialisationOliver Hartkopp1-21/+6
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds1-6/+3
2011-05-23Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-3/+6
2011-05-10slcan: fix ldisc->open retvalOliver Hartkopp1-1/+3
2011-04-22tty: make receive_buf() return the amout of bytes receivedFelipe Balbi1-3/+6
2010-12-08can: slcan: Add missing linux/sched.h include.David S. Miller1-0/+1
2010-12-08can: add slcan driver for serial/USB-serial CAN adaptersOliver Hartkopp1-0/+755