summaryrefslogtreecommitdiffstats
path: root/drivers/net/slip
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-3/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-2/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-7/+7
2024-10-10slip: make slhc_remember() more robust against malicious packetsEric Dumazet-23/+34
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet-1/+1
2024-01-11net: fill in MODULE_DESCRIPTION()s for SLIPBreno Leitao-0/+2
2023-08-11tty: use u8 for flagsJiri Slaby (SUSE)-2/+2
2023-08-11tty: use u8 for charsJiri Slaby (SUSE)-1/+1
2023-08-11tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)-1/+1
2022-04-06drivers: net: slip: fix NPD bug in sl_tx_timeout()Duoming Zhou-1/+1
2022-03-06slip/plip: Use netif_rx().Sebastian Andrzej Siewior-1/+1
2021-12-06Merge 5.16-rc4 into tty-nextGreg Kroah-Hartman-0/+2
2021-11-25tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby-2/+2
2021-11-23slip: fix macro redefine warningHuang Pei-0/+2
2021-09-22tty: remove file from tty_mode_ioctlJiri Slaby-1/+1
2021-09-22tty: make tty_ldisc_ops::hangup return voidJiri Slaby-2/+1
2021-07-27slip/plip: use ndo_siocdevprivateArnd Bergmann-4/+9
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-5/+4
2021-05-20net: slip: remove leading spaces before tabsHui Tang-1/+1
2021-05-13tty: no checking of tty_unregister_ldiscJiri Slaby-3/+1
2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby-1/+1
2021-05-13tty: set tty_ldisc_ops::num staticallyJiri Slaby-1/+2
2021-05-13tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby-1/+1
2021-03-10tty: remove TTY_LDISC_MAGICJiri Slaby-1/+0
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-5/+5
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-4/+10
2020-03-11net: slcan, slip -- no need for goto when if () will doPavel Machek-5/+2
2020-03-05slip: make slhc_compress() more robust against malicious packetsEric Dumazet-4/+10
2020-02-26slip: not call free_netdev before rtnl_unlock in slip_openyangerkun-0/+3
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-2/+10
2020-01-22can, slip: Protect tty->disc_data in write_wakeup and close with RCURichard Palethorpe-2/+10
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin-1/+1
2019-11-25slip: Fix use-after-free Read in slip_openJouni Hogander-0/+1
2019-11-13slip: Fix memory leak in slip_open error pathJouni Hogander-0/+1
2019-08-08net: delete "register" keywordAlexey Dobriyan-15/+15
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+1
2019-04-26slip: make slhc_free() silently accept an error pointerLinus Torvalds-1/+1
2018-10-13change semantics of ldisc ->compat_ioctl()Al Viro-25/+0
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-1/+1
2018-04-11slip: Check if rstate is initialized before uncompressingTejaswi Tanikella-0/+5
2017-12-08slip: sl_alloc(): remove unused parameter "dev_t line"Marc Kleine-Budde-2/+2
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook-8/+8
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-09-21drivers: net: slip: use setup_timer() helper.Allen Pais-6/+2
2017-06-16networking: introduce and use skb_put_data()Johannes Berg-1/+1
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller-4/+3