1. 05 3月, 2012 1 次提交
    • P
      ppp: Move ioctl definitions from if_ppp.h to new ppp-ioctl.h · bf7daebb
      Paul Mackerras 提交于
      This moves the definitions of the ioctls, constants and structures
      relating to the ppp_generic interface to userspace out from if_ppp.h
      to a new file, ppp-ioctl.h.  The new file has my copyright since I
      designed and implemented the ppp_generic interface in the late 1990s.
      None of the contents of this file comes from the original if_ppp.h
      published by Carnegie Mellon University.
      
      Of the remainder of if_ppp.h, only the PPP_MTU definition was being
      used, and this replaces the uses of it with PPP_MRU (which is identical).
      Therefore, this replaces the entire file with the single line
      
      #include <linux/ppp-ioctl.h>
      
      which clearly doesn't contain any CMU code.  Thus I have removed the
      CMU copyright notice with its problematic advertising clause, and in
      fact since it's only one trivial line I have not added any other
      copyright notice.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      bf7daebb
  2. 24 2月, 2012 2 次提交
  3. 17 2月, 2012 1 次提交
  4. 07 2月, 2012 2 次提交
  5. 05 2月, 2012 1 次提交
  6. 03 2月, 2012 1 次提交
  7. 02 2月, 2012 2 次提交
  8. 31 1月, 2012 1 次提交
  9. 28 1月, 2012 1 次提交
  10. 26 1月, 2012 1 次提交
  11. 25 1月, 2012 4 次提交
  12. 24 1月, 2012 3 次提交
  13. 23 1月, 2012 1 次提交
  14. 20 1月, 2012 3 次提交
  15. 18 1月, 2012 3 次提交
  16. 17 1月, 2012 10 次提交
  17. 16 1月, 2012 3 次提交