1. 0fa6aa4 bna: use netdev_rss_key_fill() helper by Eric Dumazet · 10 years ago
  2. f2d9da1 bna: fix skb->truesize underestimation by Eric Dumazet · 10 years ago
  3. 64b1f00 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  4. 6654cf6 bna: allow transmit tagged frames by Ivan Vecera · 10 years ago
  5. 17b6f24 bna: use container_of to resolve bufdesc_ex from bufdesc by Fabian Frederick · 10 years ago
  6. 1c53730 bna: Support TSO and partial checksum with non-accelerated vlans. by Vlad Yasevich · 10 years ago
  7. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  8. d247b6a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  9. c36c9d5 bna: fix performance regression by Ivan Vecera · 10 years ago
  10. dabf24d bna: fill the magic in bnad_get_eeprom() instead of validating by Ivan Vecera · 10 years ago
  11. 6644db0 bna: remove unnecessary break after return by Fabian Frederick · 10 years ago
  12. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  13. 537fae0 net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriate by Jiri Pirko · 10 years ago
  14. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 10 years ago
  15. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  16. b13a8a9 bna: remove open-coded skb_cow_head. by françois romieu · 10 years ago
  17. 27400df bnad: Call dev_kfree_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 10 years ago
  18. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  19. b779d0a brocade: Convert uses of __constant_<foo> to <foo> by Joe Perches · 10 years ago
  20. bc48bc8 bna: Replace large udelay() with mdelay() by Ben Hutchings · 10 years ago
  21. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  22. 877767d bna: fix vlan tag stripping and implement its toggling by Ivan Vecera · 10 years ago
  23. 43c2020 bna: Use pci_enable_msix_range() instead of pci_enable_msix() by Alexander Gordeev · 11 years ago
  24. 2fd888a bnad: code cleanup by stephen hemminger · 11 years ago
  25. ecca6a9 bna: Fix build due to missing use of dma_unmap_len_set() by David S. Miller · 11 years ago
  26. ae01320 bna: Update the Driver Version to 3.2.23.0 by Rasesh Mody · 11 years ago
  27. c107ba1 bna: Firmware Patch Simplification by Rasesh Mody · 11 years ago
  28. 24f5d33 bna: Embed SKB Length in TX Vector by Rasesh Mody · 11 years ago
  29. f29eeb7 bna: Handle the TX Setup Failures by Rasesh Mody · 11 years ago
  30. 96e31ad bna: Add NULL Check Before Dereferencing TCB by Rasesh Mody · 11 years ago
  31. 17a30a1 bna: CQ Read Fix by Rasesh Mody · 11 years ago
  32. 66f9513 bna: RX Processing and Config Changes by Rasesh Mody · 11 years ago
  33. e29aa33 bna: Enable Multi Buffer RX by Rasesh Mody · 11 years ago
  34. fe1624c bna: RX Filter Enhancements by Rasesh Mody · 11 years ago
  35. 20b298f bna: Fix Filter Add Del by Rasesh Mody · 11 years ago
  36. 41ed903 bna: Set Get IOC fw State by Rasesh Mody · 11 years ago
  37. fee1253 bna: Add software timestamping support by Rasesh Mody · 11 years ago
  38. 482da0f bnad: make local variable static by stephen hemminger · 11 years ago
  39. add0cdb net: bna: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  40. 8ceafbf Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  41. d8283e5 net: bna: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  42. 49ca19b brocade: Remove extern from function prototypes by Joe Perches · 11 years ago
  43. 3e54807 DMA-API: net: brocade/bna/bnad.c: fix 32-bit DMA mask handling by Russell King · 11 years ago
  44. e9d1984 bna: firmware update to 3.2.1.1 by Rasesh Mody · 11 years ago
  45. 7f4341f bna: Staticize local functions by Jingoo Han · 11 years ago
  46. 496322b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  47. c0caa07 bna: switch to fixed_size_llseek() by Al Viro · 11 years ago
  48. d98cae64e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  49. 8177a9d lseek(fd, n, SEEK_END) does *not* go to eof - n by Al Viro · 11 years ago
  50. 45e9834 bna: Driver and Firmware Updated by Rasesh Mody · 11 years ago
  51. 43c07ad bna: Enahncement to Identify Default IOC Function by Rasesh Mody · 11 years ago
  52. f489a4b bna: Fix Ucast Failure Handling by Rasesh Mody · 11 years ago
  53. 4b23058 bna: Clear Driver Config Flags When HW Resets by Rasesh Mody · 11 years ago
  54. ba21fc6 bna: add missing iounmap() on error in bnad_init() by Wei Yongjun · 11 years ago
  55. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 11 years ago
  56. 80d5c36 net: vlan: prepare for 802.1ad VLAN filtering offload by Patrick McHardy · 11 years ago
  57. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 11 years ago
  58. 1f9061d2 drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0) by Joe Perches · 11 years ago
  59. 7068a67 bna: fix declaration mismatch by stephen hemminger · 11 years ago
  60. d4bca3d bna: Driver Version Updated to 3.1.2.1 by Rasesh Mody · 12 years ago
  61. 478ab8c bna: Firmware update by Rasesh Mody · 12 years ago
  62. 215a64a bna: Add RX State by Rasesh Mody · 12 years ago
  63. 30f9fc94 bna: Rx Page Based Allocation by Rasesh Mody · 12 years ago
  64. d3f92ae bna: TX Intr Coalescing Fix by Rasesh Mody · 12 years ago
  65. 5216562 bna: Tx and Rx Optimizations by Rasesh Mody · 12 years ago
  66. 5e46631f bna: Code Cleanup and Enhancements by Rasesh Mody · 12 years ago
  67. c4eef18 bna: remove __dev* attributes by Bill Pemberton · 12 years ago
  68. 60e476d bna: remove useless calls to memset(). by Cyril Roelandt · 12 years ago
  69. e905ed5 bna: Fix warning false positive. by David S. Miller · 12 years ago
  70. 1aa8b47 drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markers by Ben Hutchings · 12 years ago
  71. 49ce9c2 drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  72. 6469933 ethernet: Remove casts to same type by Joe Perches · 12 years ago
  73. e8650a0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  74. 294ca86 bna: remove redundant NULL test before release_firmware() by Jesper Juhl · 12 years ago
  75. 9450f75 bna: Update driver version to 3.0.23.0 by Jing Huang · 12 years ago
  76. b3cc6e8 bna: Function name changes and cleanups by Jing Huang · 12 years ago
  77. d95d108 bna: Remove tx tasklet by Jing Huang · 12 years ago
  78. 01b54b1 bna: tx rx cleanup fix by Jing Huang · 12 years ago
  79. f96c1d2 bna: ioc cleanups by Jing Huang · 12 years ago
  80. 4d58cd6 bna: Flash controller ioc pll init fixes by Jing Huang · 12 years ago
  81. e491c77 bna: Serialize smem access during adapter initialization by Jing Huang · 12 years ago
  82. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  83. 8818739 debugfs-related mode_t whack-a-mole by Al Viro · 12 years ago
  84. 23677ce drivers/net: Remove boolean comparisons to true/false by Joe Perches · 13 years ago
  85. d5ef8a4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  86. 027a3b6 bna: fix error handling of bnad_get_flash_partition_by_offset() by Dan Carpenter · 13 years ago
  87. 57b9bef bna: Implement ethtool flash_device entry point. by Krishna Gudipati · 13 years ago
  88. 41de8d4 drivers/net: Remove alloc_etherdev error messages by Joe Perches · 13 years ago
  89. e404dec drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages by Joe Perches · 13 years ago
  90. e1e0918 bna: fix sparse warnings/errors by stephen hemminger · 13 years ago
  91. 975419c bna: make ethtool_ops and strings const by stephen hemminger · 13 years ago
  92. 7afc5db bna: Add debugfs interface. by Krishna Gudipati · 13 years ago
  93. 72a9730 bna: Added flash sub-module and ethtool eeprom entry points. by Krishna Gudipati · 13 years ago
  94. 3db1cd5 net: fix assignment of 0/1 to bool variables. by Rusty Russell · 13 years ago
  95. 8e58613 net: make vlan ndo_vlan_rx_[add/kill]_vid return error value by Jiri Pirko · 13 years ago
  96. 288e127 bna: Convert MAC_ADDRLEN uses to ETH_ALEN by Joe Perches · 13 years ago
  97. 68aad78 sweep the floors and convert some .get_drvinfo routines to strlcpy by Rick Jones · 13 years ago
  98. 9d9779e drivers/net: Add module.h to drivers who were implicitly using it by Paul Gortmaker · 13 years ago
  99. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  100. 8b0c116 net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero by Rick Jones · 13 years ago