1. d451b50 mac80211: Do not use stack memory with scatterlist for GMAC by Jouni Malinen · 5 years ago
  2. a1f2ba04c mac80211: add get TID helper by Sara Sharon · 7 years ago
  3. 9de18d8 mac80211: Add MIC space only for TX key option by David Spinadel · 7 years ago
  4. 4133da7 mac80211: aead api to reduce redundancy by Xiang Gao · 7 years ago
  5. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 7 years ago
  6. 98c67d1 mac80211/wpa: use constant time memory comparison for MACs by Jason A. Donenfeld · 7 years ago
  7. cef0acd mac80211: Add RX flag to indicate ICV stripped by David Spinadel · 8 years ago
  8. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  9. f3fe4e9 mac80211: add a HW flag for supporting HW TX fragmentation by Sara Sharon · 8 years ago
  10. f4a067f mac80211: move struct aead_req off the stack by Ard Biesheuvel · 8 years ago
  11. f631a77 mac80211: allow same PN for AMSDU sub-frames by Sara Sharon · 8 years ago
  12. f980ebc mac80211: allow not sending MIC up from driver for HW crypto by Sara Sharon · 9 years ago
  13. f8079d4 mac80211: move TKIP TX IVs to public part of key struct by Eliad Peller · 9 years ago
  14. 6f1f5d5 mac80211: remove event.c by Johannes Berg · 9 years ago
  15. 981d94a mac80211: support device/driver PN check for CCMP/GCMP by Johannes Berg · 9 years ago
  16. db388a5 mac80211: move TX PN to public part of key struct by Johannes Berg · 9 years ago
  17. c7ef38e mac80211: Get IV len from key conf and not cipher scheme by Cedric Izoard · 10 years ago
  18. 8ade538 mac80111: Add BIP-GMAC-128 and BIP-GMAC-256 ciphers by Jouni Malinen · 10 years ago
  19. 56c52da mac80111: Add BIP-CMAC-256 cipher by Jouni Malinen · 10 years ago
  20. 2b2ba0d mac80111: Add CCMP-256 cipher by Jouni Malinen · 10 years ago
  21. 00b9cfa mac80111: Add GCMP and GCMP-256 ciphers by Jouni Malinen · 10 years ago
  22. 452218d mac80211: fix network header breakage during encryption by Arik Nemtsov · 10 years ago
  23. b1e9be8 mac80211: annotate MMIC head/tailroom warning by Johannes Berg · 10 years ago
  24. aeb136c mac80211: fix a potential NULL access in ieee80211_crypto_hw_decrypt by Max Stepanov · 10 years ago
  25. 17d38fa mac80211: add option to generate CCMP IVs only for mgmt frames by Marek Kwaczynski · 11 years ago
  26. d8ca16d mac80211: add length check in ieee80211_is_robust_mgmt_frame() by Johannes Berg · 11 years ago
  27. 30ef7ef mac80211: drop unused param 'encrypted' from ccmp_special_blocks() by Ard Biesheuvel · 11 years ago
  28. 87ee475 mac80211: clean up garbage in comment by Emmanuel Grumbach · 11 years ago
  29. 2475b1cc mac80211: add generic cipher scheme support by Max Stepanov · 12 years ago
  30. 7ec7c4a mac80211: port CCMP to cryptoapi's CCM driver by Ard Biesheuvel · 11 years ago
  31. 4325f6c wireless: move crypto constants to ieee80211.h by Johannes Berg · 11 years ago
  32. 0339500 mac80211: use spin_lock_bh() for TKIP lock by Johannes Berg · 12 years ago
  33. b98ea05 mac80211: add debug file for mic failure by Saravana · 12 years ago
  34. 290eddc Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 12 years ago
  35. 4045f72 mac80211: check if key has TKIP type before updating IV by Stanislaw Gruszka · 12 years ago
  36. 3376636 mac80211: Fix FC masking in BIP AAD generation by Jouni Malinen · 12 years ago
  37. 7863157 mac80211: fix network header location when adding encryption headers by Arik Nemtsov · 12 years ago
  38. ee70108 mac80211: Add IV-room in the skb for TKIP and WEP by Janusz.Dziedzic@tieto.com · 12 years ago
  39. a828691 mac80211: linearize SKBs as needed for crypto by Johannes Berg · 13 years ago
  40. d32a102 mac80211: fix tx->skb NULL pointer dereference by Yoni Divinsky · 13 years ago
  41. 1140afa mac80211: fix rx->key NULL pointer dereference in promiscuous mode by Stanislaw Gruszka · 13 years ago
  42. 252b86c mac80211: use skb list for fragments by Johannes Berg · 13 years ago
  43. e0830f7 mac80211: make sure hw_key exists before checking its flags by Arik Nemtsov · 13 years ago
  44. 077a915 mac80211: support adding IV-room in the skb for CCMP keys by Arik Nemtsov · 13 years ago
  45. a26eb27 mac80211: move fragment flag to info flag as dont-fragment by Johannes Berg · 13 years ago
  46. 9e26297 mac80211: simplify RX PN/IV handling by Johannes Berg · 13 years ago
  47. 0cd20a2 mac80211: use AES_BLOCK_SIZE by Johannes Berg · 13 years ago
  48. 75396ae mac80211: fix CMAC races by Johannes Berg · 13 years ago
  49. aba83a0b mac80211: fix CCMP races by Johannes Berg · 13 years ago
  50. 523b02e mac80211: fix TKIP races, make API easier to use by Johannes Berg · 13 years ago
  51. a66b98d mac80211: fix rx->key NULL dereference during mic failure by Arik Nemtsov · 13 years ago
  52. 816c04f mac80211: consolidate MIC failure report handling by Christian Lamparter · 13 years ago
  53. 681d119 mac80211: Add testing functionality for TKIP by Jouni Malinen · 14 years ago
  54. 747d753 mac80211: Remove obsolete TKIP flexibility by Jouni Malinen · 14 years ago
  55. 554891e mac80211: move packet flags into packet by Johannes Berg · 14 years ago
  56. dc1580d mac80211: remove unused status flag checks by Johannes Berg · 14 years ago
  57. 97359d1 mac80211: use cipher suite selectors by Johannes Berg · 14 years ago
  58. 3473187 mac80211: remove wep dependency by John W. Linville · 14 years ago
  59. 9190252 mac80211: Use a separate CCMP PN receive counter for management frames by Jouni Malinen · 14 years ago
  60. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  61. 813d766 mac80211: move control.hw_key assignment by Johannes Berg · 15 years ago
  62. eb9fb5b8 mac80211: trim RX data by Johannes Berg · 15 years ago
  63. e6d6e34 cfg80211: use proper allocation flags by Johannes Berg · 15 years ago
  64. a3b8b05 nl80211: Add Michael MIC failure event by Jouni Malinen · 16 years ago
  65. 2de8e0d mac80211: rewrite fragmentation by Johannes Berg · 16 years ago
  66. 1f7d77a mac80211: 802.11w - Optional software CCMP for management frames by Jouni Malinen · 16 years ago
  67. 765cb46 mac80211: 802.11w - Add BIP (AES-128-CMAC) by Jouni Malinen · 16 years ago
  68. fb73333 mac80211: 802.11w - CCMP for management frames by Jouni Malinen · 16 years ago
  69. c6a1fa1 mac80211: minor code cleanups by Johannes Berg · 16 years ago
  70. 0c68ae26 mac80211: convert to %pM away from print_mac by Johannes Berg · 16 years ago
  71. 76708de mac80211: free up 2 bytes in skb->cb by Felix Fietkau · 16 years ago
  72. 17741cd mac80211: share STA information with driver by Johannes Berg · 16 years ago
  73. f698d85 replace net_device arguments with ieee80211_{local,sub_if_data} as appropriate by Jasper Bryant-Greene · 16 years ago
  74. feccb46 mac80211: pass scratch buffer directly, remove additional pointers by Harvey Harrison · 16 years ago
  75. c34498b mac80211: wpa.c remove rx/tx_data ->fc users by Harvey Harrison · 16 years ago
  76. 8e8862b mac80211: remove ieee80211_get_hdr_info by Harvey Harrison · 16 years ago
  77. f14df80 mac80211: remove one user of ieee80211_get_hdr_info by Harvey Harrison · 16 years ago
  78. 73e1f7c mac80211: use symbolic defines in wpa.c by Harvey Harrison · 16 years ago
  79. f4ea83d mac80211: rework debug settings and make debugging safer by Johannes Berg · 16 years ago
  80. ffd7891 mac80211: Let drivers have access to TKIP key offets for TX and RX MIC by Luis R. Rodriguez · 16 years ago
  81. c801242 mac80211: tkip.c consolidate tkip IV writing in helper by Harvey Harrison · 16 years ago
  82. d5184ca mac80211: wpa.c use new access helpers by Harvey Harrison · 16 years ago
  83. 23c0752 mac80211: clean up skb reallocation code by Johannes Berg · 16 years ago
  84. e039fa4 mac80211: move TX info into skb->cb by Johannes Berg · 16 years ago
  85. b0f76b3 mac80211: add a struct to hold tkip context by Harvey Harrison · 16 years ago
  86. 1c01442 mac80211: Replace ieee80211_tx_control->key_idx with ieee80211_key_conf by Ivo van Doorn · 17 years ago
  87. 9ae4fda mac80211: allows driver to request a Phase 1 RX key by Emmanuel Grumbach · 17 years ago
  88. 5cf121c mac80211: split ieee80211_txrx_data by Johannes Berg · 17 years ago
  89. e4c26ad mac80211: split RX_DROP by Johannes Berg · 17 years ago
  90. 9ae54c8 mac80211: split ieee80211_txrx_result by Johannes Berg · 17 years ago
  91. 176e4f8 mac80211: move tx crypto decision by Johannes Berg · 17 years ago
  92. 7f3ad89 mac80211: make "decrypt failed" messages conditional upon MAC80211_DEBUG by John W. Linville · 17 years ago
  93. 50741ae [PATCH] mac80211: fix TKIP IV update by Johannes Berg · 17 years ago
  94. 6a22a59 [PATCH] mac80211: consolidate encryption by Johannes Berg · 17 years ago
  95. 4f0d18e [PATCH] mac80211: consolidate decryption by Johannes Berg · 17 years ago
  96. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  97. c39e3a0 [MAC80211]: remove TKIP mixing for hw accel again by Johannes Berg · 17 years ago
  98. 7848ba7 [MAC80211]: rework hardware crypto flags by Johannes Berg · 17 years ago
  99. 3c3b00c [MAC80211]: clean up whitespace by Johannes Berg · 17 years ago
  100. 11a843b [MAC80211]: rework key handling by Johannes Berg · 17 years ago