1. add7247 sfc: Make most filter operations NIC-type-specific by Ben Hutchings · 12 years ago
  2. 9a0a943 sfc: Refactor Falcon-arch search limit reset by Ben Hutchings · 12 years ago
  3. 6d661ce sfc: Split Falcon-arch-specific and common filter state by Ben Hutchings · 12 years ago
  4. 7c460d9 sfc: Extend and abstract efx_filter_spec to cover Huntington/EF10 by Ben Hutchings · 12 years ago
  5. f26e958 sfc: Name the RX drop queue ID by Ben Hutchings · 12 years ago
  6. 33a8985 sfc: Rename Falcon-arch filter implementation types and functions by Ben Hutchings · 12 years ago
  7. 910c485 sfc: Remove unused filter_flags variables and efx_farch_filter_id_flags() by Ben Hutchings · 12 years ago
  8. be3fc09 sfc: Do not assume efx_nic_type::ev_fini is idempotent by Ben Hutchings · 12 years ago
  9. ab3b825 sfc: EFX_WORKAROUND_ALWAYS is really specific to Falcon-architecture by Ben Hutchings · 12 years ago
  10. b105798 sfc: Get rid of per-NIC-type phys_addr_channels and mem_map_size by Ben Hutchings · 12 years ago
  11. f76fe12 sfc: Update and improve kernel-doc for efx_mcdi_state & efx_mcdi_iface by Ben Hutchings · 12 years ago
  12. 369327f sfc: Fix race in completion handling by Ben Hutchings · 12 years ago
  13. df2cd8a sfc: Add support for MCDI v2 by Ben Hutchings · 12 years ago
  14. f2b0bef sfc: Update MCDI protocol definitions for EF10 by Ben Hutchings · 11 years ago
  15. 5bc283e sfc: Translate MCDI error numbers received in events by Ben Hutchings · 12 years ago
  16. 86094f7 sfc: Move and rename Falcon/Siena common NIC operations by Ben Hutchings · 11 years ago
  17. e42c3d8 sfc: Refactor queue teardown sequence to allow for EF10 flush behaviour by Ben Hutchings · 11 years ago
  18. 501a248 sfc: Remove bogus call to efx_release_tx_buffers() by Ben Hutchings · 11 years ago
  19. d8aec74 sfc: Stop RX refill before flushing RX queues by Ben Hutchings · 11 years ago
  20. 1840667 sfc: Limit scope of a Falcon A1 IRQ workaround by Ben Hutchings · 12 years ago
  21. d829118 sfc: Rework IRQ enable/disable by Ben Hutchings · 12 years ago
  22. 514bedb sfc: Remove efx_process_channel_now() by Ben Hutchings · 12 years ago
  23. 8b8a95a sfc: Rename Falcon-architecture register definitions by Ben Hutchings · 12 years ago
  24. caa7558 sfc: Make struct efx_special_buffer less special by Ben Hutchings · 12 years ago
  25. 0d19a54 sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow blocking by Ben Hutchings · 12 years ago
  26. f3ad500 sfc: Make MCDI independent of Siena by Ben Hutchings · 12 years ago
  27. f073dde sfc: Make efx_mcdi_init() call efx_mcdi_handle_assertion() by Ben Hutchings · 12 years ago
  28. 43f775b2 sfc: Collect all MCDI port functions into mcdi_port.c by Ben Hutchings · 12 years ago
  29. 319ec64 sfc: Move efx_mcdi_mac_reconfigure() to siena.c and rename by Ben Hutchings · 12 years ago
  30. 6bff861 sfc: Move siena_reset_hw() and siena_map_reset_reason() into MCDI module by Ben Hutchings · 12 years ago
  31. 338f74d sfc: Add and use MCDI_SET_QWORD() and MCDI_SET_ARRAY_QWORD() by Ben Hutchings · 12 years ago
  32. 9528b92 sfc: Ensure MCDI buffers, but not lengths, are dword aligned by Ben Hutchings · 12 years ago
  33. c5bb0e9 sfc: Use proper macros to declare and access MCDI arrays by Ben Hutchings · 12 years ago
  34. d0c2ee9 sfc: Introduce and use MCDI_CTL_SDU_LEN_MAX_V1 macro for Siena-specific code by Ben Hutchings · 11 years ago
  35. a649dfc sfc: Fill out the set of MCDI accessors by Ben Hutchings · 12 years ago
  36. 30af691 sfc: Rationalise MCDI buffer accessors by Ben Hutchings · 12 years ago
  37. 59cfc47 sfc: Introduce and use MCDI_DECLARE_BUF macro by Ben Hutchings · 12 years ago
  38. ab0115f sfc: Move more Falcon-specific code and definitions into falcon.c by Ben Hutchings · 12 years ago
  39. 9dd3a13 sfc: Move details of a Falcon bug workaround out of ethtool.c by Ben Hutchings · 12 years ago
  40. e847b53 sfc: Use efx_mcdi_mon() to find efx_mcdi_mon structure from efx_nic by Ben Hutchings · 12 years ago
  41. 5383825 sfc: const-qualify source pointers for MMIO write functions by Ben Hutchings · 12 years ago
  42. abc71bb Merge branch 'sfc-3.11' by Ben Hutchings · 11 years ago
  43. f3851b0 sfc: Fix lookup of default RX MAC filters when steered using ethtool by Ben Hutchings · 11 years ago
  44. 78f1ccc sis900: don't restart auto-negotiation each time after link resume. by Denis Kirjanov · 11 years ago
  45. 2ff1cf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  46. 0a324f31 net/mlx5_core: Support MANAGE_PAGES and QUERY_PAGES firmware command changes by Moshe Lazer · 11 years ago
  47. de98ac5 qlcnic: Update version to 5.2.46. by Sucheta Chakraborty · 11 years ago
  48. b942f44 qlcnic: Dump mailbox command data when a command times out by Manish Chopra · 11 years ago
  49. b5acb25 qlcnic: Fix driver initialization for 83xx adapters by Manish Chopra · 11 years ago
  50. 35570cf qlcnic: Flush mailbox command list when mailbox is not available by Manish Chopra · 11 years ago
  51. 91b86e3 qlcnic: Reinitialize mailbox data structures after firmware reset by Manish Chopra · 11 years ago
  52. d1fcc17 qlcnic: Fix diagnostic interrupt test for 83xx adapters by Manish Chopra · 11 years ago
  53. 482b3c3 qlcnic: Fix beacon state return status handling by Sucheta Chakraborty · 11 years ago
  54. 24866d1 qlcnic: Fix set driver version command by Himanshu Madhani · 11 years ago
  55. 6829309 net: tg3: fix NULL pointer dereference in tg3_io_error_detected and tg3_io_slot_reset by Daniel Borkmann · 11 years ago
  56. 2fdac01 drivers/net/ethernet/via/via-velocity.c: update napi implementation by Julia Lawall · 11 years ago
  57. 728e2cc Revert "cxgb3: Check and handle the dma mapping errors" by Alexey Kardashevskiy · 11 years ago
  58. 3da988c be2net: Clear any capability flags that driver is not interested in. by Sarveshwar Bandi · 11 years ago
  59. 9cff866 ethernet/arc/arc_emac - fix NAPI "work > weight" warning by Alexey Brodkin · 11 years ago
  60. 6ef5a92 bnx2x: prevent crash in shutdown flow with CNIC by Yuval Mintz · 11 years ago
  61. a6d3a5b bnx2x: fix PTE write access error by Barak Witkowsky · 11 years ago
  62. 8ece516 bnx2x: fix memory leak in VF by Ariel Elior · 11 years ago
  63. 568e242 bnx2x: update fairness parameters following DCB negotiation by Dmitry Kravkov · 11 years ago
  64. 507393e bnx2x: protect different statistics flows by Dmitry Kravkov · 11 years ago
  65. 98f1b7f Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 11 years ago
  66. 926489b drivers: net: cpsw: Add support for new CPSW IP version present in AM43xx SoC by Mugunthan V N · 11 years ago
  67. 23402bd gianfar: Add flow control support by Claudiu Manoil · 11 years ago
  68. e47851f skge: dma_sync the whole receive buffer by stephen hemminger · 11 years ago
  69. 5632913 stmmac: fix init_dma_desc_rings() to handle errors by Bartlomiej Zolnierkiewicz · 11 years ago
  70. 89c2af3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  71. 6c821bd net: Add MOXA ART SoCs ethernet driver by Jonas Jensen · 11 years ago
  72. 0f84758 tg3: clean up unnecessary MSI/MSI-X capability find by Yijing Wang · 11 years ago
  73. b83082e netxen: clean up unnecessary MSI/MSI-X capability find by Yijing Wang · 11 years ago
  74. 40b2956 myri10ge: clean up unnecessary MSI/MSI-X capability find by Yijing Wang · 11 years ago
  75. ae2104b bnx2x: clean up unnecessary MSI/MSI-X capability find by Yijing Wang · 11 years ago
  76. 555a842 bnx2: clean up unnecessary MSI/MSI-X capability find by Yijing Wang · 11 years ago
  77. 21ff019 net: stmmac: Fixed the condition of extend_desc for jumbo frame by Byungho An · 11 years ago
  78. 77273ea net: via-rhine: Fix incorrect placement of __initdata by Sachin Kamat · 11 years ago
  79. d06f518 8139cp: Fix skb leak in rx_status_loop failure path. by Dave Jones · 11 years ago
  80. 8a56d24 bnx2: Update version to 2.2.4 by Michael Chan · 11 years ago
  81. 25bfb1d bnx2: Add pci shutdown handler. by Michael Chan · 11 years ago
  82. 28fb4eb bnx2: Use SIMPLE_DEV_PM_OPS. by Michael Chan · 11 years ago
  83. b6a23e9 bnx2: Refactor WoL setup into a separate function. by Michael Chan · 11 years ago
  84. 6d5e85c bnx2: Use kernel APIs for WoL and power state changes. by Michael Chan · 11 years ago
  85. 02481bc bnx2: Handle error condition in ->slot_reset() by Michael Chan · 11 years ago
  86. 5721f94 be2net: update driver version by Sathya Perla · 11 years ago
  87. 117affe be2net: Initialize "status" in be_cmd_get_die_temperature() by Vasundhara Volam · 11 years ago
  88. 05ccaa2 be2net: fixup log msgs for async events by Vasundhara Volam · 11 years ago
  89. 68cb7e4 be2net: Fix displaying supported speeds for BE2 by Vasundhara Volam · 11 years ago
  90. fd8c7be be2net: don't limit max MAC and VLAN counts by Vasundhara Volam · 11 years ago
  91. d696b5e be2net: Do not call get_die_temperature cmd for VF by Vasundhara Volam · 11 years ago
  92. b971f84 be2net: Adding more speeds reported by get_settings by Vasundhara Volam · 11 years ago
  93. 0d0cffd gianfar: Cleanup TxFCB insertion on xmit by Claudiu Manoil · 11 years ago
  94. 02d88fb gianfar: Fix Tx csum generation errata handling by Claudiu Manoil · 11 years ago
  95. c193f36 drivers: net: cpsw: Add support for new CPSW IP version by Mugunthan V N · 11 years ago
  96. 1155e96 tile: fix missing unlock on error in tile_net_open() by Wei Yongjun · 11 years ago
  97. f094668 net: mlx4: Staticize local functions by Jingoo Han · 11 years ago
  98. 51a700d net: micrel: Staticize local functions by Jingoo Han · 11 years ago
  99. 4188e7d be2net: Staticize local functions by Jingoo Han · 11 years ago
  100. 7f4341f bna: Staticize local functions by Jingoo Han · 11 years ago