1. 3fc7237 bna: PCI Probe Conf Lock Fix by Rasesh Mody · 13 years ago
  2. b7a17c0 Merge branch 'master' of github.com:davem330/net-next by David S. Miller · 13 years ago
  3. ce43aa6 macmace, macsonic: cleanup by Finn Thain · 13 years ago
  4. f26cd41 net/smsc911x: Correctly configure 16-bit register access from DT by Dave Martin · 13 years ago
  5. 3803451 can/sja1000: driver for PEAK PCAN PCI/PCIe cards by Wolfgang Grandegger · 13 years ago
  6. 9c9b1f2 net/phy: add IC+ IP101A and support APS. by Giuseppe CAVALLARO · 13 years ago
  7. e3feb26 netxen: Add pcie workaround by Rajesh Borundia · 13 years ago
  8. a7ffa28 netxen: Fix vhdr_len in case of non vlan packets. by Rajesh Borundia · 13 years ago
  9. 653fc91 macvtap: fix the uninitialized var using in macvtap_alloc_skb() by Jason Wang · 13 years ago
  10. 59da45c Merge git://github.com/Jkirsher/net-next by David S. Miller · 13 years ago
  11. 1cc3bd8 igb: Remove multi_tx_table and simplify igb_xmit_frame by Alexander Duyck · 13 years ago
  12. 60136906 igb: Replace E1000_XX_DESC_ADV with IGB_XX_DESC by Alexander Duyck · 13 years ago
  13. cd392f5 igb: drop the "adv" off function names relating to descriptors by Alexander Duyck · 13 years ago
  14. 16eb881 igb: Refactor clean_rx_irq to reduce overhead and improve performance by Alexander Duyck · 13 years ago
  15. 238ac81 igb: update ring and adapter structure to improve performance by Alexander Duyck · 13 years ago
  16. c023cd8 igb: streamline Rx buffer allocation and cleanup by Alexander Duyck · 13 years ago
  17. 44390ca igb: drop support for single buffer mode by Alexander Duyck · 13 years ago
  18. 153285f igb: Update max_frame_size to account for an optional VLAN tag if present by Alexander Duyck · 13 years ago
  19. a74420e igb: Update RXDCTL/TXDCTL configurations by Alexander Duyck · 13 years ago
  20. b53d63e Merge branch 'master' of ssh://infradead/~/public_git/wireless-next into for-davem by John W. Linville · 13 years ago
  21. b9fa1fb bna: Eliminate Small Race Condition Window in RX Path by Rasesh Mody · 13 years ago
  22. 3fb9852 bna: Set Ring Param Fix by Rasesh Mody · 13 years ago
  23. 1d51a13 bna: Semaphore Lock Fix by Rasesh Mody · 13 years ago
  24. ae0e148 ixgbe: remove duplicate netif_tx_start_all_queues by Emil Tantilov · 13 years ago
  25. 80bb25e ixgbe: fix FCRTL/H register dump for X540 by Emil Tantilov · 13 years ago
  26. 1a70db4b ixgbe: cleanup some register reads by Emil Tantilov · 13 years ago
  27. 919e78a ixgbe: Make better use of memory allocations in one-buffer mode w/ RSC by Alexander Duyck · 13 years ago
  28. 398fe4a ixgbe: drop adapter from ixgbe_fso call documentation by Alexander Duyck · 13 years ago
  29. 8917b44 ixgbe: Add SFP support for missed 82598 PHY by Alexander Duyck · 13 years ago
  30. 5fdd31f ixgbe: Add missing code for enabling overheat sensor interrupt by Alexander Duyck · 13 years ago
  31. c7ccde0 ixgbe: make ixgbe_up and ixgbe_up_complete void functions by Alexander Duyck · 13 years ago
  32. f7e1027 v2 ixgbe: Update packet buffer reservation to correct fdir headroom size by Alexander Duyck · 13 years ago
  33. 4c1d7b4 ixgbe: remove redundant configuration of tx_sample_rate by Alexander Duyck · 13 years ago
  34. d7ccb8c ixgb: convert to ndo_fix_features by Michał Mirosław · 14 years ago
  35. 473e64e ethtool: Update ethtool_rxnfc::rule_cnt on return from ETHTOOL_GRXCLSRLALL by Ben Hutchings · 13 years ago
  36. 815c7db ethtool: Clean up definitions of rule location arrays in RX NFC by Ben Hutchings · 13 years ago
  37. 956a206 vxge: make function table const by stephen hemminger · 13 years ago
  38. d91d25d bna: make function tables cont by stephen hemminger · 13 years ago
  39. 1d70cb0 pcnet32: constify function table by stephen hemminger · 13 years ago
  40. d97a077 wan: make LAPB callbacks const by stephen hemminger · 13 years ago
  41. 1322597 sfc: Use correct fields of struct ethtool_coalesce by Ben Hutchings · 13 years ago
  42. 9e393b3 sfc: Validate IRQ moderation parameters in efx_init_irq_moderation() by Ben Hutchings · 13 years ago
  43. a0c4faf sfc: Correct reporting and validation of TX interrupt coalescing by Ben Hutchings · 13 years ago
  44. b548f97 sfc: Use consistent types for interrupt coalescing parameters by Ben Hutchings · 13 years ago
  45. 9f85ee9 sfc: Correct error code for unsupported interrupt coalescing parameters by Ben Hutchings · 13 years ago
  46. 4245d31 ath9k: do not insert padding into tx buffers on AR9380+ by Felix Fietkau · 13 years ago
  47. 3afd21e ath9k: optimize ath_tx_rc_status usage by Felix Fietkau · 13 years ago
  48. bdf2dbf ath9k: remove a redundant check in ath_tx_form_aggr by Felix Fietkau · 13 years ago
  49. c6c539f ath9k: optimize ath9k_ps_restore by Felix Fietkau · 13 years ago
  50. 66ac69c ath9k_hw: remove the old tx descriptor API by Felix Fietkau · 13 years ago
  51. 493cf04 ath9k: use the new API for setting tx descriptors by Felix Fietkau · 13 years ago
  52. 2b63a41 ath9k_hw: add a new API for setting tx descriptors by Felix Fietkau · 13 years ago
  53. 60f8cc6 ath9k_hw: do not recalculate the descriptor checksum in ar9003_hw_fill_txdesc by Felix Fietkau · 13 years ago
  54. 7a2721a ath9k: call ath9k_hw_set_desc_link for beacon descriptors by Felix Fietkau · 13 years ago
  55. 38dad7b ath9k: move ath_buf_set_rate to remove a forward declaration by Felix Fietkau · 13 years ago
  56. 399c648 ath9k: reduce the number of functions that access the tx descriptor by Felix Fietkau · 13 years ago
  57. 55797b1 ath9k: remove ATH_TX_XRETRY and BUF_XRETRY flags by Felix Fietkau · 13 years ago
  58. 3483288 ath9k: ensure that rx is not enabled during a reset by Felix Fietkau · 13 years ago
  59. c31c826 ath9k: make beacon timer initialization more reliable by Felix Fietkau · 13 years ago
  60. e392700 ath9k: fix enabling interrupts after a hardware error interrupt by Felix Fietkau · 13 years ago
  61. c5d2593 ath9k: Fix PS wrappers and enabling LED by Mohammed Shafi Shajakhan · 13 years ago
  62. 79ac9b3 ath9k: enable LED pin for AR946/8x chipsets by Mohammed Shafi Shajakhan · 13 years ago
  63. 7db062a ath9k_hw: Do full chip reset on 11A channels for AR9003 by Rajkumar Manoharan · 13 years ago
  64. b54af8a ath9k_hw: move register definitions to header files by Senthil Balasubramanian · 13 years ago
  65. 2577c6e ath9k_hw: Add support for AR946/8x chipsets. by Senthil Balasubramanian · 13 years ago
  66. 4d0707e ath9k_hw: Split tx/rx gain table initval handling by Senthil Balasubramanian · 13 years ago
  67. ce407af ath9k_hw: Add initvals and register definitions for AR946/8x chipsets. by Senthil Balasubramanian · 13 years ago
  68. bd1a272 Merge branch 'for-linville' of git://github.com/lucacoelho/wl12xx by John W. Linville · 13 years ago
  69. e3b37a1 Merge git://github.com/Jkirsher/net-next by David S. Miller · 13 years ago
  70. 9c223f9 Merge branch 'for-davem' of git://git.infradead.org/users/linville/wireless-next by David S. Miller · 13 years ago
  71. 986eaa9 Merge branch 'master' of ../netdev-next/ by David S. Miller · 13 years ago
  72. 2c4af69 ixgbe: Correctly name and handle MSI-X other interrupt by Alexander Duyck · 14 years ago
  73. 8e34d1a ixgbe: cleanup configuration of EITRSEL and VF reset path by Alexander Duyck · 14 years ago
  74. 8132b54 ixgbe: cleanup reset paths by Alexander Duyck · 14 years ago
  75. b88c6de ixgbe: Update TXDCTL configuration to correctly handle WTHRESH by Alexander Duyck · 14 years ago
  76. 54239c6 ixgbe: combine PCI_VDEVICE and board declaration to same line by Alexander Duyck · 14 years ago
  77. 35c7f8a ixgbe: Drop unnecessary adapter->hw dereference in loopback test setup by Alexander Duyck · 14 years ago
  78. 4cc6df2 ixgbe: commonize ixgbe_map_rings_to_vectors to work for all interrupt types by Alexander Duyck · 14 years ago
  79. 263a84e ixgbe: Use ring->dev instead of adapter->pdev->dev when updating DCA by Alexander Duyck · 14 years ago
  80. 207867f ixgbe: cleanup allocation and freeing of IRQ affinity hint by Alexander Duyck · 14 years ago
  81. 4ff7fb1 v2 ixgbe: consolidate all MSI-X ring interrupts and poll routines into one by Alexander Duyck · 13 years ago
  82. 5922455 ixgbe: Change default Tx work limit size to 256 buffers by Alexander Duyck · 13 years ago
  83. 4bc71cb net: consolidate and fix ethtool_ops->get_settings calling by Jiri Pirko · 13 years ago
  84. c5dac7c net/irda: sh_irda: add PM support by Kuninori Morimoto · 13 years ago
  85. 7af11b8 net/irda: sh_irda: update author's email address by Kuninori Morimoto · 13 years ago
  86. b27fcdd net/irda: sh_irda: add sh_irda_ prefix to all functions by Kuninori Morimoto · 13 years ago
  87. 93a700a tg3: Code movement by Matt Carlson · 13 years ago
  88. 997b4f1 tg3: Eliminate tg3_halt_cpu() prototype by Matt Carlson · 13 years ago
  89. fd6d3f0 tg3: Eliminate tg3_write_sig_post_reset() prototype by Matt Carlson · 13 years ago
  90. 8d5a89b tg3: Eliminate tg3_stop_fw() prototype by Matt Carlson · 13 years ago
  91. 5b39de9 tg3: Add ability to turn off 1shot MSI by Matt Carlson · 13 years ago
  92. 81389f5 tg3: Remove tp->rx_offset term when unneeded by Matt Carlson · 13 years ago
  93. 7f23073 tg3: Fix missed MSI workaround by Matt Carlson · 13 years ago
  94. b99d2a5 tg3: Check all adv bits when checking config by Matt Carlson · 13 years ago
  95. aaba215 MII: fix Kconfig dependencies for MII by Jeff Kirsher · 13 years ago
  96. 6096ce0 stmmac: update the driver version (Aug_2011) (v3) by Giuseppe CAVALLARO · 13 years ago
  97. e743482 stmmac: add HW DMA feature register (v3) by Giuseppe CAVALLARO · 13 years ago
  98. f0b9d78 stmmac: rework the code to get the Synopsys ID (v3) by Giuseppe CAVALLARO · 13 years ago
  99. 7ac2905 stmmac: export DMA TX/RX rings via debugfs (v3) by Giuseppe CAVALLARO · 13 years ago
  100. 1c901a4 stmmac: add MMC support exported via ethtool (v3) by Giuseppe CAVALLARO · 13 years ago