summaryrefslogtreecommitdiffstats
path: root/drivers/net/slip
Commit message (Expand)AuthorAgeFilesLines
* slip: not call free_netdev before rtnl_unlock in slip_openyangerkun2020-06-111-0/+3
* slip: make slhc_compress() more robust against malicious packetsEric Dumazet2020-03-201-4/+10
* 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
* slip: make slhc_free() silently accept an error pointerLinus Torvalds2019-05-021-1/+1
* slip: Check if rstate is initialized before uncompressingTejaswi Tanikella2018-04-201-0/+5
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* ppp, slip: Validate VJ compression slot parameters completelyBen Hutchings2015-11-022-5/+9
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-1/+1
* slip: remove unnecessary break after gotoFabian Frederick2014-07-131-1/+0
* slip: Fix deadlock in write_wakeupTyler Hall2014-06-162-10/+27
* slip: fix spinlock variantOliver Hartkopp2014-04-271-3/+3
* slip/slcan: added locking in wakeup functionAndre Naujoks2013-09-201-0/+3
* tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-181-0/+1
* drivers: net: Remove casts to same typeJoe Perches2012-06-061-2/+2
* Remove all #inclusions of asm/system.hDavid Howells2012-03-282-2/+0
* drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-311-3/+1
* slip: Move the SLIP driversJeff Kirsher2011-08-275-0/+2372