[RFC 2.6.10 22/22] Add some documentation for the IPSEC crypto offload

From: David Dillow (dave_at_thedillows.org)
Date: 12/30/04

  • Next message: David Jacoby: "Stack guards, PaX and such"
    Date:	Thu, 30 Dec 2004 03:48:38 -0500
    To: netdev@oss.sgi.com
    
    

    # This is a BitKeeper generated diff -Nru style patch.
    #
    # ChangeSet
    # 2004/12/30 01:06:37-05:00 dave@thedillows.org
    # Add some documentation for the IPSEC crypto offload.
    #
    # Signed-off-by: David Dillow <dave@thedillows.org>
    #
    # Documentation/networking/netdevices.txt
    # 2004/12/30 01:06:19-05:00 dave@thedillows.org +16 -0
    # Add some documentation for the IPSEC crypto offload.
    #
    # Signed-off-by: David Dillow <dave@thedillows.org>
    #
    diff -Nru a/Documentation/networking/netdevices.txt b/Documentation/networking/netdevices.txt
    --- a/Documentation/networking/netdevices.txt 2004-12-30 01:07:40 -05:00
    +++ b/Documentation/networking/netdevices.txt 2004-12-30 01:07:40 -05:00
    @@ -73,3 +73,19 @@
                     dev_close code and comments in net/core/dev.c for more info.
             Context: softirq
     
    +dev->xfrm_state_add:
    + Synchronization: None, but can be called inside dev_base_lock rwlock
    + Context: nominally process, but don't sleep inside an rwlock
    + Notes: Only called for inbound xfrm_state(s). Can be invoked during
    + xfrm_accel_add() call.
    +
    +dev->xfrm_state_del:
    + Synchronization: None, but can be called inside dev->xmit_lock spinlock.
    + Context: BHs disabled/softirq
    + Notes: Called for all offloaded xfrm_state(s). Can be invoked during
    + xfrm_accel_flush() call.
    +
    +dev->xfrm_bundle_add:
    + Synchronization: None
    + Context: softirq/process
    + Notes: Called for newly created outbound xfrm bundles.
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: David Jacoby: "Stack guards, PaX and such"

    Relevant Pages

    • Re: [PATCH] small ftape cleanups
      ... The changeset below was submitted with the wrong documentation. ... change to ftape below ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [PATCH - EXPERIMENTAL] files with forks in the VFS
      ... an icon for a desktop app, documentation ... >In the first case, the subordinate files should clearly be writable, ... directory compression plugin for directories with lots of small files.... ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: fcntl: F_SETLEASE/F_RDLCK question
      ... one of the original implementers seems to agree, ... I wrote the text in the fcntl() man page ... existing documentation of F_SETLEASE. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [RFC] Documentation dir is a mess
      ... "fingertip reference" versus "in-depth documentation". ... that exist may not conform themselves well to that sort of division, ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: Universal method to start a script at boot
      ... gets this info from filenames. ... documentation, ... send the line "unsubscribe linux-kernel" in ... More majordomo info at http://vger.kernel.org/majordomo-info.html ...
      (Linux-Kernel)