| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Compile-tested on ar71xx, imx6, lantiq, mvebu
Runtime-tested on sunxi.
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
|
|\
| |
| | |
CC: brcm2708: Fix Kernel Panic: DM9601 Fast Ethernet Adapter
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The dm9601 driver expects to receive a single encapsulated ethernet
frame from the device in one URB transfer, and it provides an URB
buffer of length 1,522 to receive it. This is not a round multiple
of USB transfer packets.
The device in question [1] provides a stream of such frames and it
does not conveniently slice them up as the dm9601 driver expects. We
can end up with 1,536 (0x600) bytes returned by the device in response
to the URB request. This may include several encapsulated ethernet
frames, and/or fragments thereof.
It seems to me that the kernel 'Oops' arises because the dwc_otg driver
does not notice that the destination buffer is too small to receive the
full 1,536 bytes. Comparing dwc_otg's update_urb_state_xfer_comp with
dwc2's dwc2_update_urb_state is suggestive.
More details: https://github.com/raspberrypi/linux/issues/1045
All Credits to: https://github.com/mw9
Signed-off-by: Marian Hello <marian.hello@gmail.com>
Reviewed-by: Zoltan HERPAI <wigyori@uid0.hu>
|
|\ \
| | |
| | | |
CC: ar71xx: Added missing support for Linksys E2100L
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
It's based on the WRT160NL according to https://wiki.openwrt.org/toh/linksys/e2100l
Based on research done here: https://forum.openwrt.org/viewtopic.php?id=24244 and here: https://forum.openwrt.org/viewtopic.php?pid=120791#p120791 this patch was conceived.
Signed-off-by: Gad Krumholz <gad.krumholz@gmail.com>
|
|\ \
| | |
| | | |
CC: ar71xx: fix syntax error in /etc/uci-defaults/01_leds
|
|/ /
| |
| |
| |
| |
| | |
Fixes f98117a "CC: ar71xx: backport LED fix for TL-WR841N-v11".
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
|
|\ \
| | |
| | | |
CC: ar71xx: backport LED fix for TL-WR841N-v11
|
| | |
| | |
| | |
| | | |
Signed-off-by: Shaleen Jain <shaleen.jain95@gmail.com>
|
|\ \ \
| |/ /
|/| | |
CC: ar71xx: Add support to DomyWifi DW33D
|
| |/
| |
| |
| | |
Signed-off-by: Jing Lin <mumuqz@163.com>
|
|\ \
| |/
|/| |
CC: generic: bump kernel to 3.18.44
|
|/
|
|
|
|
|
|
|
| |
Patch 610- is updated as check_entry helper was killed in 3.18.37
Fixes CVE-2016-5195 (dirtycow)
Compile-tested on ar71xx, mxs, sunxi, imx6
Runtime-tested on ar71xx (PB42)
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
|
|
|
|
|
|
| |
backport of ce116bc6f997d8d6e6b976cacce5d4c60d705fc6
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
|
|
|
|
|
|
| |
backport of 67d3ba0c7c91c0a2fb0cbd768d3a75db2246de80
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
|
|
|
|
|
|
| |
backport of 50e627ac06112eb633222cc72af5c4fe60f3dbb9
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
|
|
|
|
|
|
| |
backport of 2055b43f78c8ff74fe513a1fdaf5a10481faac6f
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
|
|
|
|
|
|
| |
backport of f9fc9c242fa62c214dc4a92bd89ca9a36bc8308c
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
|
|\
| |
| | |
odhcp* upstream relocation
|
| |
| |
| |
| |
| |
| |
| | |
This change also reflect relocation of upstream project which has been
moved to OpenWrt GitHub organization.
Signed-off-by: Hrvoje Varga <hrvoje.varga@sartura.hr>
|
|/
|
|
|
|
|
| |
This change also reflect relocation of upstream project which has been
moved to OpenWrt GitHub organization.
Signed-off-by: Hrvoje Varga <hrvoje.varga@sartura.hr>
|
|\
| |
| | |
scripts: feeds: fix version detection for Make >= 4.2.1
|
|/
|
|
| |
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|\
| |
| | |
CC: openssl security upgrade, sync updates from git.openwrt.org/chaos_calmer
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This fixes memory leaks, some possible crashes and bug that could cause
WARNING on every add_key/del_key call. It also replaces WARNING with
a simple message. They may still occur e.g. on station going out of
range and A-MPDU stall in the firmware.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
|
| |
| |
| |
| | |
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
|
| |
| |
| |
| |
| |
| |
| | |
They are necessary for further fixes and improvements otherwise recent
patches don't apply.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
|
| |
| |
| |
| |
| |
| | |
adds support for the Linksys WRT1900ACSv2 and WRT1200ACv2
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
|
| |
| |
| |
| |
| |
| | |
This is quite trivial and will be required for VIF fixes in the future.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
|
| |
| |
| |
| |
| |
| | |
this broke usb20 device detection.
Signed-off-by: John Crispin <john@phrozen.org>
|
| |
| |
| |
| | |
Signed-off-by: John Crispin <john@phrozen.org>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
To work correctly hostapd requires wireless driver to allow interfaces
removal. It was working with brcmfmac only partially. Firmware for
BCM43602 got some special hack (feature?) that allowed removing all
interfaces by disabling mbss mode. It wasn't working with BCM4366
firmware and remaining interfaces were preventing hostapd from starting
again.
Those patches add support for "interface_remove" firmware method which
works with BCM4366 firmware and they make it finally possible to use
BCM4366 & brcmfmac & multiple interfaces.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
|
| |
| |
| |
| |
| |
| |
| |
| | |
- Expose supported HT rate information in info call
- Zero out ccode buffer when listing countries
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Security fixes:
* (Severity: High) OCSP Status Request extension unbounded memory growth (CVE-2016-6304)
* (Severity: Moderate) SSL_peek() hang on empty record (CVE-2016-6305)
* (Severity: Moderate) Missing CRL sanity check (CVE-2016-7052)
* 10 Low severity issues
Security advisories:
https://www.openssl.org/news/secadv/20160922.txt
https://www.openssl.org/news/secadv/20160926.txt
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
|
|\ \
| | |
| | | |
OpenMesh MR1750(v2) and OM2P-HSv3 support for Chaos Calmer
|
| | |
| | |
| | |
| | | |
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
|