1. b09064b bna: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  2. 4dc69c1 bna: ethtool: Avoid reading past end of buffer by Kees Cook · 8 years ago
  3. 9e4eb1ce bna: Avoid reading past end of buffer by Kees Cook · 8 years ago
  4. a5af839 bna: avoid writing uninitialized data into hw registers by Arnd Bergmann · 8 years ago
  5. 13e2d51 bna: integer overflow bug in debugfs by Dan Carpenter · 8 years ago
  6. 6ad2016 drivers: net: generalize napi_complete_done() by Eric Dumazet · 8 years ago
  7. bc1f447 net: make ndo_get_stats64 a void function by stephen hemminger · 8 years ago
  8. 9751362 bna: use designated initializers by Kees Cook · 8 years ago
  9. 377fa64 net: brocade: bna: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  10. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  11. d667f785 bna: Add synchronization for tx ring. by Benjamin Poirier · 8 years ago
  12. 44770e1 ethernet: use core min/max MTU checking by Jarod Wilson · 8 years ago
  13. d6989d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  14. 37dd348 bna: fix crash in bnad_get_strings() by Ivan Vecera · 8 years ago
  15. 2835d2d bna: add missing per queue ethtool stat by Ivan Vecera · 8 years ago
  16. 09e3636 bna: remove global bnad_list_mutex by Ivan Vecera · 8 years ago
  17. 285eb9c bna: change type of bna_id to atomic_t by Ivan Vecera · 8 years ago
  18. a1f4064 bna: remove useless linked list by Ivan Vecera · 8 years ago
  19. 4c2e9e2 net: bna: use correct type specifier (2) by xypron.glpk@gmx.de · 8 years ago
  20. 112b6b7 net: bna: use correct type specifications by xypron.glpk@gmx.de · 8 years ago
  21. a7f4b98 bna: fix list corruption by Ivan Vecera · 9 years ago
  22. 6c3f5ae bna: fix Rx data corruption with VLAN stripping enabled and MTU > 4096 by Ivan Vecera · 9 years ago
  23. 4c52b1d bna: fix error handling by Andrzej Hajda · 9 years ago
  24. ba5ca78 bna: check for dma mapping errors by Ivan Vecera · 9 years ago
  25. ade4dc3 bna: fix interrupts storm caused by erroneous packets by Ivan Vecera · 9 years ago
  26. 138b15e drivers/net: remove all references to obsolete Ethernet-HOWTO by Paul Gortmaker · 9 years ago
  27. ebb56d3 bna: remove superfluous parentheses by Ivan Vecera · 9 years ago
  28. 558caad bna: make pointers to read-only inputs const by Ivan Vecera · 9 years ago
  29. 8e8942b bna: remove unnecessary cast of BIT value by Ivan Vecera · 9 years ago
  30. ecc4678 bna: use netdev_* and dev_* instead of printk and pr_* by Ivan Vecera · 10 years ago
  31. ad24d6f bna: fix timeout API argument type by Ivan Vecera · 10 years ago
  32. 16712c5 bna: use list_for_each_entry where appropriate by Ivan Vecera · 10 years ago
  33. 2b26fb9 bna: get rid of private macros for manipulation with lists by Ivan Vecera · 10 years ago
  34. b45da3f bna: remove useless pointer assignment by Ivan Vecera · 10 years ago
  35. d0e6a80 bna: use memdup_user to copy userspace buffers by Ivan Vecera · 10 years ago
  36. 93719d26 bna: correct comparisons/assignments to bool by Ivan Vecera · 10 years ago
  37. 2a2d75c bna: remove TX_E_PRIO_CHANGE event and BNA_TX_F_PRIO_CHANGED flag by Ivan Vecera · 10 years ago
  38. d7548e6 bna: remove paused from bna_rx_config and flags from bna_rxf by Ivan Vecera · 10 years ago
  39. 82362d7 bna: remove RXF_E_PAUSE and RXF_E_RESUME events by Ivan Vecera · 10 years ago
  40. 6f544de bna: remove prio_change_cbfn oper_state_cbfn from struct bna_tx by Ivan Vecera · 10 years ago
  41. f39857e bna: remove oper_state_cbfn from struct bna_rxf by Ivan Vecera · 10 years ago
  42. ef5b67c bna: remove pause_cbfn from struct bna_enet by Ivan Vecera · 10 years ago
  43. 1f9883e bna: remove unused cbfn parameter by Ivan Vecera · 10 years ago
  44. 1a50691 bna: use BIT(x) instead of (1 << x) by Ivan Vecera · 10 years ago
  45. a1ac490 bna: get rid of duplicate and unused macros by Ivan Vecera · 10 years ago
  46. e423c85 bna: replace pragma(pack) with attribute __packed by Ivan Vecera · 10 years ago
  47. d6b3059 bna: get rid of mac_t by Ivan Vecera · 10 years ago
  48. e2f9ecf bna: use ether_addr_copy instead of memcpy by Ivan Vecera · 10 years ago
  49. 9d92daf bna: remove obsolete use of EXTRA_CFLAGS by Jiri Slaby · 10 years ago
  50. 4818e856 bna: fix soft lock-up during firmware initialization failure by Ivan Vecera · 10 years ago
  51. 4918eb1 bna: remove unreasonable iocpf timer start by Ivan Vecera · 10 years ago
  52. e236b95 bna: fix firmware loading on big-endian machines by Ivan Vecera · 10 years ago
  53. dbedd44 ethernet: codespell comment spelling fixes by Joe Perches · 10 years ago
  54. 3f307c3 bna: Update the Driver and Firmware Version by Rasesh Mody · 10 years ago
  55. 2732ba5 bna: QLogic BR-series Adapters Driver Rebranding by Rasesh Mody · 10 years ago
  56. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
  57. 6e4ab36 net: incorrect use of init_completion fixup by Nicholas Mc Guire · 10 years ago
  58. 0fa6aa4 bna: use netdev_rss_key_fill() helper by Eric Dumazet · 10 years ago
  59. f2d9da1 bna: fix skb->truesize underestimation by Eric Dumazet · 10 years ago
  60. 64b1f00 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  61. 6654cf6 bna: allow transmit tagged frames by Ivan Vecera · 10 years ago
  62. 17b6f24 bna: use container_of to resolve bufdesc_ex from bufdesc by Fabian Frederick · 10 years ago
  63. 1c53730 bna: Support TSO and partial checksum with non-accelerated vlans. by Vlad Yasevich · 10 years ago
  64. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  65. d247b6a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  66. c36c9d5 bna: fix performance regression by Ivan Vecera · 10 years ago
  67. dabf24d bna: fill the magic in bnad_get_eeprom() instead of validating by Ivan Vecera · 10 years ago
  68. 6644db0 bna: remove unnecessary break after return by Fabian Frederick · 10 years ago
  69. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  70. 537fae0 net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriate by Jiri Pirko · 11 years ago
  71. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 11 years ago
  72. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 11 years ago
  73. b13a8a9 bna: remove open-coded skb_cow_head. by françois romieu · 11 years ago
  74. 27400df bnad: Call dev_kfree_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  75. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  76. b779d0a brocade: Convert uses of __constant_<foo> to <foo> by Joe Perches · 11 years ago
  77. bc48bc8 bna: Replace large udelay() with mdelay() by Ben Hutchings · 11 years ago
  78. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  79. 877767d bna: fix vlan tag stripping and implement its toggling by Ivan Vecera · 11 years ago
  80. 43c2020 bna: Use pci_enable_msix_range() instead of pci_enable_msix() by Alexander Gordeev · 11 years ago
  81. 2fd888a bnad: code cleanup by stephen hemminger · 11 years ago
  82. ecca6a9 bna: Fix build due to missing use of dma_unmap_len_set() by David S. Miller · 11 years ago
  83. ae01320 bna: Update the Driver Version to 3.2.23.0 by Rasesh Mody · 11 years ago
  84. c107ba1 bna: Firmware Patch Simplification by Rasesh Mody · 11 years ago
  85. 24f5d33 bna: Embed SKB Length in TX Vector by Rasesh Mody · 11 years ago
  86. f29eeb7 bna: Handle the TX Setup Failures by Rasesh Mody · 11 years ago
  87. 96e31ad bna: Add NULL Check Before Dereferencing TCB by Rasesh Mody · 11 years ago
  88. 17a30a1 bna: CQ Read Fix by Rasesh Mody · 11 years ago
  89. 66f9513 bna: RX Processing and Config Changes by Rasesh Mody · 11 years ago
  90. e29aa33 bna: Enable Multi Buffer RX by Rasesh Mody · 11 years ago
  91. fe1624c bna: RX Filter Enhancements by Rasesh Mody · 11 years ago
  92. 20b298f bna: Fix Filter Add Del by Rasesh Mody · 11 years ago
  93. 41ed903 bna: Set Get IOC fw State by Rasesh Mody · 11 years ago
  94. fee1253 bna: Add software timestamping support by Rasesh Mody · 11 years ago
  95. 482da0f bnad: make local variable static by stephen hemminger · 11 years ago
  96. add0cdb net: bna: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  97. 8ceafbf Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  98. d8283e5 net: bna: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  99. 49ca19b brocade: Remove extern from function prototypes by Joe Perches · 11 years ago
  100. 3e5480791 DMA-API: net: brocade/bna/bnad.c: fix 32-bit DMA mask handling by Russell King · 12 years ago