1. 07 10月, 2008 11 次提交
  2. 06 10月, 2008 1 次提交
  3. 01 10月, 2008 16 次提交
  4. 29 9月, 2008 3 次提交
  5. 28 9月, 2008 3 次提交
  6. 27 9月, 2008 1 次提交
  7. 26 9月, 2008 3 次提交
  8. 25 9月, 2008 2 次提交
    • B
      e1000: remove unused Kconfig option for disabling packet split · 630b25cd
      Brandeburg, Jesse 提交于
      Since the e1000/e1000e split, no hardware supported by e1000
      supports packet split, just remove the Kconfig option and associated
      code from the driver.
      Signed-off-by: NJesse Brandeburg <jesse.brandeburg@intel.com>
      Signed-off-by: NJeff Garzik <jgarzik@redhat.com>
      630b25cd
    • B
      drivers/net/bonding: sparse fixes for exported tables · b2259672
      Ben Dooks 提交于
      The following sparse warnings are being generated
      because bonding.h is missing definitons for items
      declared in bond_main.c but also used in bond_sysfs.h
      
      Also export bond_dev_list as this is also declared
      in bond_main but used elsewhere in drivers/net/bonding.
      
      bond_main.c:105:20: warning: symbol 'bonding_defaults' was not declared. Should it be static?
      bond_main.c:148:1: warning: symbol 'bond_dev_list' was not declared. Should it be static?
      bond_main.c:162:22: warning: symbol 'bond_lacp_tbl' was not declared. Should it be static?
      bond_main.c:168:22: warning: symbol 'bond_mode_tbl' was not declared. Should it be static?
      bond_main.c:179:22: warning: symbol 'xmit_hashtype_tbl' was not declared. Should it be static?
      bond_main.c:186:22: warning: symbol 'arp_validate_tbl' was not declared. Should it be static?
      bond_main.c:194:22: warning: symbol 'fail_over_mac_tbl' was not declared. Should it be static?
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      Signed-off-by: NJeff Garzik <jgarzik@redhat.com>
      b2259672