1. 11 8月, 2011 1 次提交
  2. 22 7月, 2011 1 次提交
  3. 22 6月, 2011 1 次提交
  4. 19 4月, 2011 1 次提交
  5. 20 1月, 2011 1 次提交
  6. 11 12月, 2010 2 次提交
  7. 12 11月, 2010 6 次提交
  8. 25 10月, 2010 1 次提交
  9. 19 8月, 2010 1 次提交
  10. 16 7月, 2010 3 次提交
  11. 08 4月, 2010 1 次提交
  12. 30 3月, 2010 1 次提交
  13. 07 10月, 2009 1 次提交
  14. 06 8月, 2009 2 次提交
  15. 06 7月, 2009 3 次提交
  16. 02 4月, 2009 1 次提交
    • R
      Neterion: New driver: Main entry points · 703da5a1
      Ramkrishna Vepa 提交于
      This patch implements all the driver entry point functions.
      - Definition of all module loadable paramters.
      - Implementation of all driver entry point functions.
      
      - Changes in this submission -
              - Fixed compilation error when enabling debug statements
              - Fixed few warnings when CONFIG_PCI_MSI is not defined
              - Removed unnecessary volatile variables
              - Removed compare_ether_addr as it causes unaligned memory access on
                the sparc64 platform.
      
      - Changes in previous submissions -
              - As per Stephen Hemminger's comments removed the following loadable
                parameters - gro, rx_& tx max_indicate_pkts, exec_mode, rx & tx
                pause_enable, tx_steering_type and intr_type.
              - Added Device ID definition in vxge-main.h instead of
                include/linux/pci_ids.h file - Reported by David Miller
       - Incorporated following review comments from Ben Hutchings
              - NAPI is always enabled (no option to turn it OFF).
              - Loadable parameters
               rx_steering_type: This loadable option is removed.
               ring_blocks: This loadable option is removed.
               The driver default settings work well in most if not all cases.
               Another patch to configure these parameters with ethtool will be
               released in the future.
       - LRO has been deprecated in favour of GRO - Bill Fink & Dave Miller's comment
       - Fixed sparse warnings - Reported by Andi Kleen
       - Removed unused variables
      Signed-off-by: NSivakumar Subramani <sivakumar.subramani@neterion.com>
      Signed-off-by: NRastapur Santosh <santosh.rastapur@neterion.com>
      Signed-off-by: NRamkrishna Vepa <ram.vepa@neterion.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      703da5a1