1. 0aa3fba sfc: Add efx_nic_type operation for NVRAM self-test by Ben Hutchings · 15 years ago
  2. 9bfc4bb sfc: Add efx_nic_type operation for register self-test by Ben Hutchings · 15 years ago
  3. eb9f674 sfc: Implement ethtool reset operation by Ben Hutchings · 15 years ago
  4. 89c758f sfc: Add power-management and wake-on-LAN support by Ben Hutchings · 15 years ago
  5. 78c1f0a sfc: Generalise link state monitoring by Steve Hodgson · 15 years ago
  6. d3245b2 sfc: Refactor link configuration by Ben Hutchings · 15 years ago
  7. ef2b90e sfc: Move Falcon NIC operations to efx_nic_type by Ben Hutchings · 15 years ago
  8. 4b0d29d sfc: Turn pause frame generation on and off at the MAC, not the RX FIFO by Ben Hutchings · 15 years ago
  9. 674979d sfc: Remove duplicate hardware structure definitions by Ben Hutchings · 15 years ago
  10. 39e6021 sfc: Remove redundant writes to INT_ADR_KER by Ben Hutchings · 15 years ago
  11. 9b963e5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  12. 3b8626b ixgbe: Display currently attached PHY through ethtool by PJ Waskiewicz · 15 years ago
  13. 91152c3 ixgbe: Fix Receive Address Register (RAR) cleaning and accounting by Shannon Nelson · 15 years ago
  14. 000c486 ixgbe: LINKS2 is not a valid register for 82598 by Don Skidmore · 15 years ago
  15. 9bbe3a5 ixgbe: Disable Flow Control for certain devices by PJ Waskiewicz · 15 years ago
  16. cfb3f91 ixgbe: handle parameters for tx and rx EITR, no div0 by Shannon Nelson · 15 years ago
  17. 9f950f7 NET: smc91x: convert to dev_pm_ops by Kevin Hilman · 15 years ago
  18. c1ac403 sfc: Clean up RX event handling by Ben Hutchings · 15 years ago
  19. 0228f5cdb0 sfc: Move descriptor cache base addresses to struct efx_nic_type by Ben Hutchings · 15 years ago
  20. daeda63 sfc: Decouple NIC revision number from Falcon PCI revision number by Ben Hutchings · 15 years ago
  21. 299f8d6 sfc: Remove some redundant whitespace by Ben Hutchings · 15 years ago
  22. 45d03e5 sfc: Remove another unused workaround macro by Ben Hutchings · 15 years ago
  23. 0589ece0 sfc: Remove EFX_WORKAROUND_9141 macro by Matthew Slattery · 15 years ago
  24. fb45f2c sfc: Limit some hardware workarounds to Falcon by Ben Hutchings · 15 years ago
  25. b895d73 sfc: Always start Falcon using the XMAC by Steve Hodgson · 15 years ago
  26. ab86746 sfc: Replace MDIO spinlock with mutex by Steve Hodgson · 15 years ago
  27. 47c3d19 sfc: QT202x: Reset before reading PHY id by Steve Hodgson · 15 years ago
  28. fdaa9ae sfc: Simplify PHY polling by Steve Hodgson · 15 years ago
  29. cc83f6d sfc: Do not set net_device::trans_start in self-test by Ben Hutchings · 15 years ago
  30. f30eb23 sfc: Move inline comment into kernel-doc by Ben Hutchings · 15 years ago
  31. 8be4f3e sfc: Change MAC promiscuity and multicast hash at the same time by Ben Hutchings · 15 years ago
  32. 9007b9f sfc: Simplify XMAC link polling by Ben Hutchings · 15 years ago
  33. fe75820 sfc: Move Falcon board/PHY/MAC monitoring code to falcon.c by Ben Hutchings · 15 years ago
  34. 55edc6e sfc: Split MAC stats DMA initiation and completion by Ben Hutchings · 15 years ago
  35. 1dfc5ce sfc: Hold MAC lock for longer in efx_init_port() by Ben Hutchings · 15 years ago
  36. 26deba5 sfc: Only switch Falcon MAC clocks as necessary by Steve Hodgson · 15 years ago
  37. 1338344 sfc: Remove unused function efx_flush_queues() by Ben Hutchings · 15 years ago
  38. 127e6e1 sfc: Fix bugs in RX queue flushing by Ben Hutchings · 15 years ago
  39. 44838a4 sfc: Clean up struct falcon_board and struct falcon_board_data by Ben Hutchings · 15 years ago
  40. 734a350 sfc: Remove unused constant by Ben Hutchings · 15 years ago
  41. 8986352 sfc: Comment corrections by Ben Hutchings · 15 years ago
  42. 332c1ce sfc: Strengthen EFX_ASSERT_RESET_SERIALISED by Ben Hutchings · 15 years ago
  43. 80cb9a0 sfc: Treat all MAC registers as 128-bit by Ben Hutchings · 15 years ago
  44. 46e1ac0 sfc: Fix descriptor cache sizes by Ben Hutchings · 15 years ago
  45. 27c0b1a macvlan: export macvlan mode through netlink by Arnd Bergmann · 15 years ago
  46. 618e1b7 macvlan: implement bridge, VEPA and private mode by Arnd Bergmann · 15 years ago
  47. a1e514c macvlan: cleanup rx statistics by Arnd Bergmann · 15 years ago
  48. 4454096 veth: move loopback logic to common location by Arnd Bergmann · 15 years ago
  49. 1bda8aa via-velocity: Bump version by Simon Kagstrom · 15 years ago
  50. b06f78f via-velocity: Set tx checksum from ethtool instead of module parameter by Simon Kagstrom · 15 years ago
  51. c79992f via-velocity: Re-enable transmit scatter-gather support by Simon Kagstrom · 15 years ago
  52. 2a5774f via-velocity: Change DMA_LENGTH_DEF (from the VIA driver) by Simon Kagstrom · 15 years ago
  53. dfff714 via-velocity: Implement NAPI support by Simon Kagstrom · 15 years ago
  54. 6dfc4b9 via-velocity: Add ethtool interrupt coalescing support by Simon Kagstrom · 15 years ago
  55. da95b2d via-velocity: Correct 64-byte alignment for rx buffers by Simon Kagstrom · 15 years ago
  56. 350f759 r8169: move PHY regs tables to .rodata by Alexey Dobriyan · 15 years ago
  57. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 15 years ago
  58. 4ba3eb0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  59. c459302 sfc: Log interrupt and reset type names, not numbers by Ben Hutchings · 15 years ago
  60. f5e7adc sfc: Combine high-level header files by Ben Hutchings · 15 years ago
  61. 497f5ba sfc: Remove redundant efx_xmit() function by Ben Hutchings · 15 years ago
  62. 9bc183d sfc: Remove unnecessary casts to struct sk_buff * by Ben Hutchings · 15 years ago
  63. eb50c0d sfc: Gather link state fields in struct efx_nic into new struct efx_link_state by Ben Hutchings · 15 years ago
  64. e775fb9 sfc: Move all I2C stuff into struct falcon_board by Ben Hutchings · 15 years ago
  65. 3759433 sfc: Move struct falcon_board into struct falcon_nic_data by Ben Hutchings · 15 years ago
  66. 5c16a96 sfc: Move definition of struct falcon_nic_data into falcon.h by Ben Hutchings · 15 years ago
  67. 278c062 sfc: Make board information explicitly Falcon-specific by Ben Hutchings · 15 years ago
  68. 981fc1b4 sfc: Rename efx_board::init_leds to init_phy and use for SFN4111T by Ben Hutchings · 15 years ago
  69. 398468e sfc: Use a single blink implementation by Ben Hutchings · 15 years ago
  70. dcf477b sfc: SFT9001: Reset LED configuration correctly after blinking by Ben Hutchings · 15 years ago
  71. 3eadb7b sfc: Record RX queue number on GRO path by Ben Hutchings · 15 years ago
  72. 1241e95 sfc: Move assertions and buffer cleanup earlier in efx_rx_packet_lro() by Ben Hutchings · 15 years ago
  73. 3139e62 sfc: Remove ridiculously paranoid assertions by Ben Hutchings · 15 years ago
  74. d96d7dc sfc: Remove redundant gotos from __efx_rx_packet() by Ben Hutchings · 15 years ago
  75. 9e0c8a5 sfc: Remove pointless abstraction of memory BAR number (2) by Ben Hutchings · 15 years ago
  76. 8c2acc5 macvlan: fix gso_max_size setting by Patrick McHardy · 15 years ago
  77. 18b6c9a ath9k: set ps_default as false by John W. Linville · 15 years ago
  78. 77593ae rndis_wlan: disable stall workaround by Jussi Kivilinna · 15 years ago
  79. c1f8ca1 rndis_wlan: fix buffer overflow in rndis_query_oid by Jussi Kivilinna · 15 years ago
  80. 3681165 iwlwifi: remove reset led_tpt from iwl_leds_init() by Wey-Yi Guy · 15 years ago
  81. 2d237f7 iwlwifi: change message for cmd queue full error by Wey-Yi Guy · 15 years ago
  82. c341ddb iwlwifi: print limited number of event log when uCode error by Wey-Yi Guy · 15 years ago
  83. 644c77f iwlwifi: Tell the ucode immediately when association state changes by Jay Sternberg · 15 years ago
  84. 3a3ff72 iwlwifi: dump error log when uCode error occurred by Wey-Yi Guy · 15 years ago
  85. 5ade1e4 iwlwifi: by default, dump entire sram data portion by Wey-Yi Guy · 15 years ago
  86. ac59257 iwlwifi: update supported PCI_ID list for 5xx0 series by Wey-Yi Guy · 15 years ago
  87. 0fd95af iwlwifi: separate IO tracing by Johannes Berg · 15 years ago
  88. 6262408 iwlwifi: fix reserved2 field in iwl4965_addsta by Wey-Yi Guy · 15 years ago
  89. 2943f13 iwlwifi: dynamically allocate buffer for sram debugfs file by Wey-Yi Guy · 15 years ago
  90. d23db55 iwlwifi: increase tx_queue debugfs buffer size by Wey-Yi Guy · 15 years ago
  91. 43e8511 iwlwifi: set read/write permission for debugfs files by Wey-Yi Guy · 15 years ago
  92. bc6c94f iwl3945: removed unused struct and definitions by Reinette Chatre · 15 years ago
  93. 7163b8a iwlwifi: reset led_tpt when clear tx/rx traffic byte counts by Wey-Yi Guy · 15 years ago
  94. c15d20c iwlwifi: set sm_ps_mode as part of cfg parameters by Wey-Yi Guy · 15 years ago
  95. d5f4cf7 iwlwifi: control led while update tx/rx bytes counts by Wey-Yi Guy · 15 years ago
  96. 74ba67e iwlagn: Use iwl_write8() for CSR_INT_COALESCING register by Ben Cahill · 15 years ago
  97. 4e03185 iwlwifi: Add iwl_write8() by Ben Cahill · 15 years ago
  98. f1cf2db ath5k: Fix I/Q calibration by Lukáš Turek · 15 years ago
  99. 07681e2 b43: Rewrite DMA Tx status handling sanity checks by Michael Buesch · 15 years ago
  100. 8c35024 ath9k: This patch fix RX unpadding for any received frame. by Benoit PAPILLAULT · 15 years ago