summaryrefslogtreecommitdiff
path: root/drivers/net/slip
AgeCommit message (Expand)AuthorFilesLines
2020-06-11slip: not call free_netdev before rtnl_unlock in slip_openyangerkun1-0/+3
2020-03-20slip: make slhc_compress() more robust against malicious packetsEric Dumazet1-4/+10
2020-03-11slip: stop double free sl->dev in slip_openyangerkun1-1/+0
2020-01-29can, slip: Protect tty->disc_data in write_wakeup and close with RCURichard Palethorpe1-2/+10
2019-12-05slip: Fix use-after-free Read in slip_openJouni Hogander1-0/+1
2019-11-25slip: Fix memory leak in slip_open error pathJouni Hogander1-0/+1
2019-05-16slip: make slhc_free() silently accept an error pointerLinus Torvalds1-1/+1
2018-04-24slip: Check if rstate is initialized before uncompressingTejaswi Tanikella1-0/+5
2015-11-03ppp, slip: Validate VJ compression slot parameters completelyBen Hutchings2-5/+9
2014-07-16net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+1
2014-07-14slip: remove unnecessary break after gotoFabian Frederick1-1/+0
2014-06-17slip: Fix deadlock in write_wakeupTyler Hall2-10/+27
2014-04-28slip: fix spinlock variantOliver Hartkopp1-3/+3
2013-09-20slip/slcan: added locking in wakeup functionAndre Naujoks1-0/+3
2013-01-19tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach1-0/+1
2012-06-06drivers: net: Remove casts to same typeJoe Perches1-2/+2
2012-03-28Remove all #inclusions of asm/system.hDavid Howells2-2/+0
2012-02-01drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches1-3/+1
2011-08-27slip: Move the SLIP driversJeff Kirsher5-0/+2372