1. 04 12月, 2005 1 次提交
  2. 26 11月, 2005 1 次提交
  3. 16 11月, 2005 1 次提交
  4. 11 11月, 2005 1 次提交
    • H
      [NET]: Detect hardware rx checksum faults correctly · fb286bb2
      Herbert Xu 提交于
      Here is the patch that introduces the generic skb_checksum_complete
      which also checks for hardware RX checksum faults.  If that happens,
      it'll call netdev_rx_csum_fault which currently prints out a stack
      trace with the device name.  In future it can turn off RX checksum.
      
      I've converted every spot under net/ that does RX checksum checks to
      use skb_checksum_complete or __skb_checksum_complete with the
      exceptions of:
      
      * Those places where checksums are done bit by bit.  These will call
      netdev_rx_csum_fault directly.
      
      * The following have not been completely checked/converted:
      
      ipmr
      ip_vs
      netfilter
      dccp
      
      This patch is based on patches and suggestions from Stephen Hemminger
      and David S. Miller.
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      fb286bb2
  5. 10 11月, 2005 1 次提交
  6. 09 11月, 2005 2 次提交
    • C
      [PATCH] sanitize lookup_hash prototype · 49705b77
      Christoph Hellwig 提交于
      ->permission and ->lookup have a struct nameidata * argument these days to
      pass down lookup intents.  Unfortunately some callers of lookup_hash don't
      actually pass this one down.  For lookup_one_len() we don't have a struct
      nameidata to pass down, but as this function is a library function only
      used by filesystem code this is an acceptable limitation.  All other
      callers should pass down the nameidata, so this patch changes the
      lookup_hash interface to only take a struct nameidata argument and derives
      the other two arguments to __lookup_hash from it.  All callers already have
      the nameidata argument available so this is not a problem.
      
      At the same time I'd like to deprecate the lookup_hash interface as there
      are better exported interfaces for filesystem usage.  Before it can
      actually be removed I need to fix up rpc_pipefs.
      Signed-off-by: NChristoph Hellwig <hch@lst.de>
      Cc: Ram Pai <linuxram@us.ibm.com>
      Cc: Jeff Mahoney <jeffm@suse.com>
      Cc: Al Viro <viro@ftp.linux.org.uk>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      49705b77
    • J
      [NET]: kfree cleanup · a51482bd
      Jesper Juhl 提交于
      From: Jesper Juhl <jesper.juhl@gmail.com>
      
      This is the net/ part of the big kfree cleanup patch.
      
      Remove pointless checks for NULL prior to calling kfree() in net/.
      Signed-off-by: NJesper Juhl <jesper.juhl@gmail.com>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: Arnaldo Carvalho de Melo <acme@conectiva.com.br>
      Acked-by: NMarcel Holtmann <marcel@holtmann.org>
      Acked-by: NYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      a51482bd
  7. 07 11月, 2005 1 次提交
  8. 05 11月, 2005 2 次提交
  9. 30 10月, 2005 2 次提交
  10. 28 10月, 2005 2 次提交
  11. 27 10月, 2005 1 次提交
  12. 19 10月, 2005 13 次提交
  13. 09 10月, 2005 1 次提交
  14. 05 10月, 2005 1 次提交
  15. 24 9月, 2005 10 次提交