summaryrefslogtreecommitdiff
path: root/drivers/net/slip/slip.c
AgeCommit message (Expand)Author
2024-01-11net: fill in MODULE_DESCRIPTION()s for SLIPBreno Leitao
2023-08-11tty: use u8 for flagsJiri Slaby (SUSE)
2023-08-11tty: use u8 for charsJiri Slaby (SUSE)
2023-08-11tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)
2022-04-06drivers: net: slip: fix NPD bug in sl_tx_timeout()Duoming Zhou
2022-03-06slip/plip: Use netif_rx().Sebastian Andrzej Siewior
2021-11-25tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby
2021-09-22tty: remove file from tty_mode_ioctlJiri Slaby
2021-09-22tty: make tty_ldisc_ops::hangup return voidJiri Slaby
2021-07-27slip/plip: use ndo_siocdevprivateArnd Bergmann
2021-05-13tty: no checking of tty_unregister_ldiscJiri Slaby
2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby
2021-05-13tty: set tty_ldisc_ops::num staticallyJiri Slaby
2021-05-13tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby
2021-03-10tty: remove TTY_LDISC_MAGICJiri Slaby
2020-03-11net: slcan, slip -- no need for goto when if () will doPavel Machek
2020-02-26slip: not call free_netdev before rtnl_unlock in slip_openyangerkun
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-22can, slip: Protect tty->disc_data in write_wakeup and close with RCURichard Palethorpe
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-11-25slip: Fix use-after-free Read in slip_openJouni Hogander
2019-11-13slip: Fix memory leak in slip_open error pathJouni Hogander
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2018-10-13change semantics of ldisc ->compat_ioctl()Al Viro
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2017-12-08slip: sl_alloc(): remove unused parameter "dev_t line"Marc Kleine-Budde
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-09-21drivers: net: slip: use setup_timer() helper.Allen Pais
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-10-20net: use core MTU range checking in misc driversJarod Wilson
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2015-11-02ppp, slip: Validate VJ compression slot parameters completelyBen Hutchings
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-06-16slip: Fix deadlock in write_wakeupTyler Hall
2014-04-27slip: fix spinlock variantOliver Hartkopp
2013-09-20slip/slcan: added locking in wakeup functionAndre Naujoks
2012-06-06drivers: net: Remove casts to same typeJoe Perches
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches
2011-08-27slip: Move the SLIP driversJeff Kirsher