1. 30 8月, 2007 1 次提交
  2. 08 8月, 2007 1 次提交
  3. 03 8月, 2007 1 次提交
    • D
      [TCP]: Invoke tcp_sendmsg() directly, do not use inet_sendmsg(). · 3516ffb0
      David S. Miller 提交于
      As discovered by Evegniy Polyakov, if we try to sendmsg after
      a connection reset, we can do incredibly stupid things.
      
      The core issue is that inet_sendmsg() tries to autobind the
      socket, but we should never do that for TCP.  Instead we should
      just go straight into TCP's sendmsg() code which will do all
      of the necessary state and pending socket error checks.
      
      TCP's sendpage already directly vectors to tcp_sendpage(), so this
      merely brings sendmsg() in line with that.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      3516ffb0
  4. 02 8月, 2007 1 次提交
  5. 01 8月, 2007 1 次提交
  6. 31 7月, 2007 5 次提交
  7. 27 7月, 2007 1 次提交
  8. 19 7月, 2007 2 次提交
  9. 18 7月, 2007 3 次提交
  10. 15 7月, 2007 8 次提交
  11. 13 7月, 2007 3 次提交
  12. 12 7月, 2007 2 次提交
  13. 11 7月, 2007 11 次提交