1. 07 8月, 2008 1 次提交
  2. 24 7月, 2008 3 次提交
  3. 15 7月, 2008 1 次提交
  4. 12 5月, 2008 1 次提交
    • D
      syncppp: Fix crashes. · 4951704b
      David S. Miller 提交于
      The syncppp layer wants a mid-level netdev private pointer.
      
      It was using netdev->priv but that only worked by accident,
      and thus this scheme was broken when the device private
      allocation strategy changed.
      
      Add a proper mid-layer private pointer for uses like this,
      update syncppp and all users, and remove the HDLC_PPP broken
      tag from drivers/net/wan/Kconfig
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      4951704b
  5. 12 4月, 2008 1 次提交
    • K
      Mark generic HDLC + PPP as broken. · 16a79142
      Krzysztof Halasa 提交于
      PPP support in generic HDLC in Linux 2.6.25 is broken and will cause
      a kernel panic when a device configured in PPP mode is activated.
      
      It will be replaced by new PPP implementation after Linux 2.6.25 is
      released.
      
      This affects only PPP support in generic HDLC (mostly Hitachi SCA
      and SCA-II based drivers, wanxl, and few others). Standalone syncppp
      and async PPP support are not affected.
      Signed-off-by: NKrzysztof Halasa <khc@pm.waw.pl>
      Signed-off-by: NJeff Garzik <jgarzik@redhat.com>
      16a79142
  6. 17 7月, 2007 1 次提交
  7. 12 5月, 2007 1 次提交
  8. 18 2月, 2007 1 次提交
  9. 08 2月, 2007 1 次提交
  10. 06 2月, 2007 1 次提交
  11. 12 12月, 2006 1 次提交
    • R
      [NET]: Fix WAN routers kconfig dependency. · ed407717
      Randy Dunlap 提交于
      Currently WAN router drivers can be built in-kernel while the
      register/unregister_wan_device interfaces are built as modules.
      This causes:
      
      drivers/built-in.o: In function `cycx_init':
      cycx_main.c:(.init.text+0x5c4b): undefined reference to `register_wan_device'
      drivers/built-in.o: In function `cycx_exit':
      cycx_main.c:(.exit.text+0x560): undefined reference to `unregister_wan_device'
      make: *** [.tmp_vmlinux1] Error 1
      
      The problem is caused by tristate -> bool conversion (y or m => y),
      so convert WAN_ROUTER_DRIVERS to a tristate so that the correct
      dependency is preserved.
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      ed407717
  12. 02 12月, 2006 1 次提交
  13. 31 10月, 2006 1 次提交
  14. 27 9月, 2006 1 次提交
  15. 06 7月, 2006 1 次提交
  16. 12 4月, 2006 1 次提交
  17. 17 2月, 2006 1 次提交
  18. 26 6月, 2005 1 次提交
  19. 04 5月, 2005 1 次提交
  20. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4