1. b645941 net: Don't include filter.h from net/sock.h by Jakub Kicinski · 3 years ago
  2. 991e634 net: fix uninit-value in caif_seqpkt_sendmsg by Ziyang Xuan · 3 years, 6 months ago
  3. e3ae236 net: sock: introduce sk_error_report by Alexander Aring · 3 years, 6 months ago
  4. a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 5 months ago
  5. a44d9e7 net: make ->{get,set}sockopt in proto_ops optional by Christoph Hellwig · 4 years, 5 months ago
  6. 3ef7cf5 net: use skb_queue_empty_lockless() in poll() handlers by Eric Dumazet · 5 years ago
  7. af873fc treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194 by Thomas Gleixner · 6 years ago
  8. 89ab066 Revert "net: simplify sock_poll_wait" by Karsten Graul · 6 years ago
  9. dd979b4 net: simplify sock_poll_wait by Christoph Hellwig · 6 years ago
  10. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  11. 9490e40 net/caif: convert to ->poll_mask by Christoph Hellwig · 7 years ago
  12. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  13. 617aebe Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  14. 93070d3 caif: Define usercopy region in caif proto slab cache by David Windsor · 7 years ago
  15. ade994f net: annotate ->poll() instances by Al Viro · 7 years ago
  16. 14afee4 net: convert sock.sk_wmem_alloc from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  17. 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  18. 20a3d5b caif: Add sockaddr length check before accessing sa_family in connect handler by Mateusz Jurczyk · 8 years ago
  19. 173e783 net: socket: mark socket protocol handler structs as const by linzhang · 8 years ago
  20. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  21. c79e167 net: caif: remove ineffective check by Pan Bian · 8 years ago
  22. 9cd3e07 net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA by Eric Dumazet · 9 years ago
  23. b8a23e8 caif: fix leaks and race in caif_queue_rcv_skb() by Eric Dumazet · 9 years ago
  24. dda922c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  25. b48732e unix/caif: sk_socket can disappear when state is unlocked by Mark Salyzyn · 10 years ago
  26. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 10 years ago
  27. 0fa74a4b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  28. 3eeff77 caif: fix MSG_OOB test in caif_seqpkt_recvmsg() by Al Viro · 10 years ago
  29. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 10 years ago
  30. c0371da put iov_iter into msghdr by Al Viro · 10 years ago
  31. 7eab8d9 new helper: memcpy_to_msg() by Al Viro · 11 years ago
  32. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 11 years ago
  33. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  34. fb0d164 net/caif/caif_socket.c: remove unnecessary null test before debugfs_remove_recursive by Fabian Frederick · 11 years ago
  35. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 11 years ago
  36. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  37. 26ee65e caif: Remove my bouncing email address. by sjur.brandeland@stericsson.com · 12 years ago
  38. d978a63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  39. 2d6fbfe caif: Fix missing msg_namelen update in caif_seqpkt_recvmsg() by Mathias Krause · 12 years ago
  40. 3bffc47 CAIF: fix indentation for function arguments by Silviu-Mihai Popescu · 12 years ago
  41. c76562b netvm: prevent a stream-specific deadlock by Mel Gorman · 12 years ago
  42. eaa8c5f caif: Clear shutdown mask to zero at reconnect. by Sjur Brændeland · 13 years ago
  43. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 13 years ago
  44. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 13 years ago
  45. 4476481 caif: set traffic class for caif packets by Dmitry Tarnyagin · 13 years ago
  46. dd48dc3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  47. 4a69582 caif: Kill debugfs vars for caif socket by sjur.brandeland@stericsson.com · 13 years ago
  48. ba76057 caif: Bugfix double kfree_skb upon xmit failure by Dmitry Tarnyagin · 13 years ago
  49. 54e90fb caif: Fixes freeze on Link layer removal. by sjur.brandeland@stericsson.com · 14 years ago
  50. 3f874ad caif: remove unesesarry exports by sjur.brandeland@stericsson.com · 14 years ago
  51. 33b2f55 caif: Bugfix debugfs directory name must be unique. by sjur.brandeland@stericsson.com · 14 years ago
  52. c85c295 caif: Handle dev_queue_xmit errors. by sjur.brandeland@stericsson.com · 14 years ago
  53. bee925d caif: prepare support for namespaces by sjur.brandeland@stericsson.com · 14 years ago
  54. b3ccfbe caif: Protected in-flight packets using dev or sock refcont. by sjur.brandeland@stericsson.com · 14 years ago
  55. 4dd820c caif: Don't resend if dev_queue_xmit fails. by Sjur Brændeland · 14 years ago
  56. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  57. 91b5c98 caif: don't set connection request param size before copying data by Dan Rosenberg · 14 years ago
  58. f2527ec caif: Bugfix for socket priority, bindtodev and dbg channel. by André Carvalho de Matos · 14 years ago
  59. 69259ab Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  60. 7931506 caif: fix two caif_connect() bugs by Eric Dumazet · 14 years ago
  61. ee62459 caif: remove duplicated include by Nicolas Kaiser · 14 years ago
  62. 9e2e8f1 caif: Use default send and receive buffer size in caif_socket. by Sjur Braendeland · 14 years ago
  63. b04367d caif: Minor fixes in log prints. by Sjur Braendeland · 14 years ago
  64. b31fa5b net/caif: Use pr_fmt by Joe Perches · 14 years ago
  65. 2aa40ae caif: Use link layer MTU instead of fixed MTU by Sjur Braendeland · 15 years ago
  66. a7da1f5 caif: Bugfix - RFM must support segmentation. by Sjur Braendeland · 15 years ago
  67. f5d72af caif: remove unneeded null check in caif_connect() by Dan Carpenter · 15 years ago
  68. dcda138 caif: Bugfix - use MSG_TRUNC in receive by Sjur Braendeland · 15 years ago
  69. a9a8f10 caif: Bugfix - missing spin_unlock by Sjur Braendeland · 15 years ago
  70. ca6a09f caif: Bugfix - Poll can't return POLLHUP while connecting. by Sjur Braendeland · 15 years ago
  71. 9e4b816 caif: Bugfix - wait_ev*_timeout returns long. by Sjur Braendeland · 15 years ago
  72. bece7b2 caif: Rewritten socket implementation by Sjur Braendeland · 15 years ago
  73. 4a4771a net: use sk_sleep() by Eric Dumazet · 15 years ago
  74. aa39514 net: sk_sleep() helper by Eric Dumazet · 15 years ago
  75. e6f95ec net-caif: add CAIF socket implementation by Sjur Braendeland · 15 years ago