1. 06 7月, 2009 1 次提交
  2. 13 6月, 2009 1 次提交
  3. 18 4月, 2009 1 次提交
  4. 08 1月, 2009 1 次提交
  5. 20 11月, 2008 1 次提交
  6. 28 10月, 2008 1 次提交
  7. 18 10月, 2008 1 次提交
    • D
      usb gadget: cdc ethernet notification bugfix · 29bac7b7
      David Brownell 提交于
      Bugfix for the new CDC Ethernet code:  as part of activating the
      network interface's USB link, make sure its link management code
      knows whether the interface is open or not.
      
      Without this fix, the link won't work right when it's brought up
      before the link is active ... because the initial notification it
      sends will have the wrong link state (down, not up).  Makes it
      hard to bridge these links (on the host side), among other things.
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Cc: stable <stable@kernel.org> [2.6.27]
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      29bac7b7
  8. 17 10月, 2008 1 次提交
  9. 26 7月, 2008 1 次提交
  10. 22 7月, 2008 1 次提交
    • D
      usb ethernet gadget: split out network core · 2b3d942c
      David Brownell 提交于
      Abstract the peripheral side Ethernet-over-USB link layer code from
      the all-in-one Ethernet gadget driver into a component that can be
      called by various functions, so the various flavors can be split
      apart and selectively reused.
      
      A notable difference from the approach taken with the serial link
      layer code (beyond talking to NET not TTY) is that because of the
      initialization requirements, this only supports one network link.
      (And one set of Ethernet link addresses.)
      
      That is, each configuration may have only one instance of a network
      function.  This doesn't change behavior; the current code has that
      same restriction.  If you want multiple logical links, that can
      easily be done using network layer tools.
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      2b3d942c