1. 17 Jun, 2002 1 commit
  2. 14 Jun, 2002 2 commits
  3. 12 Jun, 2002 2 commits
  4. 11 Jun, 2002 3 commits
  5. 10 Jun, 2002 1 commit
  6. 08 Jun, 2002 1 commit
  7. 07 Jun, 2002 5 commits
    • David S. Miller's avatar
      d5e15dc8
    • David S. Miller's avatar
      Hand merge. · 5f6c1284
      David S. Miller authored
      5f6c1284
    • Arnaldo Carvalho de Melo's avatar
      net/core/skbuff.c · 574b2d87
      Arnaldo Carvalho de Melo authored
      include/linux/skbuff.h
        - remove spurious spaces and tabs at end of lines
        - make sure if, while, for, switch has a space before the opening '('
        - make sure no line has more than 80 chars
        - move initializations to the declaration line where possible
        - bitwise, logical and arithmetic operators have spaces before and after,
          improving readability of complex expressions
        - remove uneeded () in returns
        - use kdoc comments
        - other minor cleanups
      
      Sizes:
      Before:
         text    data     bss     dec     hex filename
         7088       8    2080    9176    23d8 net/core/skbuff.o
      After:
         text    data     bss     dec     hex filename
         7056       4    2080    9140    23b4 net/core/skbuff.o
      574b2d87
    • David S. Miller's avatar
      Merge http://kernel-acme.bkbits.net:8080/net-cleanups-2.5-datagram · 75541efd
      David S. Miller authored
      into nuts.ninka.net:/home/davem/src/BK/net-2.5
      75541efd
    • Arnaldo Carvalho de Melo's avatar
      # net/core/datagram.c · 64127bdf
      Arnaldo Carvalho de Melo authored
      #   - remove spurious spaces and tabs at end of lines
      #   - make sure if, while, for, switch has a space before the opening '('
      #   - make sure no line has more than 80 chars
      #   - move initializations to the declaration line where possible
      #   - bitwise, logical and arithmetic operators have spaces before and after,
      #     improving readability of complex expressions
      #   - use named initializations in structs
      #   - transform existing function comments into kernel-doc style
      #   - minor size optimizations
      # 
      # Sizes:
      # Before:
      #    text    data     bss     dec     hex filename
      #    2736       0       0    2736     ab0 net/core/datagram.o
      # After:
      #    2720       0       0    2720     aa0 net/core/datagram.o
      64127bdf
  8. 06 Jun, 2002 11 commits
  9. 05 Jun, 2002 14 commits