1. bc1f447 net: make ndo_get_stats64 a void function by stephen hemminger · 8 years ago
  2. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  3. d667f785 bna: Add synchronization for tx ring. by Benjamin Poirier · 8 years ago
  4. 44770e1 ethernet: use core min/max MTU checking by Jarod Wilson · 8 years ago
  5. 09e3636 bna: remove global bnad_list_mutex by Ivan Vecera · 8 years ago
  6. 285eb9c bna: change type of bna_id to atomic_t by Ivan Vecera · 8 years ago
  7. a1f4064 bna: remove useless linked list by Ivan Vecera · 8 years ago
  8. 6c3f5ae bna: fix Rx data corruption with VLAN stripping enabled and MTU > 4096 by Ivan Vecera · 9 years ago
  9. ba5ca78 bna: check for dma mapping errors by Ivan Vecera · 9 years ago
  10. ade4dc3 bna: fix interrupts storm caused by erroneous packets by Ivan Vecera · 9 years ago
  11. ebb56d3 bna: remove superfluous parentheses by Ivan Vecera · 10 years ago
  12. 558caad bna: make pointers to read-only inputs const by Ivan Vecera · 10 years ago
  13. ecc4678 bna: use netdev_* and dev_* instead of printk and pr_* by Ivan Vecera · 10 years ago
  14. ad24d6f bna: fix timeout API argument type by Ivan Vecera · 10 years ago
  15. b45da3f bna: remove useless pointer assignment by Ivan Vecera · 10 years ago
  16. 1f9883e bna: remove unused cbfn parameter by Ivan Vecera · 10 years ago
  17. d6b3059 bna: get rid of mac_t by Ivan Vecera · 10 years ago
  18. e2f9ecf bna: use ether_addr_copy instead of memcpy by Ivan Vecera · 10 years ago
  19. 4918eb1 bna: remove unreasonable iocpf timer start by Ivan Vecera · 10 years ago
  20. 2732ba5 bna: QLogic BR-series Adapters Driver Rebranding by Rasesh Mody · 10 years ago
  21. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
  22. 0fa6aa4 bna: use netdev_rss_key_fill() helper by Eric Dumazet · 10 years ago
  23. f2d9da1 bna: fix skb->truesize underestimation by Eric Dumazet · 10 years ago
  24. 6654cf6 bna: allow transmit tagged frames by Ivan Vecera · 10 years ago
  25. 1c53730 bna: Support TSO and partial checksum with non-accelerated vlans. by Vlad Yasevich · 10 years ago
  26. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  27. c36c9d5 bna: fix performance regression by Ivan Vecera · 10 years ago
  28. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 11 years ago
  29. b13a8a9 bna: remove open-coded skb_cow_head. by françois romieu · 11 years ago
  30. 27400df bnad: Call dev_kfree_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  31. b779d0a brocade: Convert uses of __constant_<foo> to <foo> by Joe Perches · 11 years ago
  32. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  33. 877767d bna: fix vlan tag stripping and implement its toggling by Ivan Vecera · 11 years ago
  34. 43c2020 bna: Use pci_enable_msix_range() instead of pci_enable_msix() by Alexander Gordeev · 11 years ago
  35. 2fd888a bnad: code cleanup by stephen hemminger · 11 years ago
  36. ecca6a9 bna: Fix build due to missing use of dma_unmap_len_set() by David S. Miller · 11 years ago
  37. 24f5d33 bna: Embed SKB Length in TX Vector by Rasesh Mody · 11 years ago
  38. f29eeb7 bna: Handle the TX Setup Failures by Rasesh Mody · 11 years ago
  39. 96e31ad bna: Add NULL Check Before Dereferencing TCB by Rasesh Mody · 11 years ago
  40. 17a30a1 bna: CQ Read Fix by Rasesh Mody · 11 years ago
  41. 66f9513 bna: RX Processing and Config Changes by Rasesh Mody · 11 years ago
  42. e29aa33 bna: Enable Multi Buffer RX by Rasesh Mody · 11 years ago
  43. fe1624c bna: RX Filter Enhancements by Rasesh Mody · 11 years ago
  44. fee1253 bna: Add software timestamping support by Rasesh Mody · 11 years ago
  45. 482da0f bnad: make local variable static by stephen hemminger · 11 years ago
  46. add0cdb net: bna: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  47. 8ceafbf Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  48. d8283e5 net: bna: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  49. 3e54807 DMA-API: net: brocade/bna/bnad.c: fix 32-bit DMA mask handling by Russell King · 12 years ago
  50. 4b23058 bna: Clear Driver Config Flags When HW Resets by Rasesh Mody · 12 years ago
  51. ba21fc6 bna: add missing iounmap() on error in bnad_init() by Wei Yongjun · 12 years ago
  52. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 12 years ago
  53. 80d5c36 net: vlan: prepare for 802.1ad VLAN filtering offload by Patrick McHardy · 12 years ago
  54. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 12 years ago
  55. 1f9061d2 drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0) by Joe Perches · 12 years ago
  56. 30f9fc94 bna: Rx Page Based Allocation by Rasesh Mody · 12 years ago
  57. 5216562 bna: Tx and Rx Optimizations by Rasesh Mody · 12 years ago
  58. 5e46631f bna: Code Cleanup and Enhancements by Rasesh Mody · 12 years ago
  59. c4eef18 bna: remove __dev* attributes by Bill Pemberton · 12 years ago
  60. e905ed5 bna: Fix warning false positive. by David S. Miller · 12 years ago
  61. 1aa8b47 drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markers by Ben Hutchings · 13 years ago
  62. e8650a0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  63. 294ca86 bna: remove redundant NULL test before release_firmware() by Jesper Juhl · 13 years ago
  64. b3cc6e8 bna: Function name changes and cleanups by Jing Huang · 13 years ago
  65. d95d108 bna: Remove tx tasklet by Jing Huang · 13 years ago
  66. 01b54b1 bna: tx rx cleanup fix by Jing Huang · 13 years ago
  67. 41de8d4 drivers/net: Remove alloc_etherdev error messages by Joe Perches · 13 years ago
  68. e1e0918 bna: fix sparse warnings/errors by stephen hemminger · 13 years ago
  69. 7afc5db bna: Add debugfs interface. by Krishna Gudipati · 13 years ago
  70. 72a9730 bna: Added flash sub-module and ethtool eeprom entry points. by Krishna Gudipati · 13 years ago
  71. 3db1cd5 net: fix assignment of 0/1 to bool variables. by Rusty Russell · 13 years ago
  72. 8e58613 net: make vlan ndo_vlan_rx_[add/kill]_vid return error value by Jiri Pirko · 13 years ago
  73. 9d9779e drivers/net: Add module.h to drivers who were implicitly using it by Paul Gortmaker · 14 years ago
  74. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  75. 5bcf6ac bna: Add Callback to Fix RXQ Stop by Rasesh Mody · 13 years ago
  76. 586b2816 bna: Brocade 1860 HW Enablement by Rasesh Mody · 13 years ago
  77. 1bf9fd70 bna: Implement FW Download for New HW by Rasesh Mody · 13 years ago
  78. 3fc7237 bna: PCI Probe Conf Lock Fix by Rasesh Mody · 13 years ago
  79. b9fa1fb bna: Eliminate Small Race Condition Window in RX Path by Rasesh Mody · 13 years ago
  80. d91d25d bna: make function tables cont by stephen hemminger · 13 years ago
  81. 986eaa9 Merge branch 'master' of ../netdev-next/ by David S. Miller · 13 years ago
  82. 938fa48 bna: SKB PCI UNMAP Fix by Rasesh Mody · 13 years ago
  83. dfee325 bna: MBOX IRQ Flag Check after Locking by Rasesh Mody · 13 years ago
  84. a2122d9 bna: Ethtool Enhancements and Fix by Rasesh Mody · 13 years ago
  85. 3caa1e95 bna: Initialization and Locking Fix by Rasesh Mody · 13 years ago
  86. 19dbff9 bna: Formatting and Code Cleanup by Rasesh Mody · 13 years ago
  87. 271e8b7 bna: TX Path and RX Path Changes by Rasesh Mody · 13 years ago
  88. 2be6714 bna: Interrupt Polling and NAPI Init Changes by Rasesh Mody · 13 years ago
  89. 0caa9aa bna: PCI Probe Fix by Rasesh Mody · 13 years ago
  90. 772b523 bna: Naming Change and Minor Macro Fix by Rasesh Mody · 13 years ago
  91. 4d5b1a6 bna: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  92. 44861f4 bna: unlock on error path in pnad_pci_probe() by Dan Carpenter · 13 years ago
  93. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  94. 078086f bna: ENET and Tx Rx Redesign Enablement by Rasesh Mody · 13 years ago
  95. f844a0e bna: Move the Brocade driver by Jeff Kirsher · 14 years ago[Renamed from drivers/net/bna/bnad.c]
  96. 4fa5ee3 bnad: remove duplicated #include by Huang Weiyi · 14 years ago
  97. 8811e26 bna: Minor IRQ Index and Definition Change by Rasesh Mody · 14 years ago
  98. 0120b99 bna: CheckPatch Cleanup by Rasesh Mody · 14 years ago
  99. 5aad001 bna: Print Driver Version by Rasesh Mody · 14 years ago
  100. f859d7c bnad: do vlan cleanup by Jiri Pirko · 14 years ago