aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/slip (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-25slip: Fix use-after-free Read in slip_openJouni Hogander1-0/+1
2019-11-13slip: Fix memory leak in slip_open error pathJouni Hogander1-0/+1
2019-08-08net: delete "register" keywordAlexey Dobriyan1-15/+15
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-04-26slip: make slhc_free() silently accept an error pointerLinus Torvalds1-1/+1
2018-10-13change semantics of ldisc ->compat_ioctl()Al Viro1-25/+0
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-04-11slip: Check if rstate is initialized before uncompressingTejaswi Tanikella1-0/+5
2017-12-08slip: sl_alloc(): remove unused parameter "dev_t line"Marc Kleine-Budde1-2/+2
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-8/+8
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-21drivers: net: slip: use setup_timer() helper.Allen Pais1-6/+2
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-4/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-2/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2-2/+2
2016-10-20net: use core MTU range checking in misc driversJarod Wilson1-6/+5
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2015-11-02ppp, slip: Validate VJ compression slot parameters completelyBen Hutchings2-5/+9
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+1
2014-07-13slip: remove unnecessary break after gotoFabian Frederick1-1/+0
2014-06-16slip: Fix deadlock in write_wakeupTyler Hall2-10/+27
2014-04-27slip: fix spinlock variantOliver Hartkopp1-3/+3
2013-09-20slip/slcan: added locking in wakeup functionAndre Naujoks1-0/+3
2013-01-18tty: 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-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches1-3/+1
2011-08-27slip: Move the SLIP driversJeff Kirsher5-0/+2372