1. b29156d Merge 4.14.263 into android-4.14-q by Greg Kroah-Hartman · 3 years, 1 month ago
  2. f377b3a ppp: ensure minimum packet size in ppp_write() by Eric Dumazet · 3 years, 2 months ago
  3. bd940db Merge 4.14.245 into android-4.14-q by Greg Kroah-Hartman · 3 years, 6 months ago
  4. d0ba3f1 ppp: Fix generating ifname when empty IFLA_IFNAME is specified by Pali Rohár · 3 years, 7 months ago
  5. efe149d Merge 4.14.244 into android-4.14-q by Greg Kroah-Hartman · 3 years, 7 months ago
  6. f2fa748 ppp: Fix generating ppp unit id when ifname is not specified by Pali Rohár · 3 years, 7 months ago
  7. 2d9ddd0 Merge 4.14.184 into android-4.14-q by Greg Kroah-Hartman · 4 years, 9 months ago
  8. e50da20 pppoe: only process PADT targeted at local interfaces by Guillaume Nault · 4 years, 10 months ago
  9. bf784f4 Merge 4.14.171 into android-4.14-q by Greg Kroah-Hartman · 5 years ago
  10. e94b702 ppp: Adjust indentation into ppp_async_input by Nathan Chancellor · 5 years ago
  11. 5c8d069 Merge 4.14.147 into android-4.14-q by Greg Kroah-Hartman · 5 years ago
  12. 307eb81 ppp: Fix memory leak in ppp_write by Takeshi Misawa · 5 years ago
  13. 4a80569 Merge 4.14.138 into android-4.14-q by Greg Kroah-Hartman · 6 years ago
  14. d3d448b compat_ioctl: pppoe: fix PPPOEIOCSFWD handling by Arnd Bergmann · 6 years ago
  15. 81c8310 Merge 4.14.134 into android-4.14-q by Greg Kroah-Hartman · 6 years ago
  16. 297ab0a ppp: mppe: Add softdep to arc4 by Takashi Iwai · 6 years ago
  17. e1f55b4 Merge 4.14.122 into android-4.14-q by Greg Kroah-Hartman · 6 years ago
  18. 2bdf9cb ppp: deflate: Fix possible crash in deflate_init by YueHaibing · 6 years ago
  19. 0892a3e Merge 4.14.107 into android-4.14 by Greg Kroah-Hartman · 6 years ago
  20. eff9b85 pptp: dst_release sk_dst_cache in pptp_sock_destruct by Xin Long · 6 years ago
  21. 80d7b06 Merge 4.14.97 into android-4.14 by Greg Kroah-Hartman · 6 years ago
  22. 66a011d net: Fix usage of pskb_trim_rcsum by Ross Lagerwall · 6 years ago
  23. 7bb4bd3 UPSTREAM: ppp: Move PFC decompression to PPP generic layer by Sam Protsenko · 6 years ago
  24. f3aa1f3a pppoe: fix reception of frames with no mac header by Guillaume Nault · 6 years ago
  25. 88b7895 pppoe: check sockaddr length in pppoe_connect() by Guillaume Nault · 7 years ago
  26. a7c8900 pptp: remove a buggy dst release in pptp_connect() by Eric Dumazet · 7 years ago
  27. 090da7c ppp: avoid loop in xmit recursion detection code by Guillaume Nault · 7 years ago
  28. 5775f78 ppp: prevent unregistered channels from connecting to PPP units by Guillaume Nault · 7 years ago
  29. 759cd10 ppp: unlock all_ppp_mutex before registering device by Guillaume Nault · 7 years ago
  30. d32e574 pppoe: take ->needed_headroom of lower device into account on xmit by Guillaume Nault · 7 years ago
  31. f7ee900 ppp: Destroy the mutex when cleanup by Gao Feng · 7 years ago
  32. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  33. 6151b8b ppp: fix race in ppp device destruction by Guillaume Nault · 7 years ago
  34. 5a59a3a ppp: fix __percpu annotation by Guillaume Nault · 7 years ago
  35. 0a0e1a8 ppp: fix xmit recursion detection on ppp channels by Guillaume Nault · 8 years ago
  36. ddab828 ppp: Fix a scheduling-while-atomic bug in del_chan by Gao Feng · 8 years ago
  37. e5dadc6 ppp: Fix false xmit recursion detect with two ppp devices by Gao Feng · 8 years ago
  38. a8b8a889 net: add netlink_ext_ack argument to rtnl_link_ops.validate by Matthias Schiffer · 8 years ago
  39. 7a3f4a1 net: add netlink_ext_ack argument to rtnl_link_ops.newlink by Matthias Schiffer · 8 years ago
  40. b952f4d net: manual clean code which call skb_put_[data:zero] by yuan linyu · 8 years ago
  41. 47b3e2f pptp: Remove unused variable in pptp_release() by Christos Gkekas · 8 years ago
  42. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 8 years ago
  43. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 8 years ago
  44. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
  45. 4f5a9841 ppp: mppe: Use vsnprintf extension %phN by Joe Perches · 8 years ago
  46. 97fcc19 ppp: remove unnecessary bh disable in xmit path by Gao Feng · 8 years ago
  47. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  48. bc1f447 net: make ndo_get_stats64 a void function by stephen hemminger · 8 years ago
  49. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  50. c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
  51. 0771277 ppp: declare PPP devices as LLTX by Guillaume Nault · 9 years ago
  52. 55454a5 ppp: avoid dealock on recursive xmit by Guillaume Nault · 9 years ago
  53. 0345934 pptp: Refactor the struct and macros of PPTP codes by Gao Feng · 9 years ago
  54. ab10dcc rps: Inspect PPTP encapsulated by GRE to get flow hash by Gao Feng · 9 years ago
  55. bb8082f ppp: build ifname using unit identifier for rtnl based devices by Guillaume Nault · 9 years ago
  56. de0ba9a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  57. 205e1e2 ppp: defer netns reference release for ppp channel by WANG Cong · 9 years ago
  58. d3fff6c net: add netdev_lockdep_set_classes() helper by Eric Dumazet · 9 years ago
  59. f9eb8ae net_sched: transform qdisc running bit into a seqcount by Eric Dumazet · 9 years ago
  60. 96d934c ppp: add rtnetlink device creation support by Guillaume Nault · 9 years ago
  61. 7d9f0b4 ppp: define reusable device creation functions by Guillaume Nault · 9 years ago
  62. 1f461dc ppp: take reference on channels netns by Guillaume Nault · 9 years ago
  63. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  64. 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  65. e8e56ff ppp: ensure file->private_data can't be overridden by Guillaume Nault · 9 years ago
  66. 810813c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  67. 6faac63 ppp: release rtnl mutex when interface creation fails by Guillaume Nault · 9 years ago
  68. edffc21 ppp: lock ppp->flags in ppp_read() and ppp_poll() by Guillaume Nault · 9 years ago
  69. 555d5b7 ppp: clarify parsing of user supplied data in ppp_set_compress() by Guillaume Nault · 9 years ago
  70. 29e7326 pppoe: fix reference counting in PPPoE proxy by Guillaume Nault · 9 years ago
  71. fdb89b1 ppp_mppe: Use skcipher and ahash by Herbert Xu · 9 years ago
  72. 9a368af pptp: fix illegal memory access caused by multiple bind()s by Hannes Frederic Sowa · 9 years ago
  73. b3e0d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  74. 09ccfd2 pptp: verify sockaddr_len in pptp_bind() and pptp_connect() by WANG Cong · 9 years ago
  75. 69d9728 ppp: declare ppp devices as enumerated interfaces by Guillaume Nault · 9 years ago
  76. 94dbffe ppp: define "ppp" device type by Guillaume Nault · 9 years ago
  77. fe53985 pppoe: fix memory corruption in padt work structure by Guillaume Nault · 9 years ago
  78. 681b4d8 pppox: use standard module auto-loading feature by Guillaume Nault · 9 years ago
  79. a8acce6 ppp: remove PPPOX_ZOMBIE socket state by Guillaume Nault · 9 years ago
  80. 8734e48 ppp: don't set sk_state to PPPOX_ZOMBIE in pppoe_disc_rcv() by Guillaume Nault · 9 years ago
  81. 73186df Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  82. 4ab42d7 ppp, slip: Validate VJ compression slot parameters completely by Ben Hutchings · 9 years ago
  83. ba3e208 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  84. 1acea4f ppp: fix pppoe_dev deletion condition in pppoe_release() by Guillaume Nault · 9 years ago
  85. 26440c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  86. 33224b1 ipv4, ipv6: Pass net into ip_local_out and ip6_local_out by Eric W. Biederman · 9 years ago
  87. a7093fe ppp: Cache net in pptp_xmit by Eric W. Biederman · 9 years ago
  88. e2cb77d ipv4: Merge ip_local_out and ip_local_out_sk by Eric W. Biederman · 9 years ago
  89. e674016 ppp: don't override sk->sk_state in pppoe_flush_dev() by Guillaume Nault · 9 years ago
  90. 58a89ec ppp: fix lockdep splat in ppp_dev_uninit() by Guillaume Nault · 9 years ago
  91. 79c441a ppp: implement x-netns support by Guillaume Nault · 10 years ago
  92. 8cb775b ppp: fix device unregistration upon netns deletion by Guillaume Nault · 10 years ago
  93. 8f481b50 netfilter: Remove spurios included of netfilter.h by Eric W Biederman · 10 years ago
  94. b04096f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  95. 665a6cd pppoe: drop pppoe device in pppoe_unbind_sock_work by Felix Fietkau · 10 years ago
  96. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 10 years ago
  97. 0365476 ppp: mppe: discard late packet in stateless mode by Sylvain Rochet · 10 years ago
  98. 3253018 ppp: mppe: sanity error path rework by Sylvain Rochet · 10 years ago
  99. 3dfb053 ppp: call skb_checksum_complete_unset in ppp_receive_frame by Tom Herbert · 10 years ago
  100. a068833 pppoe: Lacks DST MAC address check by Joakim Tjernlund · 10 years ago