1. e8a62a6 net: dcb: For wild-card lookups, use priority -1, not 0 by Petr Machata · 6 years ago
  2. c66ebf2 net: dcb: set error code on failures by Pan Bian · 7 years ago
  3. 36b9ad8 net/dcb: make dcbnl.c explicitly non-modular by Paul Gortmaker · 9 years ago
  4. c9368247 net/dcb: Add IEEE QCN attribute by Shani Michaeli · 9 years ago
  5. 52cff74 dcbnl : Disable software interrupts before taking dcb_lock by Anish Bhatt · 9 years ago
  6. 16eecd9 dcbnl : Fix misleading dcb_app->priority explanation by Anish Bhatt · 10 years ago
  7. c265947 Update setapp/getapp prototypes in dcbnl_rtnl_ops to return int instead of u8 by Anish Bhatt · 10 years ago
  8. 90f62cf net: Use netlink_ns_capable to verify the permisions of netlink messages by Eric W. Biederman · 10 years ago
  9. d9ac62b dcb: use __dev_get_by_name instead of dev_get_by_name to find interface by Ying Xue · 10 years ago
  10. c057b19 net/*: Fix FSF address in file headers by Jeff Kirsher · 10 years ago
  11. 661d296 rtnetlink: Remove passing of attributes into rtnl_doit functions by Thomas Graf · 11 years ago
  12. e5f2ef7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  13. 29cd8ae dcbnl: fix various netlink info leaks by Mathias Krause · 11 years ago
  14. 23bdbc80 dcb: fix sparse warnings by stephen hemminger · 11 years ago
  15. 7c77ab2 net: Allow DCBnl to use other namespaces besides init_net by John Fastabend · 11 years ago
  16. dfc47ef net: Push capable(CAP_NET_ADMIN) into the rtnl methods by Eric W. Biederman · 11 years ago
  17. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  18. ae86b9e net: Fix non-kernel-doc comments with kernel-doc start marker by Ben Hutchings · 12 years ago
  19. bb1dfef net: dcb: fix small regression in __dcbnl_pg_setcfg() by John Fastabend · 12 years ago
  20. b3908e2 dcbnl: Use BUG_ON() instead of BUG() by Thomas Graf · 12 years ago
  21. 39912f9 dcbnl: Silence harmless gcc warning about uninitialized reply_nlh by Thomas Graf · 12 years ago
  22. 7a282bc3 dcbnl: Use type safe nlmsg_data() by Thomas Graf · 12 years ago
  23. 4e4f2f6 dcbnl: Move dcb app allocation into dcb_app_add() by Thomas Graf · 12 years ago
  24. 716b31a dcbnl: Move dcb app lookup code into dcb_app_lookup() by Thomas Graf · 12 years ago
  25. 3d1f486 dcbnl: Return consistent error codes by Thomas Graf · 12 years ago
  26. ab6d470 dcbnl: Use dcbnl_newmsg() where possible by Thomas Graf · 12 years ago
  27. 77c6849 dcbnl: Remove now unused dcbnl_reply() by Thomas Graf · 12 years ago
  28. 7be9941 dcbnl: Shorten all command handling functions by Thomas Graf · 12 years ago
  29. 33a03aa dcbnl: Prepare framework to shorten handling functions by Thomas Graf · 12 years ago
  30. 0815798 net: dcb: add CEE notify calls by John Fastabend · 12 years ago
  31. 08f10af net/dcb: Add an optional max rate attribute by Amir Vadai · 12 years ago
  32. 1eb4c97 dcbnl: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  33. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  34. 3a9a231 net: Fix files explicitly needing to include module.h by Paul Gortmaker · 13 years ago
  35. 6bd0e1c dcb: add DCBX mode to event notifier attributes by John Fastabend · 13 years ago
  36. e290ed8 dcb: Use ifindex instead of ifname by Mark Rustad · 13 years ago
  37. 40f5d72 dcbnl: unlock on an error path in dcbnl_cee_fill() by Dan Carpenter · 13 years ago
  38. 5b7f762 dcbnl: Add CEE notification by Shmulik Ravid · 13 years ago
  39. 37cf4d1 dcbnl: Aggregated CEE GET operation by Shmulik Ravid · 13 years ago
  40. 4d054f2 dcb: use nlmsg_free() instead of kfree() by Dan Carpenter · 13 years ago
  41. 4003b65 dcb: Add missing error check in dcb_ieee_set() by John Fastabend · 13 years ago
  42. ab6baf9 dcb: fix return type on dcb_setapp() by John Fastabend · 13 years ago
  43. a364c8c dcb: Add dcb_ieee_getapp_mask() for drivers to query APP settings by John Fastabend · 13 years ago
  44. f9ae7e4 dcb: Add ieee_dcb_delapp() and dcb op to delete app entry by John Fastabend · 13 years ago
  45. b6db217 dcb: Add ieee_dcb_setapp() to be used for IEEE 802.1Qaz APP data by John Fastabend · 13 years ago
  46. 314b477 net: dcbnl, add multicast group for DCB by John Fastabend · 13 years ago
  47. c7797ba dcb: Add DCBX capabilities bitmask to the get_ieee response by John Fastabend · 13 years ago
  48. c7ac867 rtnetlink: Compute and store minimum ifinfo dump size by Greg Rose · 13 years ago
  49. 698e1d2 net: dcbnl: Update copyright dates by Mark Rustad · 13 years ago
  50. 0a0e9ae Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  51. dc6ed1d dcbnl: add support for retrieving peer configuration - cee by Shmulik Ravid · 13 years ago
  52. eed8471 dcbnl: add support for retrieving peer configuration - ieee by Shmulik Ravid · 13 years ago
  53. f3d7bc5 net: dcbnl: check correct ops in dcbnl_ieee_set() by John Fastabend · 13 years ago
  54. d3337de Don't potentially dereference NULL in net/dcb/dcbnl.c:dcbnl_getapp() by Jesper Juhl · 13 years ago
  55. 7ec7927 net: dcb: application priority is per net_device by John Fastabend · 13 years ago
  56. 3dce38a dcbnl: make get_app handling symmetric for IEEE and CEE DCBx by John Fastabend · 13 years ago
  57. 2a8fe00 dcb: use after free in dcb_flushapp() by Dan Carpenter · 13 years ago
  58. 70bfa2d dcb: unlock on error in dcbnl_ieee_get() by Dan Carpenter · 13 years ago
  59. 7f891cf dcbnl: more informed return values for new dcbnl routines by Shmulik Ravid · 13 years ago
  60. 7c14c3f dcbnl: cleanup by Shmulik Ravid · 13 years ago
  61. ea45fe4 dcbnl: adding DCBX feature flags get-set by Shmulik Ravid · 13 years ago
  62. 6241b62 dcbnl: adding DCBX engine capability by Shmulik Ravid · 13 years ago
  63. 96b9968 net_dcb: add application notifiers by John Fastabend · 13 years ago
  64. 9ab933a dcbnl: add appliction tlv handlers by John Fastabend · 13 years ago
  65. 3e29027 dcbnl: add support for ieee8021Qaz attributes by John Fastabend · 13 years ago
  66. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  67. b54452b const: struct nla_policy by Alexey Dobriyan · 14 years ago
  68. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 14 years ago
  69. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 14 years ago
  70. 7eaf507 net: fix double skb free in dcbnl by John Fastabend · 15 years ago
  71. 5794968 dcbnl: Add implementations of dcbnl setapp/getapp commands by Yi Zou · 15 years ago
  72. 6fa382a dcbnl: Add netlink attributes for setapp/getapp to dcbnl by Yi Zou · 15 years ago
  73. 858eb71 DCB: fix kfree(skb) by Roel Kluin · 15 years ago
  74. f4314e8 net: add DCNA attribute to the BCN interface for DCB by Don Skidmore · 15 years ago
  75. 1486a61 net: fix DCB setstate to return success/failure by Don Skidmore · 15 years ago
  76. 8b124a8 net: fix dcbnl_setnumtcs operation check by Don Skidmore · 15 years ago
  77. 7a6b6f5 DCB: fix kconfig option by Jeff Kirsher · 15 years ago
  78. 859ee3c DCB: Add support for DCB BCN by Alexander Duyck · 15 years ago
  79. 0eb3aa9 DCB: Add interface to query the state of PFC feature. by Alexander Duyck · 15 years ago
  80. 33dbabc DCB: Add interface to query # of TCs supported by device by Alexander Duyck · 15 years ago
  81. 4613218 DCB: Add interface to query for the DCB capabilities of an device. by Alexander Duyck · 15 years ago
  82. 2f90b86 ixgbe: this patch adds support for DCB to the kernel and ixgbe driver by Alexander Duyck · 15 years ago