index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
xfrm
/
xfrm_algo.c
Commit message (
Expand
)
Author
Age
*
xfrm: Fix key lengths for rfc3686(ctr(aes))
Tushar Gohad
2011-07-28
*
xfrm: Pass name as const to xfrm_*_get_byname().
David S. Miller
2011-02-28
*
crypto: gcm - Add RFC4543 wrapper for GCM
Tobias Brunner
2010-01-17
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-12-02
|
\
|
*
ipsec: can not add camellia cipher algorithm when using "ip xfrm state" command
Li Yewang
2009-12-01
*
|
xfrm: Add SHA384 and SHA512 HMAC authentication algorithms to XFRM
Martin Willi
2009-11-25
*
|
xfrm: remove skb_icv_walk
Steffen Klassert
2009-10-19
|
/
*
ipsec: Fix name of CAST algorithm
Herbert Xu
2009-06-24
*
xfrm: Use frag list abstraction interfaces.
David S. Miller
2009-06-09
*
net: convert BUG_TRAP to generic WARN_ON
Ilpo Järvinen
2008-07-26
*
xfrm: xfrm_algo: correct usage of RIPEMD-160
Adrian-Ken Rueegsegger
2008-06-04
*
[IPSEC]: Use digest_null directly for auth
Herbert Xu
2008-04-27
*
[IPSEC]: Add support for aes-ctr.
Joy Latten
2008-02-08
*
[IPSEC]: Add support for combined mode algorithms
Herbert Xu
2008-01-31
*
[IPSEC]: Allow async algorithms
Herbert Xu
2008-01-31
*
[XFRM]: Remove ifdef crypto.
Sebastian Siewior
2008-01-28
*
cleanup asm/scatterlist.h includes
Adrian Bunk
2007-11-02
*
[IPSEC]: Fix scatterlist handling in skb_icv_walk().
David S. Miller
2007-10-26
*
SG: Change sg_set_page() to take length and offset argument
Jens Axboe
2007-10-24
*
net: fix xfrm build - missing scatterlist.h include
Heiko Carstens
2007-10-23
*
Update net/ to use sg helpers
Jens Axboe
2007-10-22
*
[IPSEC]: Fix warnings with casting int to pointer
Herbert Xu
2007-05-22
*
[IPSEC] pfkey: Load specific algorithm in pfkey_add rather than all
Herbert Xu
2007-05-19
*
[NET]: Revert sk_buff walker cleanups.
David S. Miller
2007-04-27
*
[NET]: Clean up sk_buff walkers.
Jean Delvare
2007-04-26
*
[NET]: Move generic skbuff stuff from XFRM code to generic code
David Howells
2007-04-26
*
[NET] XFRM: Fix whitespace errors.
YOSHIFUJI Hideaki
2007-02-11
*
[IPSEC]: added the entry of Camellia cipher algorithm to ealg_list[]
Noriaki TAKAMIYA
2007-02-06
*
[XFRM]: Algorithm lookup using .compat name
Martin Willi
2006-12-31
*
[IPSEC]: Add support for AES-XCBC-MAC
Kazunori MIYAZAWA
2006-12-06
*
[CRYPTO] users: Use crypto_comp and crypto_has_*
Herbert Xu
2006-09-20
*
[IPSEC]: Use HMAC template and hash interface
Herbert Xu
2006-09-20
*
[IPSEC] ESP: Use block ciphers where applicable
Herbert Xu
2006-09-20
*
[IPSEC]: Add compatibility algorithm name support
Herbert Xu
2006-09-20
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
*
[NET]: Change some "if (x) BUG();" to "BUG_ON(x);"
Kris Katterjohn
2006-01-09
*
[XFRM]: skb_cow_data() does not set proper owner for new skbs.
Evgeniy Polyakov
2005-05-19
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16