summaryrefslogtreecommitdiffstats
path: root/drivers/net/slip/slip.c
Commit message (Expand)AuthorAgeFilesLines
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* net: fill in MODULE_DESCRIPTION()s for SLIPBreno Leitao2024-01-111-0/+1
* tty: use u8 for flagsJiri Slaby (SUSE)2023-08-111-2/+2
* tty: use u8 for charsJiri Slaby (SUSE)2023-08-111-1/+1
* tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)2023-08-111-1/+1
* drivers: net: slip: fix NPD bug in sl_tx_timeout()Duoming Zhou2022-04-061-1/+1
* slip/plip: Use netif_rx().Sebastian Andrzej Siewior2022-03-061-1/+1
* tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby2021-11-251-2/+2
* tty: remove file from tty_mode_ioctlJiri Slaby2021-09-221-1/+1
* tty: make tty_ldisc_ops::hangup return voidJiri Slaby2021-09-221-2/+1
* slip/plip: use ndo_siocdevprivateArnd Bergmann2021-07-271-4/+9
* 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
* tty: remove TTY_LDISC_MAGICJiri Slaby2021-03-101-1/+0
* 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
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* change semantics of ldisc ->compat_ioctl()Al Viro2018-10-131-25/+0
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* 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
* 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-241-1/+1
* 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-021-1/+1
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-1/+1
* slip: Fix deadlock in write_wakeupTyler Hall2014-06-161-10/+26
* slip: fix spinlock variantOliver Hartkopp2014-04-271-3/+3
* slip/slcan: added locking in wakeup functionAndre Naujoks2013-09-201-0/+3
* drivers: net: Remove casts to same typeJoe Perches2012-06-061-2/+2
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-311-3/+1
* slip: Move the SLIP driversJeff Kirsher2011-08-271-0/+1444