- d78328b tty: remove file from tty_ldisc_ops::ioctl and compat_ioctl by Jiri Slaby · 3 years, 2 months ago
- dcc223e tty: remove file from tty_mode_ioctl by Jiri Slaby · 3 years, 4 months ago
- 28f194d tty: make tty_ldisc_ops::hangup return void by Jiri Slaby · 3 years, 4 months ago
- 76b5878 slip/plip: use ndo_siocdevprivate by Arnd Bergmann · 3 years, 6 months ago
- 357a6a8 tty: no checking of tty_unregister_ldisc by Jiri Slaby · 3 years, 9 months ago
- f81ee8b tty: make tty_ldisc_ops a param in tty_unregister_ldisc by Jiri Slaby · 3 years, 9 months ago
- fbadf70a tty: set tty_ldisc_ops::num statically by Jiri Slaby · 3 years, 9 months ago
- 0f3dcf3 tty: make fp of tty_ldisc_ops::receive_buf{,2} const by Jiri Slaby · 3 years, 9 months ago
- 981b22b tty: remove TTY_LDISC_MAGIC by Jiri Slaby · 3 years, 11 months ago
- dacf470 net: slcan, slip -- no need for goto when if () will do by Pavel Machek · 4 years, 10 months ago
- f596c87 slip: not call free_netdev before rtnl_unlock in slip_open by yangerkun · 4 years, 11 months ago
- 4d8773b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- 0ace17d can, slip: Protect tty->disc_data in write_wakeup and close with RCU by Richard Palethorpe · 5 years ago
- 0290bd2 netdev: pass the stuck queue to the timeout handler by Michael S. Tsirkin · 5 years ago
- e58c191 slip: Fix use-after-free Read in slip_open by Jouni Hogander · 5 years ago
- 3b5a3997 slip: Fix memory leak in slip_open error path by Jouni Hogander · 5 years ago
- 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
- f0193d3 change semantics of ldisc ->compat_ioctl() by Al Viro · 6 years ago
- 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
- 936e5d8 slip: sl_alloc(): remove unused parameter "dev_t line" by Marc Kleine-Budde · 7 years ago
- e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
- 18df06c drivers: net: slip: use setup_timer() helper. by Allen Pais · 7 years ago
- 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
- cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 8 years ago
- 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
- bc1f447 net: make ndo_get_stats64 a void function by stephen hemminger · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- b3e3893 net: use core MTU range checking in misc drivers by Jarod Wilson · 8 years ago
- 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 9 years ago
- 4ab42d7 ppp, slip: Validate VJ compression slot parameters completely by Ben Hutchings · 9 years ago
- c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 11 years ago
- 661f7fd slip: Fix deadlock in write_wakeup by Tyler Hall · 11 years ago
- ddcde142 slip: fix spinlock variant by Oliver Hartkopp · 11 years ago
- cc9fa74 slip/slcan: added locking in wakeup function by Andre Naujoks · 11 years ago
- c2fd03a drivers: net: Remove casts to same type by Joe Perches · 13 years ago
- 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
- e404dec drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages by Joe Perches · 13 years ago
- b5451d7 slip: Move the SLIP drivers by Jeff Kirsher · 13 years ago[Renamed from drivers/net/slip.c]
- 19fd617 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
- 61485160 slip: fix NOHZ local_softirq_pending 08 warning by Matvejchikov Ilya · 13 years ago
- f3f70bf slip: cleanup statistics generation by Matvejchikov Ilya · 13 years ago
- a9481a3 slip: remove unused 'line' field from the 'slip' structure by Matvejchikov Ilya · 14 years ago
- 6a7ebdf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
- 390fd0b slip: remove dead code within the slip initialization by Matvejchikov Ilya · 14 years ago
- 9173a88 slip: remove redundant check slip_devs for NULL by Matvejchikov Ilya · 14 years ago
- e28634d slip: fix MTU comparation operation when reallocating buffers by Matvejchikov Ilya · 14 years ago
- 30c5f8e slip: remove redundant NULL-pointer check before calling slhc_free by Matvejchikov Ilya · 14 years ago
- 7686d1c slip: fix wrong SLIP6 ifdef-endif placing by Matvejchikov Ilya · 14 years ago
- 55db4c6 Revert "tty: make receive_buf() return the amout of bytes received" by Linus Torvalds · 14 years ago
- 99dff58 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago
- 057bef9 NET: slip, fix ldisc->open retval by Matvejchikov Ilya · 14 years ago
- b1c43f8 tty: make receive_buf() return the amout of bytes received by Felipe Balbi · 14 years ago
- 807540b drivers/net: return operator cleanup by Eric Dumazet · 14 years ago
- 034de00 slip: Use net_device_stats from struct net_device by Tobias Klauser · 14 years ago
- 6f0bee1 slip: fix get_stats() method by Eric Dumazet · 14 years ago
- ee289b6 drivers/net: remove useless semicolons by Joe Perches · 15 years ago
- 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
- 3505d1a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
- 9646e7c net, compat_ioctl: handle socket ioctl abuses in tty drivers by Arnd Bergmann · 15 years ago
- d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
- 5342b77 slip: Clean up create and destroy by Alan Cox · 15 years ago
- 424efe9 netdev: convert pseudo drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
- 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 16 years ago
- b1da683 slip: convert to net_device_ops by Stephen Hemminger · 16 years ago
- 8a1ec21 tty: Flags should be accessed via the foo_bit interfaces by Alan Cox · 16 years ago
- babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
- a352def tty: Ldisc revamp by Alan Cox · 17 years ago
- f34d7a5 tty: The big operations rework by Alan Cox · 17 years ago
- 9ce6cf2 slip: Drag kicking and screaming into coding style compliance by Alan Cox · 17 years ago
- d012753 [TTY]: Use tty_mode_ioctl() in network drivers. by Alan Cox · 17 years ago
- 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
- 97a1ad4 [SLIP]: trivial sparse warning fix by Stephen Hemminger · 17 years ago
- 98e399f [SK_BUFF]: Introduce skb_mac_header() by Arnaldo Carvalho de Melo · 18 years ago
- 919afbd [NET] slip: Replace kmalloc() + memset() pairs with the appropriate kzalloc() calls by Joe Jin · 18 years ago
- 5cbded5 [PATCH] getting rid of all casts of k[cmz]alloc() calls by Robert P. J. Day · 18 years ago
- 6aa20a2 drivers/net: Trim trailing whitespace by Jeff Garzik · 18 years ago
- 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
- 33f0f88 [PATCH] TTY layer buffering revamp by Alan Cox · 19 years ago
- 12dc2fd [NET]: drivers/net/slip.c needs linux/delay.h by David S. Miller · 20 years ago
- a9fc251 [PATCH] net/slip: replace schedule_timeout() with msleep_interruptible() by Nishanth Aravamudan · 20 years ago
- 9b200b0 [SLIP]: Simplify sl_free_bufs() by Jesper Juhl · 20 years ago
- 64ccd71 [PATCH] Convert users to tty_unregister_ldisc() by Alexey Dobriyan · 20 years ago
- 158a0e4 [SLIP]: Remove redundant NULL pointer checks prior to kfree by Jesper Juhl · 20 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago