1. 9aaa82d bna: Simplify DMA setting by Christophe JAILLET · 3 years ago
  2. 7adf905 net: bna: Update supported link modes by Erik Ekman · 3 years, 1 month ago
  3. 7462494 ethtool: extend ringparam setting/getting API with rx_buf_len by Hao Chen · 3 years, 1 month ago
  4. b9c56cc ethernet: Remove redundant 'flush_workqueue()' calls by Christophe JAILLET · 3 years, 3 months ago
  5. f3956eb ethernet: use eth_hw_addr_set() instead of ether_addr_copy() by Jakub Kicinski · 3 years, 3 months ago
  6. f3ccfda1 ethtool: extend coalesce setting uAPI with CQE mode by Yufeng Mo · 3 years, 4 months ago
  7. 5a02bf4f net: brocade: bna: Fix wrong function name in comments by Yang Shen · 3 years, 8 months ago
  8. f941d68 Fix spelling error from "eleminate" to "eliminate" by Sean Gloumeau · 3 years, 8 months ago
  9. b82e811 bna: Update driver to use ethtool_sprintf by Alexander Duyck · 3 years, 10 months ago
  10. 0911d46 net: bna: remove trailing semicolon in macro definition by Tom Rix · 4 years, 1 month ago
  11. e55e66e net: bna: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 3 months ago
  12. d0ea5cb drivers/net/ethernet: clean up mis-targeted comments by Jesse Brandeburg · 4 years, 3 months ago
  13. 7c8c029 drivers/net/ethernet: clean up unused assignments by Jesse Brandeburg · 4 years, 3 months ago
  14. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  15. 6fcf9af bna: bfi.h: Avoid the use of one-element array by Gustavo A. R. Silva · 4 years, 5 months ago
  16. 5686b10 net: bna: Remove unused variable 't' by Zhang Changzhong · 4 years, 5 months ago
  17. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  18. 659d076 net: bna: reject unsupported coalescing params by Jakub Kicinski · 4 years, 10 months ago
  19. af9b33c net/brocade: Delete driver version by Leon Romanovsky · 4 years, 10 months ago
  20. 8f5c69f bna: bnad: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
  21. 51e6856 bna: use new helper tcp_v6_gso_csum_prep by Heiner Kallweit · 4 years, 10 months ago
  22. bd2463a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
  23. 4bdc0d6 remove ioremap_nocache and devm_ioremap_nocache by Christoph Hellwig · 5 years ago
  24. 3c85efb bna: remove set but not used variable 'pgoff' by yu kuai · 5 years ago
  25. d784097 net: Use skb accessors in network drivers by Matthew Wilcox (Oracle) · 5 years ago
  26. 52fa7bf treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 292 by Thomas Gleixner · 6 years ago
  27. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  28. 282faf3 bna: fix indentation issue on call to bfa_ioc_pf_failed by Colin Ian King · 6 years ago
  29. 9536d6e bna: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  30. 83b4768 bna: Remove unnecessary self assignment by Nathan Chancellor · 6 years ago
  31. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  32. d3757ba ethernet: Use octal not symbolic permissions by Joe Perches · 7 years ago
  33. b09064b bna: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  34. 4dc69c1 bna: ethtool: Avoid reading past end of buffer by Kees Cook · 8 years ago
  35. 9e4eb1ce bna: Avoid reading past end of buffer by Kees Cook · 8 years ago
  36. a5af839 bna: avoid writing uninitialized data into hw registers by Arnd Bergmann · 8 years ago
  37. 13e2d51 bna: integer overflow bug in debugfs by Dan Carpenter · 8 years ago
  38. 6ad2016 drivers: net: generalize napi_complete_done() by Eric Dumazet · 8 years ago
  39. bc1f447 net: make ndo_get_stats64 a void function by stephen hemminger · 8 years ago
  40. 9751362 bna: use designated initializers by Kees Cook · 8 years ago
  41. 377fa64 net: brocade: bna: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  42. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  43. d667f785 bna: Add synchronization for tx ring. by Benjamin Poirier · 8 years ago
  44. 44770e1 ethernet: use core min/max MTU checking by Jarod Wilson · 8 years ago
  45. d6989d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  46. 37dd348 bna: fix crash in bnad_get_strings() by Ivan Vecera · 8 years ago
  47. 2835d2d bna: add missing per queue ethtool stat by Ivan Vecera · 8 years ago
  48. 09e3636 bna: remove global bnad_list_mutex by Ivan Vecera · 8 years ago
  49. 285eb9c bna: change type of bna_id to atomic_t by Ivan Vecera · 8 years ago
  50. a1f4064 bna: remove useless linked list by Ivan Vecera · 8 years ago
  51. 4c2e9e2 net: bna: use correct type specifier (2) by xypron.glpk@gmx.de · 8 years ago
  52. 112b6b7 net: bna: use correct type specifications by xypron.glpk@gmx.de · 8 years ago
  53. a7f4b98 bna: fix list corruption by Ivan Vecera · 9 years ago
  54. 6c3f5ae bna: fix Rx data corruption with VLAN stripping enabled and MTU > 4096 by Ivan Vecera · 9 years ago
  55. 4c52b1d bna: fix error handling by Andrzej Hajda · 9 years ago
  56. ba5ca78 bna: check for dma mapping errors by Ivan Vecera · 9 years ago
  57. ade4dc3 bna: fix interrupts storm caused by erroneous packets by Ivan Vecera · 9 years ago
  58. 138b15e drivers/net: remove all references to obsolete Ethernet-HOWTO by Paul Gortmaker · 10 years ago
  59. ebb56d3 bna: remove superfluous parentheses by Ivan Vecera · 10 years ago
  60. 558caad bna: make pointers to read-only inputs const by Ivan Vecera · 10 years ago
  61. 8e8942b bna: remove unnecessary cast of BIT value by Ivan Vecera · 10 years ago
  62. ecc4678 bna: use netdev_* and dev_* instead of printk and pr_* by Ivan Vecera · 10 years ago
  63. ad24d6f bna: fix timeout API argument type by Ivan Vecera · 10 years ago
  64. 16712c5 bna: use list_for_each_entry where appropriate by Ivan Vecera · 10 years ago
  65. 2b26fb9 bna: get rid of private macros for manipulation with lists by Ivan Vecera · 10 years ago
  66. b45da3f bna: remove useless pointer assignment by Ivan Vecera · 10 years ago
  67. d0e6a80 bna: use memdup_user to copy userspace buffers by Ivan Vecera · 10 years ago
  68. 93719d26 bna: correct comparisons/assignments to bool by Ivan Vecera · 10 years ago
  69. 2a2d75c bna: remove TX_E_PRIO_CHANGE event and BNA_TX_F_PRIO_CHANGED flag by Ivan Vecera · 10 years ago
  70. d7548e6 bna: remove paused from bna_rx_config and flags from bna_rxf by Ivan Vecera · 10 years ago
  71. 82362d7 bna: remove RXF_E_PAUSE and RXF_E_RESUME events by Ivan Vecera · 10 years ago
  72. 6f544de bna: remove prio_change_cbfn oper_state_cbfn from struct bna_tx by Ivan Vecera · 10 years ago
  73. f39857e bna: remove oper_state_cbfn from struct bna_rxf by Ivan Vecera · 10 years ago
  74. ef5b67c bna: remove pause_cbfn from struct bna_enet by Ivan Vecera · 10 years ago
  75. 1f9883e bna: remove unused cbfn parameter by Ivan Vecera · 10 years ago
  76. 1a50691 bna: use BIT(x) instead of (1 << x) by Ivan Vecera · 10 years ago
  77. a1ac490 bna: get rid of duplicate and unused macros by Ivan Vecera · 10 years ago
  78. e423c85 bna: replace pragma(pack) with attribute __packed by Ivan Vecera · 10 years ago
  79. d6b3059 bna: get rid of mac_t by Ivan Vecera · 10 years ago
  80. e2f9ecf bna: use ether_addr_copy instead of memcpy by Ivan Vecera · 10 years ago
  81. 9d92daf bna: remove obsolete use of EXTRA_CFLAGS by Jiri Slaby · 10 years ago
  82. 4818e856 bna: fix soft lock-up during firmware initialization failure by Ivan Vecera · 10 years ago
  83. 4918eb1 bna: remove unreasonable iocpf timer start by Ivan Vecera · 10 years ago
  84. e236b95 bna: fix firmware loading on big-endian machines by Ivan Vecera · 10 years ago
  85. dbedd44 ethernet: codespell comment spelling fixes by Joe Perches · 10 years ago
  86. 3f307c3 bna: Update the Driver and Firmware Version by Rasesh Mody · 10 years ago
  87. 2732ba5 bna: QLogic BR-series Adapters Driver Rebranding by Rasesh Mody · 10 years ago
  88. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
  89. 6e4ab36 net: incorrect use of init_completion fixup by Nicholas Mc Guire · 10 years ago
  90. 0fa6aa4 bna: use netdev_rss_key_fill() helper by Eric Dumazet · 10 years ago
  91. f2d9da1 bna: fix skb->truesize underestimation by Eric Dumazet · 10 years ago
  92. 64b1f00 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  93. 6654cf6 bna: allow transmit tagged frames by Ivan Vecera · 10 years ago
  94. 17b6f24 bna: use container_of to resolve bufdesc_ex from bufdesc by Fabian Frederick · 10 years ago
  95. 1c53730 bna: Support TSO and partial checksum with non-accelerated vlans. by Vlad Yasevich · 10 years ago
  96. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  97. d247b6a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  98. c36c9d5 bna: fix performance regression by Ivan Vecera · 10 years ago
  99. dabf24d bna: fill the magic in bnad_get_eeprom() instead of validating by Ivan Vecera · 10 years ago
  100. 6644db0 bna: remove unnecessary break after return by Fabian Frederick · 10 years ago