summaryrefslogtreecommitdiffstats
path: root/drivers/net/slip
Commit message (Expand)AuthorAgeFilesLines
* slip/plip: use ndo_siocdevprivateArnd Bergmann2021-07-271-4/+9
* Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-051-5/+4
|\
| * tty: no checking of tty_unregister_ldiscJiri Slaby2021-05-131-3/+1
| * tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby2021-05-131-1/+1
| * tty: set tty_ldisc_ops::num staticallyJiri Slaby2021-05-131-1/+2
| * tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby2021-05-131-1/+1
* | net: slip: remove leading spaces before tabsHui Tang2021-05-201-1/+1
|/
* tty: remove TTY_LDISC_MAGICJiri Slaby2021-03-101-1/+0
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-121-4/+10
|\
| * slip: make slhc_compress() more robust against malicious packetsEric Dumazet2020-03-051-4/+10
* | net: slcan, slip -- no need for goto when if () will doPavel Machek2020-03-111-5/+2
|/
* slip: not call free_netdev before rtnl_unlock in slip_openyangerkun2020-02-261-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-261-2/+10
|\
| * can, slip: Protect tty->disc_data in write_wakeup and close with RCURichard Palethorpe2020-01-221-2/+10
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
|/
* slip: Fix use-after-free Read in slip_openJouni Hogander2019-11-251-0/+1
* slip: Fix memory leak in slip_open error pathJouni Hogander2019-11-131-0/+1
* net: delete "register" keywordAlexey Dobriyan2019-08-081-15/+15
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* slip: make slhc_free() silently accept an error pointerLinus Torvalds2019-04-261-1/+1
* change semantics of ldisc ->compat_ioctl()Al Viro2018-10-131-25/+0
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* slip: Check if rstate is initialized before uncompressingTejaswi Tanikella2018-04-111-0/+5
* slip: sl_alloc(): remove unused parameter "dev_t line"Marc Kleine-Budde2017-12-081-2/+2
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-8/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | drivers: net: slip: use setup_timer() helper.Allen Pais2017-09-211-6/+2
|/
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-4/+3
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-2/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
* net: use core MTU range checking in misc driversJarod Wilson2016-10-201-6/+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