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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipv6-support: Use more consistent default values
Steven Barth
2012-12-29
3
-3
/
+3
*
ar71xx: change the unaligned access hack to assume an alignment of 2 bytes, s...
Felix Fietkau
2012-12-28
1
-4
/
+4
*
mac80211: refresh patches
Felix Fietkau
2012-12-28
3
-4
/
+4
*
mac80211: assume 2-byte aligning for 802.11 packets, slightly improves code s...
Felix Fietkau
2012-12-28
2
-0
/
+449
*
mips: use -mno-branch-likely for kernel and userspace, saves ~11k kernel size...
Felix Fietkau
2012-12-28
7
-5
/
+27
*
ipv6-support: Updated functionality * Add site-border feature again * Add opt...
Steven Barth
2012-12-28
5
-2
/
+62
*
6distributed: Add null-route for delegated prefix * Fixes forwarding loops fo...
Steven Barth
2012-12-28
1
-2
/
+2
*
6relayd: Announce DNS search domain via DHCPv6
Steven Barth
2012-12-28
1
-2
/
+2
*
kernel: remove the cisco SIP NAT patch, at least on 3.6 it crashes
Felix Fietkau
2012-12-27
2
-236
/
+0
*
brcm47xx: bcma: correct M25P32 serial flash ID
Hauke Mehrtens
2012-12-27
1
-0
/
+11
*
uci: update to latest version (adds list delete support), enable parallel build
Felix Fietkau
2012-12-27
1
-4
/
+4
*
ipv6-support: Remove site-border feature * was causing routing problems * wil...
Steven Barth
2012-12-27
3
-9
/
+1
*
Remove site-border routing filter due to problems
Steven Barth
2012-12-27
1
-2
/
+2
*
ipv6-support: * Automatically detect and propagate MTU from upstream interfac...
Steven Barth
2012-12-27
4
-11
/
+27
*
6distributed: feature update * Add feature to decrease IPv6-specific MTU on-d...
Steven Barth
2012-12-27
1
-2
/
+2
*
6relayd: Advertise IPv6-specific MTU instead of generic * Fixes announced MTU...
Steven Barth
2012-12-27
1
-2
/
+2
*
base-files: Fix a typo in config_list_foreach
Steven Barth
2012-12-27
2
-2
/
+2
*
mpc83xx: add support for 3.7
Gabor Juhos
2012-12-26
11
-0
/
+4544
*
mpc83xx: nuke 3.3 support
Gabor Juhos
2012-12-26
11
-4548
/
+0
*
mpc83xx: switch to 3.6.11
Gabor Juhos
2012-12-26
1
-1
/
+1
*
mpc83xx: add support for 3.6
Gabor Juhos
2012-12-26
11
-0
/
+4535
*
mpc83xx: create package for the rbppc_cf module
Gabor Juhos
2012-12-26
1
-0
/
+25
*
generic: more missing symbols for 3.{6,7}
Gabor Juhos
2012-12-26
2
-0
/
+5
*
ar71xx: build image for the AP136-020
Gabor Juhos
2012-12-26
1
-1
/
+2
*
ar71xx: add user-space support for AP136-020
Gabor Juhos
2012-12-26
4
-1
/
+13
*
ar71xx: add kernel support for the AP136-020 board
Gabor Juhos
2012-12-26
2
-17
/
+52
*
ar71xx: rename AP136 to AP136-010
Gabor Juhos
2012-12-26
7
-9
/
+24
*
ar71xx: dynamically set AR8327's PAD configuration on AP136
Gabor Juhos
2012-12-25
1
-42
/
+40
*
generic: ar8216: add sgmii_delay_en field to ar8327_platform_data
Gabor Juhos
2012-12-25
3
-0
/
+5
*
ar71xx: ag71xx: show PHY interface mode in dmesg
Gabor Juhos
2012-12-25
1
-2
/
+24
*
ramips: fix ASUS WL-330N3G MAC address
Gabor Juhos
2012-12-24
1
-3
/
+3
*
ramips: fix wifi EEPROM extraction on DIR-615-Dx models
Gabor Juhos
2012-12-24
1
-2
/
+2
*
base-files: ipcalc.sh: fix broken calculations on 64bit systems
Jo-Philipp Wich
2012-12-23
1
-5
/
+10
*
add nol2x0 cmdline to disable l2x0 cache
Imre Kaloz
2012-12-23
2
-2
/
+47
*
ipv6-support: Fix default RA settings for dnsmasq
Steven Barth
2012-12-23
2
-4
/
+4
*
busybox: (vconfig) do not attempt to open /proc/net/vlan/config for no good r...
Felix Fietkau
2012-12-23
1
-0
/
+22
*
build: reduce the size of package metadata a bit to keep package list files s...
Felix Fietkau
2012-12-22
3
-12
/
+10
*
tools/ipkg-utils: remove some unnecessary field checks
Felix Fietkau
2012-12-22
1
-0
/
+36
*
opkg: keep package list files compressed when src/gz is used, reduces tmpfs u...
Felix Fietkau
2012-12-22
1
-0
/
+120
*
build: remove the default useless MAINTAINER value
Felix Fietkau
2012-12-22
1
-2
/
+0
*
dropbear: convert init script to procd
Felix Fietkau
2012-12-22
1
-37
/
+21
*
base-files: add basic procd integration, let procd start (and restart) ubus i...
Felix Fietkau
2012-12-22
3
-3
/
+33
*
procd: add initial implementation
Felix Fietkau
2012-12-22
3
-0
/
+227
*
libnl-tiny: add includedir to pkg-config cflags
Felix Fietkau
2012-12-22
1
-1
/
+1
*
dropbear: use network_get_device instead of scan_interfaces to get the device...
Felix Fietkau
2012-12-22
1
-3
/
+4
*
generic: ar8216: don't use 0 as default VID on AR8327
Gabor Juhos
2012-12-22
1
-1
/
+3
*
generic: more missing symbols for 3.{6,7}
Gabor Juhos
2012-12-22
2
-0
/
+4
*
ramips: unify eeprom file name for the built-in wireless MAC
Gabor Juhos
2012-12-22
4
-6
/
+5
*
ramips: rt3883: fix build error
Gabor Juhos
2012-12-22
1
-1
/
+1
*
ipv6-support: Preliminary support for dnsmasq >=2.66
Steven Barth
2012-12-22
2
-5
/
+29
[next]