1. 11 5月, 2007 1 次提交
  2. 09 5月, 2007 1 次提交
  3. 05 5月, 2007 2 次提交
  4. 29 4月, 2007 1 次提交
  5. 26 4月, 2007 5 次提交
  6. 18 4月, 2007 2 次提交
  7. 11 2月, 2007 1 次提交
  8. 23 12月, 2006 1 次提交
  9. 14 12月, 2006 2 次提交
  10. 08 12月, 2006 2 次提交
  11. 03 12月, 2006 17 次提交
  12. 31 10月, 2006 1 次提交
  13. 19 10月, 2006 1 次提交
  14. 12 10月, 2006 1 次提交
  15. 30 9月, 2006 1 次提交
  16. 23 9月, 2006 1 次提交
    • A
      [SCTP]: Cleanups · 16164366
      Adrian Bunk 提交于
      This patch contains the following cleanups:
      - make the following needlessly global function static:
        - socket.c: sctp_apply_peer_addr_params()
      - add proper prototypes for the several global functions in
        include/net/sctp/sctp.h
      
      Note that this fixes wrong prototypes for the following functions:
      - sctp_snmp_proc_exit()
      - sctp_eps_proc_exit()
      - sctp_assocs_proc_exit()
      
      The latter was spotted by the GNU C compiler and reported
      by David Woodhouse.
      Signed-off-by: NAdrian Bunk <bunk@stusta.de>
      Acked-by: NSridhar Samudrala <sri@us.ibm.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      16164366