1. ff5ca55 caif: reduce stack size with KASAN by Arnd Bergmann · 6 years ago
  2. eca9953 net: caif: Add a missing rcu_read_unlock() in caif_flow_cb by YueHaibing · 6 years ago
  3. bb566ce net: caif: Fix a sleep-in-atomic bug in cfpkt_create_pfx by Jia-Ju Bai · 7 years ago
  4. c79e167 net: caif: remove ineffective check by Pan Bian · 7 years ago
  5. 56e2f23 caif: Remove unneeded header file by Amitoj Kaur Chawla · 8 years ago
  6. 8e0cc8c net: caif: fix misleading indentation by Arnd Bergmann · 8 years ago
  7. 449f14f net: caif: fix erroneous return value by Anton Protopopov · 8 years ago
  8. 9cd3e07 net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA by Eric Dumazet · 8 years ago
  9. 4676a15 net: caif: convert to using IFF_NO_QUEUE by Phil Sutter · 9 years ago
  10. b8a23e8 caif: fix leaks and race in caif_queue_rcv_skb() by Eric Dumazet · 9 years ago
  11. dda922c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  12. b48732e unix/caif: sk_socket can disappear when state is unlocked by Mark Salyzyn · 9 years ago
  13. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  14. 0fa74a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  15. 3eeff77 caif: fix MSG_OOB test in caif_seqpkt_recvmsg() by Al Viro · 9 years ago
  16. 71a83a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  17. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  18. 278f7b4 caif: fix a signedness bug in cfpkt_iterate() by Dan Carpenter · 9 years ago
  19. 8997c27 caif: remove wrong dev_net_set() call by Nicolas Dichtel · 9 years ago
  20. c0371da put iov_iter into msghdr by Al Viro · 9 years ago
  21. 7eab8d9 new helper: memcpy_to_msg() by Al Viro · 10 years ago
  22. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 10 years ago
  23. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 9 years ago
  24. 91c4467 caif_usb: use target structure member in memset by Fabian Frederick · 10 years ago
  25. 7970f19 caif_usb: remove redundant memory message by Fabian Frederick · 10 years ago
  26. 6ff1e1e3 caif: replace kmalloc/memset 0 by kzalloc by Fabian Frederick · 10 years ago
  27. 1f7a316 caif: remove unnecessary break after goto by Fabian Frederick · 10 years ago
  28. fb0d164 net/caif/caif_socket.c: remove unnecessary null test before debugfs_remove_recursive by Fabian Frederick · 10 years ago
  29. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  30. 02fe72c net: Include appropriate header file in caif/cfsrvl.c by Rashika Kheria · 10 years ago
  31. 8203274 net: Include appropriate header file in caif/caif_dev.c by Rashika Kheria · 10 years ago
  32. 14e4814 net: Missing change from the ether_addr_copy() fixups. by David S. Miller · 10 years ago
  33. 34b2cff caif_usb: Use ether_addr_copy by Joe Perches · 10 years ago
  34. a74e942 caif: __dev_get_by_index instead of dev_get_by_index to find interface by Ying Xue · 10 years ago
  35. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 10 years ago
  36. 253c6da caif: use pskb_put() instead of reimplementing its functionality by Mathias Krause · 10 years ago
  37. 0c1db73 caif: Add missing braces to multiline if in cfctrl_linkup_request by Dave Jones · 11 years ago
  38. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  39. c2cd0a5 caif: Remove bouncing address for Daniel Martensson by sjur.brandeland@stericsson.com · 11 years ago
  40. 26ee65e caif: Remove my bouncing email address. by sjur.brandeland@stericsson.com · 11 years ago
  41. d978a63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  42. 2d6fbfe caif: Fix missing msg_namelen update in caif_seqpkt_recvmsg() by Mathias Krause · 11 years ago
  43. 3bffc47 CAIF: fix indentation for function arguments by Silviu-Mihai Popescu · 11 years ago
  44. d2123be CAIF: fix sparse warning for caif_usb by Silviu-Mihai Popescu · 11 years ago
  45. d6e89c0 caif_dev: fix sparse warnings for caif_flow_cb by Silviu-Mihai Popescu · 11 years ago
  46. 6176772 Merge branch 'master' into for-next by Jiri Kosina · 11 years ago
  47. 8a168ca treewide: Fix typo in various drivers by Masanari Iida · 11 years ago
  48. 65d2897 caif_usb: Make the driver name check more efficient by Ben Hutchings · 11 years ago
  49. 4066363 caif_usb: Check driver name before reading driver state in netdev notifier by Ben Hutchings · 11 years ago
  50. 973b1b9 caif: Remove redundant null check before kfree in cfctrl.c by Sachin Kamat · 11 years ago
  51. 566f26a caif: move the dereference below the NULL test by Wei Yongjun · 12 years ago
  52. d92c7f8 caif: Do not dereference NULL in chnl_recv_cb() by Jesper Juhl · 12 years ago
  53. c76562b netvm: prevent a stream-specific deadlock by Mel Gorman · 12 years ago
  54. abaa72d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  55. 96f80d1 caif: Fix access to freed pernet memory by Sjur Brændeland · 12 years ago
  56. b26d344 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  57. f315fd3 caif: Fixed potential memory leak by Kim Lilliestierna XX · 12 years ago
  58. c95567c caif: added check for potential null return by Kim Lilliestierna XX · 12 years ago
  59. be4852c caif: Remove unused pointer and code by Kim Lilliestierna XX · 12 years ago
  60. eaa8c5f caif: Clear shutdown mask to zero at reconnect. by Sjur Brændeland · 12 years ago
  61. 31fdc55 net: remove my future former mail address by Rémi Denis-Courmont · 12 years ago
  62. e8650a0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  63. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 12 years ago
  64. d132d7f Kconfig: replace "--- help ---" with "---help---" by Paul Bolle · 12 years ago
  65. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  66. 4476481 caif: set traffic class for caif packets by Dmitry Tarnyagin · 12 years ago
  67. e65ac4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  68. 5c699fb caif: Fix memory leakage in the chnl_net.c. by Tomasz Gregorek · 12 years ago
  69. 2809cec caif: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  70. e3abcc2 caif: make zero a legal caif connetion id. by sjur.brandeland@stericsson.com · 12 years ago
  71. 374458b caif: Fix for a race in socket transmit with flow control. by Dmitry Tarnyagin · 12 years ago
  72. af2ce21 caif: remove duplicate initialization by Dan Carpenter · 12 years ago
  73. 1f0b670 caif: caifdev is never used in net/caif/caif_dev.c::transmit() - remove it. by Jesper Juhl · 12 years ago
  74. dd48dc3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  75. 576f3cc caif: Add drop count for caif_net device. by sjur.brandeland@stericsson.com · 12 years ago
  76. 4a69582 caif: Kill debugfs vars for caif socket by sjur.brandeland@stericsson.com · 12 years ago
  77. ba76057 caif: Bugfix double kfree_skb upon xmit failure by Dmitry Tarnyagin · 12 years ago
  78. b01377a caif: Bugfix list_del_rcu race in cfmuxl_ctrlcmd. by sjur.brandeland@stericsson.com · 12 years ago
  79. 8a8ee9a net caif: Register properly as a pernet subsystem. by Eric W. Biederman · 12 years ago
  80. 59f608d caif: Remove bad WARN_ON in caif_dev by sjur.brandeland@stericsson.com · 12 years ago
  81. 3371bb3 caif: Fix typo in Vendor/Product-ID for CAIF modems by sjur.brandeland@stericsson.com · 12 years ago
  82. 2b2d465 net: kill duplicate included header by Shan Wei · 12 years ago
  83. 6b3da11 Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 12 years ago
  84. 933393f percpu: Remove irqsafe_cpu_xxx variants by Christoph Lameter · 12 years ago
  85. 3db1cd5 net: fix assignment of 0/1 to bool variables. by Rusty Russell · 12 years ago
  86. f84ea77 caif: Replace BUG_ON with WARN_ON. by Roar Førde · 12 years ago
  87. 005b0b0 caif: Bad assert triggering false positive. by sjur.brandeland@stericsson.com · 12 years ago
  88. 7d31130 caif: Stash away hijacked skb destructor and call it later by sjur.brandeland@stericsson.com · 12 years ago
  89. 0e4c7d8 caif: Add support for flow-control on device's tx-queue by sjur.brandeland@stericsson.com · 12 years ago
  90. 7ad65bf caif: Add support for CAIF over CDC NCM USB interface by sjur.brandeland@stericsson.com · 12 years ago
  91. e977b4c caif: Remove unused enum and parameter in cfserl by sjur.brandeland@stericsson.com · 12 years ago
  92. 7c18d22 caif: Restructure how link caif link layer enroll by sjur.brandeland@stericsson.com · 12 years ago
  93. 200c5a3 caif: Allow cfpkt_extr_head to process empty message by sjur.brandeland@stericsson.com · 12 years ago
  94. f23aa62 caif: fix endian conversion in cffrml_transmit() by Dan Carpenter · 12 years ago
  95. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  96. 3a9a231 net: Fix files explicitly needing to include module.h by Paul Gortmaker · 13 years ago
  97. 08613e4 caif: Fix BUG() with network namespaces by David Woodhouse · 13 years ago
  98. 5bb20ed caif: add error handling for allocation by Dan Carpenter · 13 years ago
  99. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  100. 4fb66b8 caif: fix a potential NULL dereference by Eric Dumazet · 13 years ago