You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Felix Fietkau
df10e201eb
mac80211: rework mac address allocation
...
If the first byte is available in the address mask, use only that one -
set the local bit and xor it with the id << 2. This ensures that there
are no hardware BSSID & BSSID-mask conflicts with devices that have
almost the same MAC address with just a small offset. The MAC address
conflict has been observed in a deployment with some devices from the
same batch when running with multiple interfaces.
If only some bits of the last byte are available, xor the id onto the
last MAC address byte (relevant mostly for Ralink devices).
In other cases (should not happen at this point), use the previous MAC
address offset calculation but without the local bit.
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36353
12 years ago
..
acx-mac80211
acx-mac80211: make it compile with kernel 3.8
12 years ago
admswconfig
…
apex
…
base-files
Adapt default network configuration for IPv6
12 years ago
block-mount
block-mount: add a delay between sto pand start in fstab init restart action, fixes a lock race condition observed in VirtualBox
12 years ago
boot
This adds Gateworks Laguna family board support. Note that some Laguna boards have SPI flash and others have NOR flash, thus the size/erasesize are detected dynamically.
12 years ago
broadcom-diag
broadcom-diag: add support for e3200 v1
12 years ago
broadcom-wl
broadcom-wl: hack to work around a bug in the PCIe controller
12 years ago
busybox
busybox: remove old no-MMU hackery
12 years ago
devel
valgrind: update to v3.8.1
12 years ago
fuse
…
hotplug2
hotplug2: restore accidentally deleted patch
12 years ago
kernel
package/kernel: only include i2c-of if CONFIG_OF enabled
12 years ago
libs
build: consistently use 'depends on' instead of 'depends'
12 years ago
linux-atm
linux-atm: put all packages into their own submenus
12 years ago
lua
licensing: Add licensing metadata to many packages Two new variables are introduces to many packages, namely PKG_LICENSE and PKG_LICENSE_FILES - there may be more than one license applied to packages, and these are listed in the PKG_LICENSE variable and separated by spaces. All relevant license files are also added to the PKG_LICENSE_FILES variable, also space separated.
12 years ago
mac80211
mac80211: rework mac address allocation
12 years ago
mkelfimage
…
mountd
…
mtd
…
network
build: consistently use 'depends on' instead of 'depends'
12 years ago
opkg
opkg: keep package list files compressed when src/gz is used, reduces tmpfs usage
12 years ago
platform/ lantiq
revert patch that renames the worker thread as it seems to cause an oops
12 years ago
procd
fix eglibc compile
12 years ago
px5g
…
switch
switch: export name of device found via /proc
12 years ago
system
build: consistently use 'depends on' instead of 'depends'
12 years ago
toolchain
build: consistently use 'depends on' instead of 'depends'
12 years ago
trelay
…
ubus
ubus: update to latest version, fixes a crash on reconnect
12 years ago
uci
uci: update to latest version, adds list delete, removes unused plugin support
12 years ago
udev
udev: Update MAINTAINER info
12 years ago
util-linux
change prefix for util-linux binaries from / to /usr
12 years ago
zram-swap
zram-swap: Install init script with 0755 mode
12 years ago
Makefile
build: only install packages for selected variants, fixes building multiple variant selections in one tree
12 years ago