summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/slcan.c
Commit message (Expand)AuthorAgeFilesLines
* 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-151-1/+1
* slcan: Port write_wakeup deadlock fix from slipTyler Hall2014-06-161-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
* can: rework skb reserved data handlingOliver Hartkopp2013-01-281-2/+2
* can: add private data space for CAN sk_buffsOliver Hartkopp2013-01-261-1/+7
* sections: fix section conflicts in drivers/netAndi Kleen2012-10-061-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-311-3/+1
* drivers/net: fix up stale paths from driver reorgPaul Gortmaker2012-01-301-1/+1
* net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław2011-11-161-1/+1
* can: remove references to berlios mailinglistMarc Kleine-Budde2011-10-171-2/+0
* slcan: ldisc generated skbs are received in softirq contextOliver Hartkopp2011-08-111-1/+1
* slcan: remove unused 'leased', 'line' and 'pid' fields from the 'slcan' struc...Matvejchikov Ilya2011-07-191-9/+1
* net: can: remove custom hex_to_bin()Andy Shevchenko2011-07-181-21/+5
* slcan: remove obsolete code in slcan initialisationOliver Hartkopp2011-07-151-21/+6
* Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds2011-06-041-6/+3
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-05-231-3/+6
|\
| * tty: make receive_buf() return the amout of bytes receivedFelipe Balbi2011-04-221-3/+6
* | slcan: fix ldisc->open retvalOliver Hartkopp2011-05-101-1/+3
|/
* can: slcan: Add missing linux/sched.h include.David S. Miller2010-12-081-0/+1
* can: add slcan driver for serial/USB-serial CAN adaptersOliver Hartkopp2010-12-081-0/+755
OpenPOWER on IntegriCloud