1. 10 5月, 2014 14 次提交
  2. 09 5月, 2014 16 次提交
  3. 08 5月, 2014 8 次提交
  4. 06 5月, 2014 2 次提交
    • T
      ipv6: Need to sock_put on csum error · 79e0f1c9
      Tom Herbert 提交于
      Commit 4068579e ("net: Implmement
      RFC 6936 (zero RX csums for UDP/IPv6)") introduced zero checksums
      being allowed for IPv6, but in the case that a socket disallows a
      zero checksum on RX we need to sock_put.
      Signed-off-by: NTom Herbert <therbert@google.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      79e0f1c9
    • D
      Merge branch 'tipc-next' · 5a50a927
      David S. Miller 提交于
      Ying Xue says:
      
      ====================
      tipc: purge signal handler infrastructure
      
      When we delay some actions to be executed in asynchronous contexts,
      these usually add unnecessary code complexities, and make their
      behaviours unpredictable and indeterministic. Moreover, as the signal
      handler infrastructure is first stopped when tipc module is removed,
      this may cause some potential risks for us. For instance, although
      signal handler is already stopped, some tipc components still submit
      signal requests to signal handler infrastructure, which may lead to
      some resources not to be released or freed correctly.
      
      So the series aims to convert all actions being performed in tasklet
      context asynchronously with interface provided by signal handler
      infrastructure to be executed synchronously, thereby deleting the
      whole infrastructure of signal handler.
      ====================
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      5a50a927