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
*
mac80211: rt2x00: allow to disable bands via platform data
Gabor Juhos
2012-02-18
2
-1
/
+48
*
package/kernel: add package for MTD testing modules
Gabor Juhos
2012-02-18
1
-0
/
+22
*
firmware-utils/mkfwimage: allow to override firmware magic
Gabor Juhos
2012-02-18
1
-5
/
+12
*
ar71xx: fix image signature for UBNT-XM boards
Gabor Juhos
2012-02-18
1
-5
/
+5
*
ath5k: do not re-run AGC calibration periodically - fixes stability issues on...
Felix Fietkau
2012-02-17
1
-0
/
+42
*
ath5k: do not stop the hardware queues during PAPD calibration, speeds up cal...
Felix Fietkau
2012-02-17
1
-0
/
+31
*
generic/2.6.37: fix 'set but unused' build errors on MIPS
Gabor Juhos
2012-02-17
1
-0
/
+44
*
gcc: use .eh_frame sections for exception handling stack unwind - saves about...
Felix Fietkau
2012-02-17
1
-0
/
+29
*
gcc: enable --with-headers for the final toolchain build
Felix Fietkau
2012-02-17
1
-0
/
+1
*
crda: remove unnecessary build dependency on mac80211
Felix Fietkau
2012-02-17
1
-1
/
+0
*
hostapd: remove unnecessary dependency on mac80211
Felix Fietkau
2012-02-17
1
-2
/
+0
*
broadcom-diag: add missing brackets breakign the detection logic (#10836)
Jo-Philipp Wich
2012-02-17
1
-2
/
+4
*
iwinfo: implement proper hardware detection for ar23xx SoC devices like the N...
Jo-Philipp Wich
2012-02-17
6
-77
/
+78
*
ramips: extract eeprom for the built-in wlan module on the RT-N56U
Gabor Juhos
2012-02-16
1
-1
/
+3
*
ramips: rt3883: change eeprom file name
Gabor Juhos
2012-02-16
1
-1
/
+1
*
env: colorize git output
Florian Fainelli
2012-02-16
1
-2
/
+2
*
iwinfo: fix detection of Bullet M5, the PCI ID was wrong
Jo-Philipp Wich
2012-02-16
2
-2
/
+2
*
Disable by default padding of images
Vasilis Tsiligiannis
2012-02-16
1
-1
/
+0
*
Allow gzipping of squashfs images with padded jffs2 partition
Vasilis Tsiligiannis
2012-02-16
1
-0
/
+3
*
GZip only ext4 and padded images
Vasilis Tsiligiannis
2012-02-16
2
-4
/
+7
*
Make gzipping of images configurable via menuconfig
Vasilis Tsiligiannis
2012-02-16
2
-5
/
+23
*
package/mac80211: fix a possible NULL pointer dereference in rt2x00
Gabor Juhos
2012-02-16
2
-1
/
+13
*
ar71xx: remove duplicated define from the D-Link profile
Gabor Juhos
2012-02-16
1
-3
/
+0
*
ramips: select HW_HAS_PCI on per-board basis
Gabor Juhos
2012-02-16
3
-2
/
+2
*
ramips: rt3883: remove a stray character from rt3883.h
Gabor Juhos
2012-02-16
1
-1
/
+0
*
ramips: rt288x: don't register the PCI controller on each board
Gabor Juhos
2012-02-16
3
-3
/
+8
*
ramips: raeth: separate ring allocation and setup
Gabor Juhos
2012-02-16
1
-44
/
+90
*
generic: add SND_PPC symbol
Gabor Juhos
2012-02-16
3
-0
/
+3
*
Add Ubiquiti UniFi Profile; It's an AP without USB so don't include USB drive...
Daniel Dickinson
2012-02-16
1
-0
/
+11
*
d-link: Add DIR-601 Profile Definition; It needs different factory images tha...
Daniel Dickinson
2012-02-16
2
-0
/
+19
*
Fix partitions for Cameo-based boards; kernel 3.2 is bigger
Daniel Dickinson
2012-02-16
1
-4
/
+4
*
image: For Cameo-based board fix adding mtd layout to kernel commandline)
Daniel Dickinson
2012-02-16
1
-1
/
+1
*
linux 3.2: missing generic symbols
Jo-Philipp Wich
2012-02-15
1
-0
/
+2
*
kernel: fix KCONFIG depends of kmod-md modules
Jo-Philipp Wich
2012-02-15
1
-13
/
+13
*
ramips: rt288x: fix PCI resource conflict
Gabor Juhos
2012-02-15
1
-0
/
+8
*
correct PCI IO/Mem resource swapping
Florian Fainelli
2012-02-15
1
-4
/
+4
*
add Ralink V11ST-FE board support
Florian Fainelli
2012-02-15
11
-0
/
+134
*
build: add -Wno-error=unused-but-set-variable to cflags for gcc 4.6 and newer...
Felix Fietkau
2012-02-15
1
-1
/
+1
*
ramips: raeth: add a helper function for skb allocation
Gabor Juhos
2012-02-15
1
-6
/
+16
*
ramips: raeth: use netdev_alloc_skb
Gabor Juhos
2012-02-15
1
-2
/
+3
*
ramips: raeth: add '__packed __aligned(4)' annotation to dma descritor struct...
Gabor Juhos
2012-02-15
1
-2
/
+2
*
ramips: raeth: use 're' instead of 'priv' everywhere
Gabor Juhos
2012-02-15
1
-73
/
+73
*
ath9k: prevent writes to const data on AR9160
Felix Fietkau
2012-02-15
1
-0
/
+86
*
ramips: raeth: force link down in ramips_phy_stop
Gabor Juhos
2012-02-15
1
-7
/
+6
*
ramips: raeth: serialize ramips_link_adjust calls
Gabor Juhos
2012-02-15
1
-0
/
+8
*
ramips: raeth: add PHYLIB support
Gabor Juhos
2012-02-15
5
-10
/
+229
*
gdb: use an updated 6.8a tarball
Florian Fainelli
2012-02-14
1
-3
/
+4
*
add missing autoload shortcut to crypto modules for btrfs
John Crispin
2012-02-14
1
-2
/
+2
*
linux-atm: update solos-pci driver to upstream
John Crispin
2012-02-14
3
-0
/
+1044
*
linux-atm: headroom/padding fixes
John Crispin
2012-02-14
3
-0
/
+249
[next]