1. ab2c643 update internal version number for cifs.ko by Steve French · 7 years ago
  2. cd1aca2 cifs: add .splice_write by Andrés Souto · 7 years ago
  3. 4a1360d CIFS: document tcon/ses/server refcount dance by Aurelien Aptel · 7 years ago
  4. 6b31471 move a few externs to smbdirect.h to eliminate warning by Steve French · 7 years ago
  5. 97f4b72 CIFS: zero sensitive data when freeing by Aurelien Aptel · 7 years ago
  6. 2026b06 Cleanup some minor endian issues in smb3 rdma by Steve French · 7 years ago
  7. 02cf590 CIFS: dump IPC tcon in debug proc file by Aurelien Aptel · 7 years ago
  8. 63a83b8 CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctl by Aurelien Aptel · 7 years ago
  9. b327a71 CIFS: make IPC a regular tcon by Aurelien Aptel · 7 years ago
  10. 37e12f5 cifs: remove redundant duplicated assignment of pointer 'node' by Colin Ian King · 7 years ago
  11. e36c048 CIFS: SMBD: work around gcc -Wmaybe-uninitialized warning by Arnd Bergmann · 7 years ago
  12. 9aca7e4 cifs: Fix autonegotiate security settings mismatch by Daniel N Pettersson · 7 years ago
  13. 9084432 CIFS: SMBD: _smbd_get_connection() can be static by kbuild test robot · 7 years ago
  14. 8801e90 CIFS: SMBD: Disable signing on SMB direct transport by Long Li · 7 years ago
  15. 08a3b96 CIFS: SMBD: Add SMB Direct debug counters by Long Li · 7 years ago
  16. bd3dcc6 CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory registration by Long Li · 7 years ago
  17. 74dcf41 CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/O by Long Li · 7 years ago
  18. db223a5 CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory registration by Long Li · 7 years ago
  19. c739858 CIFS: SMBD: Implement RDMA memory registration by Long Li · 7 years ago
  20. 9762c2d CIFS: SMBD: Upper layer sends data via RDMA send by Long Li · 7 years ago
  21. d649e1b CIFS: SMBD: Implement function to send data via RDMA send by Long Li · 7 years ago
  22. 2fef137 CIFS: SMBD: Upper layer receives data via RDMA receive by Long Li · 7 years ago
  23. f64b78f CIFS: SMBD: Implement function to receive data via RDMA receive by Long Li · 7 years ago
  24. 09902f8 CIFS: SMBD: Set SMB Direct maximum read or write size for I/O by Long Li · 7 years ago
  25. bce9ce7 CIFS: SMBD: Upper layer destroys SMB Direct session on shutdown or umount by Long Li · 7 years ago
  26. 8ef130f CIFS: SMBD: Implement function to destroy a SMB Direct connection by Long Li · 7 years ago
  27. 781a805 CIFS: SMBD: Upper layer reconnects to SMB Direct session by Long Li · 7 years ago
  28. ad57b8e CIFS: SMBD: Implement function to reconnect to a SMB Direct transport by Long Li · 7 years ago
  29. 2f89464 CIFS: SMBD: Upper layer connects to SMBDirect session by Long Li · 7 years ago
  30. 0933d6f cifs: fix build errors for SMB_DIRECT by Randy Dunlap · 7 years ago
  31. f04a703 cifs: Fix missing put_xid in cifs_file_strict_mmap by Matthew Wilcox · 7 years ago
  32. d8ec913 CIFS: SMBD: export protocol initial values by Long Li · 7 years ago
  33. 399f953 CIFS: SMBD: Implement function to create a SMB Direct connection by Long Li · 7 years ago
  34. f198186 CIFS: SMBD: Establish SMB Direct connection by Long Li · 7 years ago
  35. 03bee01 CIFS: SMBD: Add SMB Direct protocol initial values and constants by Long Li · 7 years ago
  36. 8339dd3 CIFS: SMBD: Add rdma mount option by Long Li · 7 years ago
  37. 2b6ed88 CIFS: SMBD: Introduce kernel config option CONFIG_CIFS_SMB_DIRECT by Long Li · 7 years ago
  38. 2dabfd5 CIFS: SMBD: Add parameter rdata to smb2_new_read_req by Long Li · 7 years ago
  39. 3cecf48 cifs: avoid a kmalloc in smb2_send_recv/SendReceive2 for the common case by Ronnie Sahlberg · 7 years ago
  40. 305428a cifs: remove small_smb2_init by Ronnie Sahlberg · 7 years ago
  41. 8eb7998 cifs: remove rfc1002 header from smb2_lease_ack by Ronnie Sahlberg · 7 years ago
  42. 5dfe69a cifs: remove unused variable from SMB2_read by Ronnie Sahlberg · 7 years ago
  43. 21ad948 cifs: remove rfc1002 header from smb2_oplock_break we get from server by Ronnie Sahlberg · 7 years ago
  44. b2fb7fe cifs: remove rfc1002 header from smb2_query_info_req by Ronnie Sahlberg · 7 years ago
  45. 7c00c3a cifs: remove rfc1002 header from smb2_query_directory_req by Ronnie Sahlberg · 7 years ago
  46. 2fc803e cifs: remove rfc1002 header from smb2_set_info_req by Ronnie Sahlberg · 7 years ago
  47. f5688a6 cifs: remove rfc1002 header from smb2 read/write requests by Ronnie Sahlberg · 7 years ago
  48. ced9367 cifs: remove rfc1002 header from smb2_lock_req by Ronnie Sahlberg · 7 years ago
  49. 1f444e4 cifs: remove rfc1002 header from smb2_flush_req by Ronnie Sahlberg · 7 years ago
  50. 4f33bc3 cifs: remove rfc1002 header from smb2_create_req by Ronnie Sahlberg · 7 years ago
  51. 88ea5cb cifs: remove rfc1002 header from smb2_sess_setup_req by Ronnie Sahlberg · 7 years ago
  52. 661bb943 cifs: remove rfc1002 header from smb2_tree_connect_req by Ronnie Sahlberg · 7 years ago
  53. 7f7ae75 cifs: remove rfc1002 header from smb2_echo_req by Ronnie Sahlberg · 7 years ago
  54. 9775468 cifs: remove rfc1002 header from smb2_ioctl_req by Ronnie Sahlberg · 7 years ago
  55. afcccef cifs: remove rfc1002 header from smb2_close_req by Ronnie Sahlberg · 7 years ago
  56. 4eecf4c cifs: remove rfc1002 header from smb2_tree_disconnect_req by Ronnie Sahlberg · 7 years ago
  57. 45305ed cifs: remove rfc1002 header from smb2_logoff_req by Ronnie Sahlberg · 7 years ago
  58. 13cacea cifs: remove rfc1002 header from smb2_negotiate_req by Ronnie Sahlberg · 7 years ago
  59. 83b7739 cifs: Add smb2_send_recv by Ronnie Sahlberg · 7 years ago
  60. 5b7d279 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  61. f165495 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 7 years ago
  62. 624ca9c net/ibm/emac: wrong bit is used for STA control register write by Ivan Mikhaylov · 7 years ago
  63. 45d6e54 net/ibm/emac: add 8192 rx/tx fifo size by Ivan Mikhaylov · 7 years ago
  64. 6f3180a vhost: do not try to access device IOTLB when not initialized by Jason Wang · 7 years ago
  65. e9cb4239 vhost: use mutex_lock_nested() in vhost_dev_lock_vqs() by Jason Wang · 7 years ago
  66. b7051cb i40e: flower: check if TC offload is enabled on a netdev by Jakub Kicinski · 7 years ago
  67. aebb48f sparc64: fix typo in CONFIG_CRYPTO_DES_SPARC64 => CONFIG_CRYPTO_CAMELLIA_SPARC64 by Corentin Labbe · 7 years ago
  68. ee45bea Merge branch 'qed-rdma-bug-fixes' by David S. Miller · 7 years ago
  69. 1fe280a qed: Free reserved MR tid by Michal Kalderon · 7 years ago
  70. 4de4947 qed: Remove reserveration of dpi for kernel by Michal Kalderon · 7 years ago
  71. 88d1d76 Merge branch 'kcm-fix-two-syzcaller-issues' by David S. Miller · 7 years ago
  72. e557124 kcm: Check if sk_user_data already set in kcm_attach by Tom Herbert · 7 years ago
  73. 581e722 kcm: Only allow TCP sockets to be attached to a KCM mux by Tom Herbert · 7 years ago
  74. 3eab2ad MAINTAINERS: update email address for James Morris by James Morris · 7 years ago
  75. d3303a6 net: sched: fix TCF_LAYER_LINK case in tcf_get_base_ptr by Wolfgang Bumiller · 7 years ago
  76. 560a660 net: sched: em_nbyte: don't add the data offset twice by Wolfgang Bumiller · 7 years ago
  77. 03fae44 Merge tag 'trace-v4.15-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  78. ce30f26 MAINTAINERS: clarify that only verified bugs should be submitted to security@ by Willy Tarreau · 7 years ago
  79. 5132ede Revert "module: Add retpoline tag to VERMAGIC" by Greg Kroah-Hartman · 7 years ago
  80. 1ecdaea mlxsw: spectrum_router: Don't log an error on missing neighbor by Yuval Mintz · 7 years ago
  81. 97edf7c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 7 years ago
  82. 848b159 vmxnet3: repair memory leak by Neil Horman · 7 years ago
  83. e9191ff ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABEL by Ben Hutchings · 7 years ago
  84. 02612bb pppoe: take ->needed_headroom of lower device into account on xmit by Guillaume Nault · 7 years ago
  85. 2ee5b92 tracing: Update stack trace skipping for ORC unwinder by Steven Rostedt (VMware) · 7 years ago
  86. 6be7fa3 ftrace, orc, x86: Handle ftrace dynamically allocated trampolines by Steven Rostedt (VMware) · 7 years ago
  87. 1f07476e Merge tag 'pci-v4.15-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  88. e2ac83d x86/ftrace: Fix ORC unwinding from ftrace handlers by Josh Poimboeuf · 7 years ago
  89. a84a8ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  90. 545d8ae xfrm: fix boolean assignment in xfrm_get_type_offload by Gustavo A. R. Silva · 7 years ago
  91. 5efec5c xfrm: Fix eth_hdr(skb)->h_proto to reflect inner IP version by Yossi Kuperman · 7 years ago
  92. 1995266 nfsd: auth: Fix gid sorting when rootsquash enabled by Ben Hutchings · 7 years ago
  93. a0ec1de orangefs: initialize op on loop restart in orangefs_devreq_read by Martin Brandenburg · 7 years ago
  94. 0afc0de orangefs: use list_for_each_entry_safe in purge_waiting_ops by Martin Brandenburg · 7 years ago
  95. 7a8c4dd tls: Correct length of scatterlist in tls_sw_sendpage by Dave Watson · 7 years ago
  96. 52acf06 be2net: restore properly promisc mode after queues reconfiguration by Ivan Vecera · 7 years ago
  97. ad23b75 net: igmp: fix source address check for IGMPv3 reports by Felix Fietkau · 7 years ago
  98. 121d57a gso: validate gso_type in GSO handlers by Willem de Bruijn · 7 years ago
  99. 7c68d1a net: qdisc_pkt_len_init() should be more robust by Eric Dumazet · 7 years ago
  100. 18b0aff Merge branch 'ibmvnic-reset-behavior-fixes' by David S. Miller · 7 years ago