summaryrefslogtreecommitdiffstats
path: root/drivers/net/slip/slip.c
Commit message (Expand)AuthorAgeFilesLines
* slip: not call free_netdev before rtnl_unlock in slip_openyangerkun2020-06-111-0/+3
* slip: stop double free sl->dev in slip_openyangerkun2020-03-111-1/+0
* can, slip: Protect tty->disc_data in write_wakeup and close with RCURichard Palethorpe2020-01-291-2/+10
* slip: Fix use-after-free Read in slip_openJouni Hogander2019-12-051-0/+1
* slip: Fix memory leak in slip_open error pathJouni Hogander2019-11-251-0/+1
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* ppp, slip: Validate VJ compression slot parameters completelyBen Hutchings2015-11-021-1/+1
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-1/+1
* slip: Fix deadlock in write_wakeupTyler Hall2014-06-161-10/+26
* slip: fix spinlock variantOliver Hartkopp2014-04-271-3/+3
* slip/slcan: added locking in wakeup functionAndre Naujoks2013-09-201-0/+3
* drivers: net: Remove casts to same typeJoe Perches2012-06-061-2/+2
* 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
* slip: Move the SLIP driversJeff Kirsher2011-08-271-0/+1444