linux/drivers/staging/rtl8712
Linus Torvalds dafa5f6577 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Pull crypto updates from Herbert Xu:
 "API:
   - Fix dcache flushing crash in skcipher.
   - Add hash finup self-tests.
   - Reschedule during speed tests.

  Algorithms:
   - Remove insecure vmac and replace it with vmac64.
   - Add public key verification for DH/ECDH.

  Drivers:
   - Decrease priority of sha-mb on x86.
   - Improve NEON latency/throughput on ARM64.
   - Add md5/sha384/sha512/des/3des to inside-secure.
   - Support eip197d in inside-secure.
   - Only register algorithms supported by the host in virtio.
   - Add cts and remove incompatible cts1 from ccree.
   - Add hisilicon SEC security accelerator driver.
   - Replace msm hwrng driver with qcom pseudo rng driver.

  Misc:
   - Centralize CRC polynomials"

* 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: (121 commits)
  crypto: arm64/ghash-ce - implement 4-way aggregation
  crypto: arm64/ghash-ce - replace NEON yield check with block limit
  crypto: hisilicon - sec_send_request() can be static
  lib/mpi: remove redundant variable esign
  crypto: arm64/aes-ce-gcm - don't reload key schedule if avoidable
  crypto: arm64/aes-ce-gcm - implement 2-way aggregation
  crypto: arm64/aes-ce-gcm - operate on two input blocks at a time
  crypto: dh - make crypto_dh_encode_key() make robust
  crypto: dh - fix calculating encoded key size
  crypto: ccp - Check for NULL PSP pointer at module unload
  crypto: arm/chacha20 - always use vrev for 16-bit rotates
  crypto: ccree - allow bigger than sector XTS op
  crypto: ccree - zero all of request ctx before use
  crypto: ccree - remove cipher ivgen left overs
  crypto: ccree - drop useless type flag during reg
  crypto: ablkcipher - fix crash flushing dcache in error path
  crypto: blkcipher - fix crash flushing dcache in error path
  crypto: skcipher - fix crash flushing dcache in error path
  crypto: skcipher - remove unnecessary setting of walk->nbytes
  crypto: scatterwalk - remove scatterwalk_samebuf()
  ...
2018-08-15 16:01:47 -07:00
..
basic_types.h
drv_types.h staging: rtl8712: Fixed 'tabstop' coding style warning 2018-03-06 04:03:43 -08:00
ethernet.h
hal_init.c staging: rtl8712: remove redundant zero assignment to val32 2017-11-28 14:07:15 +01:00
ieee80211.c staging: rtl8712: fix signedness of length to rtl8717_set_ie 2018-02-19 18:06:35 +01:00
ieee80211.h staging: rtl8712: make unsigned length for rtl8717_get{_wpa_, _wpa2_, _}ie 2018-02-19 18:06:35 +01:00
Kconfig
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mlme_linux.c staging: rtl8712: match alignment with open parenthesis 2018-03-06 04:03:43 -08:00
mlme_osdep.h
mp_custom_oid.h
os_intfs.c staging: rtl8712: Remove multiple blank line(s) 2018-03-06 04:03:44 -08:00
osdep_intf.h
osdep_service.h
recv_linux.c staging: rtl8712: remove unnecessary parentheses 2018-03-06 04:03:44 -08:00
recv_osdep.h
rtl871x_cmd.c staging: rtl8712: style fix multiple line dereferences 2017-12-21 18:27:15 +01:00
rtl871x_cmd.h Staging: rtl8712: rtl871x_cmd.h - block comments 2017-03-06 09:17:03 +01:00
rtl871x_debug.h
rtl871x_eeprom.c
rtl871x_eeprom.h
rtl871x_event.h Staging: rtl8712: rtl871x_event.h - style fix 2017-03-06 09:17:03 +01:00
rtl871x_ht.h
rtl871x_io.c
rtl871x_io.h Staging: rtl8712: rtl871x_io.h - style fix 2017-03-06 09:17:03 +01:00
rtl871x_ioctl_linux.c staging: rtl8712: style fix multiple line dereferences 2017-12-21 18:27:15 +01:00
rtl871x_ioctl_rtl.c staging: rtl8712: checkpatch: Avoid multiple line dereferences 2017-03-21 08:44:55 +01:00
rtl871x_ioctl_rtl.h
rtl871x_ioctl_set.c staging: rtl8712: style fix unneeded else 2017-12-19 15:27:48 +01:00
rtl871x_ioctl_set.h
rtl871x_ioctl.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
rtl871x_led.h
rtl871x_mlme.c staging: rtl8712: make unsigned length for rtl8717_get{_wpa_, _wpa2_, _}ie 2018-02-19 18:06:35 +01:00
rtl871x_mlme.h staging: rtl8712: style fix over 80 characters warnings 2017-12-19 15:23:19 +01:00
rtl871x_mp_ioctl.c
rtl871x_mp_ioctl.h Staging: rtl8712: rtl871x_mp_ioctl.h - style fix 2017-03-09 17:37:21 +01:00
rtl871x_mp_phy_regdef.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
rtl871x_mp.c staging: rtl8712: remove redundant initialization to 'rfPath' 2018-01-22 11:48:05 +01:00
rtl871x_mp.h
rtl871x_pwrctrl.c staging: rtl8712: Convert timers to use timer_setup() 2017-10-18 16:18:31 +02:00
rtl871x_pwrctrl.h Staging: rtl8712: rtl871x_pwrctrl.h - style fix 2017-03-06 09:17:03 +01:00
rtl871x_recv.c
rtl871x_recv.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
rtl871x_rf.h
rtl871x_security.c staging: rtl: Use existing define with polynomial 2018-07-27 19:16:37 +08:00
rtl871x_security.h staging: rtl8712: Convert timers to use timer_setup() 2017-10-18 16:18:31 +02:00
rtl871x_sta_mgt.c
rtl871x_wlan_sme.h
rtl871x_xmit.c staging: rtl8712: make unsigned length for rtl8717_get{_wpa_, _wpa2_, _}ie 2018-02-19 18:06:35 +01:00
rtl871x_xmit.h
rtl8712_bitdef.h staging: rtl8712: Remove multiple blank line(s) 2018-03-06 04:03:44 -08:00
rtl8712_cmd.c staging: rtl8712: remove unnecessary parentheses 2018-03-06 04:03:44 -08:00
rtl8712_cmd.h staging: rtl8712: Added spaces around '+' 2018-03-06 04:03:44 -08:00
rtl8712_cmdctrl_bitdef.h staging: rtl8712: Add spaces around '|' 2018-03-06 04:03:44 -08:00
rtl8712_cmdctrl_regdef.h staging: rtl8712: Remove multiple blank line(s) 2018-03-06 04:03:44 -08:00
rtl8712_debugctrl_bitdef.h staging: rtl8712: Remove multiple blank line(s) 2018-03-06 04:03:44 -08:00
rtl8712_debugctrl_regdef.h staging: rtl8712: Remove multiple blank line(s) 2018-03-06 04:03:44 -08:00
rtl8712_edcasetting_bitdef.h
rtl8712_edcasetting_regdef.h
rtl8712_efuse.c staging: rtl8712: fix "Alignment match open parenthesis" 2017-07-16 08:40:58 +02:00
rtl8712_efuse.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
rtl8712_event.h Staging: rtl8712: Remove multiple blank lines 2017-09-17 16:35:26 +02:00
rtl8712_fifoctrl_bitdef.h staging: rtl8712: Remove multiple blank line(s) 2018-03-06 04:03:44 -08:00
rtl8712_fifoctrl_regdef.h staging: rtl8712: Remove multiple blank line(s) 2018-03-06 04:03:44 -08:00
rtl8712_gp_bitdef.h staging: rtl8712: Add spaces around '|' 2018-03-06 04:03:44 -08:00
rtl8712_gp_regdef.h staging: rtl8712: Remove multiple blank line(s) 2018-03-06 04:03:44 -08:00
rtl8712_hal.h
rtl8712_interrupt_bitdef.h staging: rtl8712: Remove multiple blank line(s) 2018-03-06 04:03:44 -08:00
rtl8712_io.c
rtl8712_led.c staging: rtl8712: remove unnecessary parentheses 2018-03-06 04:03:44 -08:00
rtl8712_macsetting_bitdef.h
rtl8712_macsetting_regdef.h
rtl8712_powersave_bitdef.h
rtl8712_powersave_regdef.h
rtl8712_ratectrl_bitdef.h
rtl8712_ratectrl_regdef.h
rtl8712_recv.c staging: rtl8712: style fix multiple line dereferences 2017-12-21 18:27:15 +01:00
rtl8712_recv.h
rtl8712_regdef.h
rtl8712_security_bitdef.h
rtl8712_spec.h
rtl8712_syscfg_bitdef.h
rtl8712_syscfg_regdef.h
rtl8712_timectrl_bitdef.h
rtl8712_timectrl_regdef.h
rtl8712_wmac_bitdef.h
rtl8712_wmac_regdef.h
rtl8712_xmit.c staging: rtl8712: style fix over 80 characters warnings 2017-12-19 15:23:19 +01:00
rtl8712_xmit.h
sta_info.h
TODO
usb_halinit.c
usb_intf.c staging: rtl8712: Fix unbalanced braces around else statement 2017-09-17 16:35:27 +02:00
usb_ops_linux.c staging: rtl8712: style fix indentation 2017-12-19 15:27:44 +01:00
usb_ops.c
usb_ops.h
usb_osintf.h
wifi.h ieee80211: bump IEEE80211_MAX_AMPDU_BUF to support HE 2018-06-18 22:39:39 +02:00
wlan_bssdef.h Staging: rtl8712: wlan_bssdef.h - style fix 2017-03-06 09:17:03 +01:00
xmit_linux.c
xmit_osdep.h