index
:
openwrt/upstream
attitude_adjustment
barrier_breaker
chaos_calmer
lede-17.01
less-old-master
master
old-master
openwrt-18.06
openwrt-19.07
upstream
upstream openwrt
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
package
Commit message (
Expand
)
Author
Age
Files
Lines
*
uclient: update to the latest version, fixes HTTP digest auth processing
Felix Fietkau
2014-12-10
1
-2
/
+2
*
odhcp6c: correctly handle renew-replies with short lease times
Steven Barth
2014-12-10
1
-2
/
+2
*
qos-scripts: fix insmod commands
Felix Fietkau
2014-12-08
1
-11
/
+11
*
openvpn: update to 2.3.6, fixes CVE-2014-8104
Felix Fietkau
2014-12-01
2
-25
/
+46
*
ath9k: fix hardware tx queue allocation order
Felix Fietkau
2014-11-30
2
-2
/
+59
*
odhcp6c: backport from trunk to fix busyloop
Steven Barth
2014-11-28
1
-3
/
+4
*
Revert "ath9k: fix crashes when using shared IRQs"
Felix Fietkau
2014-11-15
11
-140
/
+18
*
ath9k: fix crashes when using shared IRQs
Felix Fietkau
2014-11-13
11
-18
/
+140
*
netifd: fix default ORO for 6rd
Steven Barth
2014-11-08
2
-2
/
+2
*
mac80211: merge a few pending upstream fixes
Felix Fietkau
2014-11-07
10
-18
/
+161
*
BB: lantiq: vr9: - fix vmmc build
John Crispin
2014-11-03
2
-5
/
+18
*
BB: lantiq: vr9: - fix tapi build
John Crispin
2014-11-03
1
-1
/
+2
*
BB: lantiq: ltq-vmmc add support for ar9-vr9
John Crispin
2014-11-03
1
-0
/
+247
*
BB: busybox: make high ASCII chars printable (#7993)
Jo-Philipp Wich
2014-10-27
2
-1
/
+21
*
BB: px5g-standalone: use /dev/urandom to initialize serial (#18232)
Jo-Philipp Wich
2014-10-27
2
-4
/
+27
*
BB: uhttpd: fix HTTP incompatibilities in file handler
Jo-Philipp Wich
2014-10-27
1
-2
/
+2
*
mac80211: fix key flush handling in AP+STA
Felix Fietkau
2014-10-27
3
-13
/
+43
*
base-files: add /etc/shadow to list of essential files to keep in sysupgrade ...
Felix Fietkau
2014-10-25
1
-0
/
+1
*
odhcp6c: avoid some unnecessary big mallocs
Steven Barth
2014-10-25
1
-2
/
+2
*
ath9k: fix regulatory notifier calls with CONFIG_ATH_USER_REGD=y (#18211)
Felix Fietkau
2014-10-25
1
-3
/
+4
*
mac80211: refresh patches
Felix Fietkau
2014-10-25
5
-56
/
+50
*
ath9k: backport tx power reporting fix
Felix Fietkau
2014-10-25
1
-0
/
+31
*
openssl: add ABI_VERSION to fix package rebuild issues (fixes #18169)
Felix Fietkau
2014-10-19
1
-0
/
+1
*
polarssl: do not build the unused programs
Felix Fietkau
2014-10-19
1
-0
/
+1
*
polarssl: add missing version bump
Felix Fietkau
2014-10-18
1
-1
/
+1
*
polarssl: disable SSLv3 support, fixes CVE-2014-3566 (POODLE)
Felix Fietkau
2014-10-18
1
-0
/
+12
*
hostapd: CVE-2014-3686 fixes
Steven Barth
2014-10-17
9
-11
/
+229
*
BB: openssl: update to v1.0.1j (CVE-2014-3513, CVE-2014-3567, CVE-2014-3568)
Jo-Philipp Wich
2014-10-16
3
-13
/
+13
*
lantiq: mac80211: add support for rf5362 (needed by vgv7519 wifi)
John Crispin
2014-10-14
1
-0
/
+79
*
procd: fix initial nand sysupgrade
Felix Fietkau
2014-10-12
1
-0
/
+14
*
procd: fix parsing of the has_env parameter
Felix Fietkau
2014-10-12
1
-1
/
+1
*
mac80211: remove NO-IR from channel 36-48
Felix Fietkau
2014-10-12
1
-1
/
+1
*
odhcp6c: fix parse errors with some dhcpv6 servers
Steven Barth
2014-10-12
1
-2
/
+2
*
odhcp6c: fix typo in last commit
Steven Barth
2014-10-08
1
-1
/
+1
*
odhcp6c: don't assign addresses or prefixes prematurely
Steven Barth
2014-10-08
2
-2
/
+5
*
odhcp6c: ensure signal-safety of signal handlers
Steven Barth
2014-10-08
1
-2
/
+2
*
odhcp6c: add route-workaround for broken IPv6-ISPs
Steven Barth
2014-10-08
3
-5
/
+21
*
hostapd: merge an upstream patch for pmksa cache
Felix Fietkau
2014-10-05
1
-0
/
+32
*
map: fix portsets starting with 0 and use regular NAT for 1:1 MAP
Steven Barth
2014-10-02
3
-19
/
+31
*
brcm2708-gpu-fw: update to Sep. 27 2014 snapshot
Florian Fainelli
2014-09-27
1
-2
/
+2
*
odhcp6c: work around weird ISP RS behaviour
Steven Barth
2014-09-27
1
-2
/
+2
*
odhcpd: fix segfault when parsing domain options in UCI
Steven Barth
2014-09-25
1
-2
/
+2
*
BB: firewall: allow '*' as synonym for any / all in family and proto options
Jo-Philipp Wich
2014-09-19
1
-2
/
+2
*
BB: firewall: fix heap corruption in fw3_bitlen2netmask() with IPv6 addresses
Jo-Philipp Wich
2014-09-19
1
-2
/
+2
*
BB: firewall: fix invalid memory access when processing /128 IPv6 addresses f...
Jo-Philipp Wich
2014-09-19
1
-2
/
+2
*
cyassl: update to version 3.2.0
John Crispin
2014-09-18
2
-3
/
+3
*
ppp: update to version 2.4.7
John Crispin
2014-09-18
15
-53
/
+40
*
curl: 7.36.0 -> 7.38.0
John Crispin
2014-09-18
5
-65
/
+7
*
ubus: update to latest version, adds various fixes and improvements
Felix Fietkau
2014-09-17
1
-2
/
+2
*
mdns: update to latest git HEAD
John Crispin
2014-09-17
1
-2
/
+2
[next]