1. e7fe43a slip: stop double free sl->dev in slip_open by yangerkun · 4 years, 3 months ago
  2. 0beba1d can, slip: Protect tty->disc_data in write_wakeup and close with RCU by Richard Palethorpe · 4 years, 4 months ago
  3. 8d448b5 slip: Fix use-after-free Read in slip_open by Jouni Hogander · 4 years, 6 months ago
  4. b4272b0 slip: Fix memory leak in slip_open error path by Jouni Hogander · 4 years, 7 months ago
  5. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 8 years ago
  6. 4ab42d7 ppp, slip: Validate VJ compression slot parameters completely by Ben Hutchings · 9 years ago
  7. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  8. 661f7fd slip: Fix deadlock in write_wakeup by Tyler Hall · 10 years ago
  9. ddcde142 slip: fix spinlock variant by Oliver Hartkopp · 10 years ago
  10. cc9fa74 slip/slcan: added locking in wakeup function by Andre Naujoks · 11 years ago
  11. c2fd03a drivers: net: Remove casts to same type by Joe Perches · 12 years ago
  12. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  13. e404dec drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages by Joe Perches · 12 years ago
  14. b5451d7 slip: Move the SLIP drivers by Jeff Kirsher · 13 years ago[Renamed from drivers/net/slip.c]
  15. 19fd617 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  16. 61485160 slip: fix NOHZ local_softirq_pending 08 warning by Matvejchikov Ilya · 13 years ago
  17. f3f70bf slip: cleanup statistics generation by Matvejchikov Ilya · 13 years ago
  18. a9481a3 slip: remove unused 'line' field from the 'slip' structure by Matvejchikov Ilya · 13 years ago
  19. 6a7ebdf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  20. 390fd0b slip: remove dead code within the slip initialization by Matvejchikov Ilya · 13 years ago
  21. 9173a88 slip: remove redundant check slip_devs for NULL by Matvejchikov Ilya · 13 years ago
  22. e28634d slip: fix MTU comparation operation when reallocating buffers by Matvejchikov Ilya · 13 years ago
  23. 30c5f8e slip: remove redundant NULL-pointer check before calling slhc_free by Matvejchikov Ilya · 13 years ago
  24. 7686d1c slip: fix wrong SLIP6 ifdef-endif placing by Matvejchikov Ilya · 13 years ago
  25. 55db4c6 Revert "tty: make receive_buf() return the amout of bytes received" by Linus Torvalds · 13 years ago
  26. 99dff58 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 13 years ago
  27. 057bef9 NET: slip, fix ldisc->open retval by Matvejchikov Ilya · 13 years ago
  28. b1c43f8 tty: make receive_buf() return the amout of bytes received by Felipe Balbi · 13 years ago
  29. 807540b drivers/net: return operator cleanup by Eric Dumazet · 14 years ago
  30. 034de00 slip: Use net_device_stats from struct net_device by Tobias Klauser · 14 years ago
  31. 6f0bee1 slip: fix get_stats() method by Eric Dumazet · 14 years ago
  32. ee289b6 drivers/net: remove useless semicolons by Joe Perches · 14 years ago
  33. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  34. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  35. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  36. 3505d1a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  37. 9646e7c net, compat_ioctl: handle socket ioctl abuses in tty drivers by Arnd Bergmann · 15 years ago
  38. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  39. 5342b77 slip: Clean up create and destroy by Alan Cox · 15 years ago
  40. 424efe9 netdev: convert pseudo drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  41. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  42. b1da683 slip: convert to net_device_ops by Stephen Hemminger · 15 years ago
  43. 8a1ec21 tty: Flags should be accessed via the foo_bit interfaces by Alan Cox · 15 years ago
  44. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  45. a352def tty: Ldisc revamp by Alan Cox · 16 years ago
  46. f34d7a5 tty: The big operations rework by Alan Cox · 16 years ago
  47. 9ce6cf2 slip: Drag kicking and screaming into coding style compliance by Alan Cox · 17 years ago
  48. d012753 [TTY]: Use tty_mode_ioctl() in network drivers. by Alan Cox · 17 years ago
  49. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  50. 97a1ad4 [SLIP]: trivial sparse warning fix by Stephen Hemminger · 17 years ago
  51. 98e399f [SK_BUFF]: Introduce skb_mac_header() by Arnaldo Carvalho de Melo · 17 years ago
  52. 919afbd [NET] slip: Replace kmalloc() + memset() pairs with the appropriate kzalloc() calls by Joe Jin · 17 years ago
  53. 5cbded5 [PATCH] getting rid of all casts of k[cmz]alloc() calls by Robert P. J. Day · 17 years ago
  54. 6aa20a2 drivers/net: Trim trailing whitespace by Jeff Garzik · 18 years ago
  55. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  56. 33f0f88 [PATCH] TTY layer buffering revamp by Alan Cox · 18 years ago
  57. 12dc2fd [NET]: drivers/net/slip.c needs linux/delay.h by David S. Miller · 19 years ago
  58. a9fc251 [PATCH] net/slip: replace schedule_timeout() with msleep_interruptible() by Nishanth Aravamudan · 19 years ago
  59. 9b200b0 [SLIP]: Simplify sl_free_bufs() by Jesper Juhl · 19 years ago
  60. 64ccd71 [PATCH] Convert users to tty_unregister_ldisc() by Alexey Dobriyan · 19 years ago
  61. 158a0e4 [SLIP]: Remove redundant NULL pointer checks prior to kfree by Jesper Juhl · 19 years ago
  62. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago