1. b669e0e net: qrtr: Use radix_tree_iter_delete to delete tx flow by Arun Prakash · 3 years, 4 months ago
  2. e13155f net: qrtr: Cleanup flow control during DEL proc by Arun Prakash · 4 years ago
  3. 7006b6e net: qrtr: Cleanup flow control during remote socket release by Arun Prakash · 4 years, 1 month ago
  4. 48e493c net: qrtr: Converting DEL_PROC command to BYE command by Arun Prakash · 4 years, 8 months ago
  5. bc79b64 net: qrtr: fix a kernel-infoleak in qrtr_recvmsg() by Eric Dumazet · 3 years, 8 months ago
  6. 898151c net: qrtr: Make wakeup timeout configurable by Chris Lew · 4 years ago
  7. 1e13e84 net: qrtr: Excessive logging casuing boot failure by Deepak Kumar Singh · 4 years, 7 months ago
  8. 0614399 net: qrtr: print error case for qrtr receive by Deepak Kumar Singh · 4 years, 7 months ago
  9. 25b1f55 net: qrtr: Use cyclic idr allocator for port assignment by Deepak Kumar Singh · 4 years ago
  10. c1eee79 Merge android-4.19-stable.146 (443485d) into msm-4.19 by Srinivasarao P · 4 years, 1 month ago
  11. 0cc3462 Merge android-4.19-stable.136 (204dd19) into msm-4.19 by Srinivasarao P · 4 years, 1 month ago
  12. 9026457 Merge android-4.19-stable.125 (a483478) into msm-4.19 by Srinivasarao P · 4 years, 2 months ago
  13. 8a794b3 net: qrtr: fix usage of idr in port assignment to socket by Necip Fazil Yildiran · 4 years, 3 months ago
  14. 4b864ae qrtr: orphan socket in qrtr_release() by Cong Wang · 4 years, 4 months ago
  15. 735929c net: qrtr: Fix an out of bounds read qrtr_endpoint_post() by Dan Carpenter · 4 years, 4 months ago
  16. 3e534ba net: qrtr: Send HELLO message on endpoint register by Chris Lew · 5 years ago
  17. 615b7cf net: qrtr: Fix passing invalid reference to qrtr_local_enqueue() by Manivannan Sadhasivam · 4 years, 6 months ago
  18. 1ba1a55 Merge wakeup_source changes into msm-4.19 by Ivaylo Georgiev · 4 years, 6 months ago
  19. c08e523 net: qrtr: send msgs from local of same id as broadcast by Wang Wenhu · 4 years, 7 months ago
  20. bc97a34 net: qrtr: fix len of skb_put_padto in qrtr_node_enqueue by Carl Huang · 4 years, 10 months ago
  21. 88b216f net: qrtr: Use radix_tree_iter_delete by Chris Lew · 4 years, 10 months ago
  22. 2b267b3 net: qrtr: avoid calling node lookup from rx worker by Deepak Kumar Singh · 5 years ago
  23. 5597647 net: qrtr: Use alloc_skb_with_frags for backup memory by Jay Jayanna · 4 years, 10 months ago
  24. 6af3f62 net: qrtr: Add backup skb pool by Chris Lew · 5 years ago
  25. 98cd3c7 net: qrtr: free flow structure after radix tree node delete by Deepak Kumar Singh · 5 years ago
  26. 01877e3 net: qrtr: Use lock while looking up tx flow by Chris Lew · 5 years ago
  27. 3f23e2d net: qrtr: Attempt to linearize skb for forwarding by Chris Lew · 5 years ago
  28. 29ba5ff net: qrtr: Handle error from skb_put_padto by Chris Lew · 5 years ago
  29. abb04d0 net: qrtr: Stop rx_worker before freeing node by Bjorn Andersson · 5 years ago
  30. 9d8b19f net: qrtr: use alloc_skb_with_frag() in rx path by Arun Kumar Neelakantam · 5 years ago
  31. affc823 net: qrtr: Prevent node assign for released nodes by Chris Lew · 5 years ago
  32. 26f20c8 net: qrtr: Add pm_wakeup_event() support by Arun Kumar Neelakantam · 6 years ago
  33. 4a6eb4b3 net: qrtr: Make qrtr rx threads as RT priorities by Arun Kumar Neelakantam · 6 years ago
  34. 21d46e1 net: qrtr: Use skb with fragments in memory failure case by Arun Kumar Neelakantam · 5 years ago
  35. 7b77a05 net: qrtr: Only update pkts with broadcast node ID by Arun Kumar Neelakantam · 6 years ago
  36. 23199b17 net: qrtr: avoid deadlock in case of recursive lock for node list by Deepak Kumar Singh · 6 years ago
  37. 6d7bdde net: qrtr: Check function pointer before calling by Arun Kumar Neelakantam · 6 years ago
  38. 4a2e887 qrtr: Add support to read qrtr packet size by Arun Kumar Neelakantam · 6 years ago
  39. 23cc644 net: qrtr: Handle IPCR control port format of older targets by Ajay Agarwal · 6 years ago
  40. f35e7bc net: qrtr: Fix hello packet drop memory leak by Chris Lew · 6 years ago
  41. 91959ce net: qrtr: Add support for DEL_PROC control message by Chris Lew · 6 years ago
  42. 7c96c68 net: qrtr: Add forwarding support based on net id by Chris Lew · 6 years ago
  43. 7da513b net: qrtr: Allow Root guid process to bind by Arun Kumar Neelakantam · 6 years ago
  44. f8bde24 net: qrtr: Move rx worker to separate worker thread by Arun Kumar Neelakantam · 6 years ago
  45. 3944d87 net: qrtr: Rearrange tx wait and protect critical section by Chris Lew · 6 years ago
  46. 1219be1 net: qrtr: Make servers multi state ports by Chris Lew · 6 years ago
  47. f7c9e8f net: qrtr: Prevent stale ports from sending by Chris Lew · 6 years ago
  48. 610e2ee net: qrtr: Remove flow count on send failure by Chris Lew · 6 years ago
  49. 8fd658e net: qrtr: Add snapshot of QRTR drivers by Chris Lew · 7 years ago
  50. d27e77a net: qrtr: Reset the node and port ID of broadcast messages by Arun Kumar Neelakantam · 6 years ago
  51. fdf5fd3 net: qrtr: Broadcast messages only from control port by Arun Kumar Neelakantam · 6 years ago
  52. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 6 years ago
  53. db5051e net: convert datagram_poll users tp ->poll_mask by Christoph Hellwig · 7 years ago
  54. 77ac725 net: qrtr: add MODULE_ALIAS_NETPROTO macro by Nicolas Dechesne · 7 years ago
  55. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  56. c1c502b net: use rtnl_register_module where needed by Florian Westphal · 7 years ago
  57. 4dc6758 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  58. b7e732f qrtr: Move to postcore_initcall by Bjorn Andersson · 7 years ago
  59. 194ccc8 net: qrtr: Support decoding incoming v2 packets by Bjorn Andersson · 7 years ago
  60. f507a9b net: qrtr: Use sk_buff->cb in receive path by Bjorn Andersson · 7 years ago
  61. 1a7959c net: qrtr: Clean up control packet handling by Bjorn Andersson · 7 years ago
  62. e704448 net: qrtr: Pass source and destination to enqueue functions by Bjorn Andersson · 7 years ago
  63. da7653f net: qrtr: Add control packet definition to uapi by Bjorn Andersson · 7 years ago
  64. 2897871 net: qrtr: Move constants to header file by Bjorn Andersson · 7 years ago
  65. ae85bfa net: qrtr: Invoke sk_error_report() after setting sk_err by Bjorn Andersson · 7 years ago
  66. b97bac6 rtnetlink: make rtnl_register accept a flags parameter by Florian Westphal · 7 years ago
  67. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 7 years ago
  68. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 7 years ago
  69. b080db5 networking: convert many more places to skb_put_zero() by Johannes Berg · 7 years ago
  70. b24844b net: qrtr: Inform open sockets about new controller by Bjorn Andersson · 7 years ago
  71. 1784473 net: qrtr: Broadcast DEL_CLIENT message when endpoint is closed by Bjorn Andersson · 7 years ago
  72. 8acc8ee net: qrtr: Inject BYE on remote termination by Bjorn Andersson · 7 years ago
  73. 64f9eca net: qrtr: Refactor packet allocation by Bjorn Andersson · 7 years ago
  74. fb79670 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  75. 6f60f43 net: qrtr: potential use after free in qrtr_sendmsg() by Dan Carpenter · 8 years ago
  76. c21ef3e net: rtnetlink: plumb extended ack to doit function by David Ahern · 8 years ago
  77. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  78. 3512a1a net: qrtr: Mark 'buf' as little endian by Stephen Boyd · 8 years ago
  79. bdabad3 net: Add Qualcomm IPC router by Courtney Cavin · 9 years ago