mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 1/3] driver: fix device remove order
 2015-03-17  6:25 UTC  (2+ messages)
` [PATCH 3/3] driver: Call bus->remove instead of driver->remove

[PATCH] net: ping: return an error exit code when connection fails
 2015-03-16 16:09 UTC  (2+ messages)

[RFC 0/4] FIT Support
 2015-03-16 15:42 UTC  (49+ messages)
` [RFC 1/4] digest: Make filename arguments const
` [RFC 2/4] Add rsa support
` [RFC 3/4] FIT: add FIT image support
` [RFC 4/4] FIT: add test config and data [do not merge]
` [RFC] digest: Add enum

[PATCH 00/10 v3] prepare for rsa support
 2015-03-16 14:51 UTC  (23+ messages)
` [PATCH 01/10] digest: add verify callback
  ` [PATCH 02/10] command: rename digest.c to hashsum.c
  ` [PATCH 03/10] command: allow runtime usage
  ` [PATCH 04/10] command: add generic digest command
  ` [PATCH 05/10] digest: add digest callback
  ` [PATCH 06/10] crypto: add pbkdf2 hmac key generator
  ` [PATCH 07/10] password: add pbkdf2 support
  ` [PATCH 08/10] digest: allow algo to specify their length at runtime
  ` [PATCH 09/10] crypto: hmac: use digest_digest and check the return of every digest_xxx
  ` [PATCH 10/10] digest: digest_file_window: check every digest_xxx return

[PATCH 0/8 v3] add sha384/sha512 and hmac support
 2015-03-16 12:52 UTC  (14+ messages)
` [PATCH 1/8] digest: move digest.c to crypto
  ` [PATCH 2/8] digest: introduce digest_{init/update/final/length}
  ` [PATCH 3/8] digest: make it multi-instance
  ` [PATCH 4/8] crypto: add sha384 & sha512 support
  ` [PATCH 5/8] command: add sha384sum and sha512sum support
  ` [PATCH 6/8] password: add support for sha512
  ` [PATCH 7/8] digest: add HMAC support for md5, sha1, sha224, sha256, sha384, sha512
  ` [PATCH 8/8] command: add hmac sum supportfor "

[PATCH 0/8 v2] prepare for rsa support
 2015-03-16  9:19 UTC  (9+ messages)
` [PATCH 1/8] digest: add verify callback
  ` [PATCH 2/8] command: rename digest.c to hashsum.c
  ` [PATCH 3/8] command: allow runtime usage
  ` [PATCH 4/8] command: add generic digest command
  ` [PATCH 5/8] digest: add digest callback
  ` [PATCH 6/8] crypto: add pbkdf2 hmac key generator
  ` [PATCH 7/8] password: add pbkdf2 support
  ` [PATCH 8/8] digest: allow algo to specify their length at runtime

ARM: UBI/UBIFS on spi-nor
 2015-03-16  9:13 UTC 

[PATCH] net: mvneta: convert to streaming DMA ops
 2015-03-16  4:30 UTC  (2+ messages)

[PATCH] PCI: fix bad bugs in bridge setup code
 2015-03-16  4:29 UTC  (2+ messages)

git fetch issue
 2015-03-13 19:22 UTC  (6+ messages)

[PATCH 0/7] prepare for rsa support
 2015-03-13 18:46 UTC  (17+ messages)
` [PATCH 1/7] digest: fix and add missing copyright
  ` [PATCH 2/7] digest: hmac: fix set_key prototype
  ` [PATCH 3/7] crypto: add pbkdf2 hmac key generator
  ` [PATCH 4/7] digest: add verify callback
  ` [PATCH 5/7] digest: allow algo to specify their length at runtime
  ` [PATCH 6/7] command: rename digest.c to hashsum.c
  ` [PATCH 7/7] command: add generic digest command
        ` [PATCH 1/1] command: allow runtime usage

ARM: UBI/UBIFS on spi-nor
 2015-03-13 15:49 UTC 

[PATCH] lib: Add hex2bin and bin2hex implementations
 2015-03-13  7:23 UTC 

[PATCH] ARM: phytec-som-am335x: Remove bootargs-ip from boot scripts
 2015-03-13  5:45 UTC  (2+ messages)

[PATCH] clk: clk-divider: fix _get_maxdiv for table based divider
 2015-03-12 11:02 UTC 

[PATCH 1/2] digest: fix and add missing copyright
 2015-03-12 10:44 UTC  (2+ messages)
` [PATCH 2/2] digest: hmac: fix set_key prototype

[PATCH v5] state: add framework for persistent state handling
 2015-03-12  7:29 UTC  (2+ messages)

[PATCH 1/1] gitignore: only ignore include/config.h
 2015-03-12  7:18 UTC  (2+ messages)

[PATCH 1/2] crypto: digest: Make string arguments const
 2015-03-12  7:17 UTC  (2+ messages)
` [PATCH 2/2] crypto: digest: Fix coding style

[PATCH 1/1] crypto: add pbkdf2 hmac key generator
 2015-03-11 17:08 UTC 

[PATCH 1/1] crypto: add pbkdf2 hmac key generator
 2015-03-11 17:07 UTC 

[PATCH 0/8] add sha384/sha512 and hmac support
 2015-03-11 13:41 UTC  (9+ messages)
` [PATCH 1/8] digest: move digest.c to crypto
  ` [PATCH 2/8] digest: introduce digest_{init/update/final/length}
  ` [PATCH 3/8] digest: make it multi-instance
  ` [PATCH 4/8] crypto: add sha384 & sha512 support
  ` [PATCH 5/8] command: add sha384sum and sha512sum support
  ` [PATCH 6/8] password: add support for sha512
  ` [PATCH 7/8] digest: add HMAC support for md5, sha1, sha224, sha256, sha384, sha512
  ` [PATCH 8/8] command: add hmac sum supportfor "

[PATCH 0/8 v2] add sha384/sha512 and hmac support
 2015-03-11 13:38 UTC 

[PATCH 0/7] add sha384/sha512 and hmac support
 2015-03-11 11:45 UTC  (18+ messages)
` [PATCH 1/7] digest: introduce digest_{init/update/final/length}
  ` [PATCH 2/7] digest: make it multi-instance
  ` [PATCH 3/7] crypto: add sha384 & sha512 support
  ` [PATCH 4/7] command: add sha384sum and sha512sum support
  ` [PATCH 5/7] password: add support for sha512
  ` [PATCH 6/7] digest: add HMAC support for md5, sha1, sha224, sha256, sha384, sha512
  ` [PATCH 7/7] command: add hmac sum supportfor "

[PATCH 1/5] pbl: let pbl-console depend on !CONSOLE_NONE
 2015-03-11  9:54 UTC  (7+ messages)
` [PATCH 2/5] ARM: versatile: provide clk_set_rate stub
` [PATCH 3/5] ARM: zynq: zedboard: don't select serial
` [PATCH 4/5] ARM: radxa-rock: select options for regulator
` [PATCH 5/5] ARM: highbank: fix Thumb build

[PATCH] parameter: include header for ERR_PTR and errno
 2015-03-11  8:38 UTC  (2+ messages)

[PATCH] ARM: atmel: sama5d4_xplained: switch to env2
 2015-03-10 18:49 UTC  (2+ messages)

[PATCH 0/3] sandbox cleanups
 2015-03-10 16:35 UTC  (8+ messages)

[PATCH] paramter: The dev_add_param_*() return ERR_PTR(), change no-ops to return ERR_PTR(-ENOSYS) instead of NULL
 2015-03-10 10:09 UTC  (4+ messages)

[PATCH 0/9] Socfpga: QSPI support
 2015-03-09 11:14 UTC  (6+ messages)
` [PATCH 1/9] mtd: spi-nor: add SPI-NOR framework
` [PATCH 4/9] ARM: dts: socfpga: add qspi node

[PATCH 1/2] images: move board variable to parent makefile
 2015-03-09 10:53 UTC  (3+ messages)
` [PATCH 2/2] images: fix Tegra out-of-tree build

[PATCH] ARM: phycore-am335x-som: Fix boards with no SPI
 2015-03-09 10:41 UTC  (2+ messages)

[PATCH 1/2] MMC: dw_mmc: PIO mode fixes
 2015-03-09 10:41 UTC  (2+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox