summaryrefslogtreecommitdiff
path: root/drivers/net/can/slcan.c
AgeCommit message (Expand)Author
2019-12-17can: slcan: Fix use-after-free Read in slcan_openJouni Hogander
2019-11-20slcan: Fix memory leak in error pathJouni Hogander
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
2013-01-28can: rework skb reserved data handlingOliver Hartkopp
2013-01-26can: add private data space for CAN sk_buffsOliver Hartkopp
2012-10-06sections: fix section conflicts in drivers/netAndi Kleen
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches
2012-01-30drivers/net: fix up stale paths from driver reorgPaul Gortmaker
2011-11-16net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław
2011-10-17can: remove references to berlios mailinglistMarc Kleine-Budde
2011-08-11slcan: ldisc generated skbs are received in softirq contextOliver Hartkopp
2011-07-19slcan: remove unused 'leased', 'line' and 'pid' fields from the 'slcan' struc...Matvejchikov Ilya
2011-07-18net: can: remove custom hex_to_bin()Andy Shevchenko
2011-07-15slcan: remove obsolete code in slcan initialisationOliver Hartkopp
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds
2011-05-23Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-05-10slcan: fix ldisc->open retvalOliver Hartkopp
2011-04-22tty: make receive_buf() return the amout of bytes receivedFelipe Balbi
2010-12-08can: slcan: Add missing linux/sched.h include.David S. Miller
2010-12-08can: add slcan driver for serial/USB-serial CAN adaptersOliver Hartkopp