1. 01 2月, 2013 1 次提交
    • P
      wanrouter: completely decouple obsolete code from kernel. · a786a7c0
      Paul Gortmaker 提交于
      The original suggestion to delete wanrouter started earlier
      with the mainline commit f0d1b3c2
      ("net/wanrouter: Deprecate and schedule for removal") in May 2012.
      
      More importantly, Dan Carpenter found[1] that the driver had a
      fundamental breakage introduced back in 2008, with commit
      7be6065b ("netdevice wanrouter: Convert directly reference of
      netdev->priv").  So we know with certainty that the code hasn't been
      used by anyone willing to at least take the effort to send an e-mail
      report of breakage for at least 4 years.
      
      This commit does a decouple of the wanrouter subsystem, by going
      after the Makefile/Kconfig and similar files, so that these mainline
      files that we are keeping do not have the big wanrouter file/driver
      deletion commit tied into their history.
      
      Once this commit is in place, we then can remove the obsolete cyclomx
      drivers and similar that have a dependency on CONFIG_WAN_ROUTER_DRIVERS.
      
      [1] http://www.spinics.net/lists/netdev/msg218670.htmlOriginally-by: NJoe Perches <joe@perches.com>
      Cc: Dan Carpenter <dan.carpenter@oracle.com>
      Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      a786a7c0
  2. 14 4月, 2012 1 次提交
  3. 31 3月, 2012 1 次提交
  4. 18 10月, 2010 1 次提交
  5. 22 12月, 2008 1 次提交
  6. 22 11月, 2008 1 次提交
  7. 14 10月, 2008 1 次提交
  8. 07 8月, 2008 1 次提交
  9. 24 7月, 2008 3 次提交
  10. 15 7月, 2008 1 次提交
  11. 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
  12. 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
  13. 17 7月, 2007 1 次提交
  14. 12 5月, 2007 1 次提交
  15. 18 2月, 2007 1 次提交
  16. 08 2月, 2007 1 次提交
  17. 06 2月, 2007 1 次提交
  18. 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
  19. 02 12月, 2006 1 次提交
  20. 31 10月, 2006 1 次提交
  21. 27 9月, 2006 1 次提交
  22. 06 7月, 2006 1 次提交
  23. 12 4月, 2006 1 次提交
  24. 17 2月, 2006 1 次提交
  25. 26 6月, 2005 1 次提交
  26. 04 5月, 2005 1 次提交
  27. 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