1. 8c81ba2 net/smc: De-tangle ism and smc device initialization by Stefan Raspl · 2 years, 1 month ago
  2. 9c5d03d genetlink: start to validate reserved header bytes by Jakub Kicinski · 2 years, 6 months ago
  3. d62607c net: rename reference+tracking helpers by Jakub Kicinski · 2 years, 9 months ago
  4. d22f4f9 net/smc: Fix NULL pointer dereference in smc_pnet_find_ib() by Karsten Graul · 2 years, 11 months ago
  5. aaa25a2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
  6. 7ff57e9 net/smc: Use a mutex for locking "struct smc_pnettable" by Fabio M. De Francesco · 3 years ago
  7. f9496b7 net/smc: Add global configure for handshake limitation by netlink by D. Wythe · 3 years, 1 month ago
  8. 94fdd7c net/smc: use GFP_ATOMIC allocation in smc_pnet_add_eth() by Eric Dumazet · 3 years, 1 month ago
  9. 28f9222 net/smc: fix ref_tracker issue in smc_pnet_add() by Eric Dumazet · 3 years, 1 month ago
  10. 7b9b1d4 net/smc: fix possible NULL deref in smc_pnet_add_eth() by Eric Dumazet · 3 years, 2 months ago
  11. 0237a3a net/smc: Introduce net namespace support for linkgroup by Tony Lu · 3 years, 2 months ago
  12. b606452 net/smc: add net device tracker to struct smc_pnetentry by Eric Dumazet · 3 years, 3 months ago
  13. 24fb681 net/smc: retrieve v2 gid from IB device by Karsten Graul · 3 years, 5 months ago
  14. 1160dfa net: Remove redundant if statements by Yajun Deng · 3 years, 7 months ago
  15. 3d453f5 net/smc: Add diagnostic information to smc ib-device by Guvenc Gulce · 4 years, 3 months ago
  16. d70bf4f net/smc: determine proposed ISM devices by Ursula Braun · 4 years, 5 months ago
  17. e888a2e net/smc: introduce list of pnetids for Ethernet devices by Ursula Braun · 4 years, 5 months ago
  18. 3fc6493 net/smc: prepare for more proposed ISM devices by Ursula Braun · 4 years, 5 months ago
  19. a304e29 net/smc: remove constant and introduce helper to check for a pnet id by Karsten Graul · 4 years, 5 months ago
  20. 7b2977d net/smc: improve server ISM device determination by Ursula Braun · 4 years, 6 months ago
  21. 82087c0 net/smc: switch smcd_dev_list spinlock to mutex by Ursula Braun · 4 years, 8 months ago
  22. 92f3cb0 net/smc: fix sleep bug in smc_pnet_find_roce_resource() by Ursula Braun · 4 years, 8 months ago
  23. 09d0310 net/smc: mark smc_pnet_policy as const by Dmitry Vyukov · 4 years, 10 months ago
  24. 0a99be4 net/smc: log important pnetid and state change events by Karsten Graul · 4 years, 10 months ago
  25. 6c868a3 net/smc: introduce smc_pnet_find_alt_roce() by Karsten Graul · 4 years, 10 months ago
  26. fdff704 net/smc: rework pnet table to support SMC-R failover by Karsten Graul · 4 years, 10 months ago
  27. 29237d2 net/smc: allow unprivileged users to read pnet table by Hans Wippel · 5 years ago
  28. 14684b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  29. 98f3375 net/smc: fix ethernet interface refcounting by Ursula Braun · 5 years ago
  30. d31e955 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  31. f3b0a18 net: remove unnecessary variables and callback by Taehee Yoo · 5 years ago
  32. c3d9494 net/smc: no new connections on disappearing devices by Ursula Braun · 5 years ago
  33. ef6243a genetlink: optionally validate strictly/dumps by Johannes Berg · 6 years ago
  34. 6b0a7f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  35. bc36d2f net/smc: consolidate function parameters by Karsten Graul · 6 years ago
  36. 8ef659f net/smc: fix return code from FLUSH command by Karsten Graul · 6 years ago
  37. 3b0f31f genetlink: make policy common to family by Johannes Berg · 6 years ago
  38. 5490357 net/smc: allow pnetid-less configuration by Ursula Braun · 6 years ago
  39. af5f60c net/smc: allow PCI IDs as ib device names in the pnet table by Hans Wippel · 6 years ago
  40. 64e28b5 net/smc: add pnet table namespace support by Hans Wippel · 6 years ago
  41. f3d74b2 net/smc: add smcd support to the pnet table by Hans Wippel · 6 years ago
  42. 890a2cb net/smc: rework pnet table by Hans Wippel · 6 years ago
  43. ca8dc13 net/smc: allow 16 byte pnetids in netlink policy by Hans Wippel · 6 years ago
  44. 56ce3c5 smc: generic netlink family should be __ro_after_init by Johannes Berg · 6 years ago
  45. 7005ada net/smc: use correct vlan gid of RoCE device by Ursula Braun · 7 years ago
  46. 1619f77 net/smc: add pnetid support for SMC-D and ISM by Hans Wippel · 7 years ago
  47. 0afff91 net/smc: add pnetid support by Ursula Braun · 7 years ago
  48. be6a3f3 net/smc: determine port attributes independent from pnet table by Ursula Braun · 7 years ago
  49. d49baa7 net/smc: check for missing nlattrs in SMC_PNETID messages by Eric Biggers · 7 years ago
  50. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  51. a6832c3 net/smc: adjust net_device refcount by Ursula Braun · 7 years ago
  52. 5da7e4d net/smc: return active RoCE port only by Ursula Braun · 8 years ago
  53. 249633a net/smc: remove useless smc_ib_devices_list check by Ursula Braun · 8 years ago
  54. 6812baa smc: establish pnet table management by Thomas Richter · 8 years ago