1. 27 9月, 2011 3 次提交
  2. 24 9月, 2011 18 次提交
  3. 23 9月, 2011 14 次提交
  4. 22 9月, 2011 5 次提交
    • F
      r8169: jumbo fixes. · d58d46b5
      Francois Romieu 提交于
      - fix features : jumbo frames and checksumming can not be used at the
        same time.
      
      - introduce hw_jumbo_{enable / disable} helpers. Their content has been
        creatively extracted from Realtek's own drivers. As an illustration,
        it would be nice to know how/if the MaxTxPacketSize register operates
        when the device can work with a 9k jumbo frame as its documentation
        (8168c) can not be applied beyond ~7k.
      
      - rtl_tx_performance_tweak is moved forward. No change.
      Signed-off-by: NFrancois Romieu <romieu@fr.zoreil.com>
      d58d46b5
    • F
      r8169: expand received packet length indication. · deb9d93c
      Francois Romieu 提交于
      8168d and above allow jumbo frames beyond 8k. Bump the received
      packet length check before enabling jumbo frames on these chipsets.
      
      Frame length indication covers bits 0..13 of the first Rx descriptor
      32 bits for the 8169 and 8168. I only have authoritative documentation
      for the allowed use of the extra (13) bit with the 8169 and 8168c.
      Realtek's drivers use the same mask for the 816x and the fast ethernet
      only 810x.
      Signed-off-by: NFrancois Romieu <romieu@fr.zoreil.com>
      deb9d93c
    • H
      r8169: support new chips of RTL8111F · c2218925
      Hayes Wang 提交于
      Support new chips of RTL8111F.
      Signed-off-by: NHayes Wang <hayeswang@realtek.com>
      c2218925
    • H
      r8169: define the early size for 8111evl · 3090bd9a
      Hayes Wang 提交于
      For RTL8111EVL, the register of MaxTxPacketSize doesn't acctually
      limit the tx size. It influnces the feature of early tx.
      Signed-off-by: NHayes Wang <hayeswang@realtek.com>
      3090bd9a
    • D
      Merge branch 'master' of github.com:davem330/net · 8decf868
      David S. Miller 提交于
      Conflicts:
      	MAINTAINERS
      	drivers/net/Kconfig
      	drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
      	drivers/net/ethernet/broadcom/tg3.c
      	drivers/net/wireless/iwlwifi/iwl-pci.c
      	drivers/net/wireless/iwlwifi/iwl-trans-tx-pcie.c
      	drivers/net/wireless/rt2x00/rt2800usb.c
      	drivers/net/wireless/wl12xx/main.c
      8decf868