Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ubus: update to latest version, adds reconnect support | Felix Fietkau | 2012-06-04 | 1 | -3/+3 |
| | | | | SVN-Revision: 32048 | ||||
* | ath9k: fix typo in last commit | Felix Fietkau | 2012-06-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 32046 | ||||
* | ath9k: fix ANI weak signal detection handling | Felix Fietkau | 2012-06-04 | 2 | -0/+82 |
| | | | | SVN-Revision: 32045 | ||||
* | ath9k: fall back to OTP ROM if the platform data does not contain valid ↵ | Felix Fietkau | 2012-06-04 | 1 | -0/+25 |
| | | | | | | eeprom data SVN-Revision: 32044 | ||||
* | pjsip: update to version 1.14.2 | Luka Perkov | 2012-06-03 | 5 | -134/+45 |
| | | | | SVN-Revision: 32040 | ||||
* | pptp: fix passing setup json variables to the ppp setup code | Felix Fietkau | 2012-06-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 32035 | ||||
* | kernel: kmod-video-gspca-core depends on kmod-input-core (fixes #11412) | Felix Fietkau | 2012-06-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 32033 | ||||
* | fix videobuf2 escription | John Crispin | 2012-06-03 | 1 | -1/+1 |
| | | | | | | fixes #11411 SVN-Revision: 32032 | ||||
* | Missing kernel module entry for GSPCA driver for SE401 webcam | John Crispin | 2012-06-03 | 1 | -0/+15 |
| | | | | | | fixes #11505 SVN-Revision: 32030 | ||||
* | uhttpd: remove some dead code | Jo-Philipp Wich | 2012-06-02 | 2 | -14/+2 |
| | | | | SVN-Revision: 32028 | ||||
* | uhttpd: add explicit stdin eof notification for Lua and CGI childs | Jo-Philipp Wich | 2012-06-02 | 3 | -2/+10 |
| | | | | SVN-Revision: 32027 | ||||
* | use symlinks for voip FW to make laoding easier | John Crispin | 2012-06-02 | 1 | -1/+6 |
| | | | | SVN-Revision: 32025 | ||||
* | move /dev/vmmcX creation to a more central place | John Crispin | 2012-06-02 | 2 | -33/+10 |
| | | | | SVN-Revision: 32024 | ||||
* | mac80211: brcmsmac: add some patches starting to add support for some more chips | Hauke Mehrtens | 2012-06-01 | 12 | -13/+626 |
| | | | | SVN-Revision: 32020 | ||||
* | mac80211: make brcmfmac depend on usb | Hauke Mehrtens | 2012-06-01 | 1 | -1/+1 |
| | | | | SVN-Revision: 32019 | ||||
* | mac80211: merge some pending fixes | Felix Fietkau | 2012-06-01 | 2 | -4/+260 |
| | | | | SVN-Revision: 32018 | ||||
* | fixes a descriptions mismatch | John Crispin | 2012-05-30 | 1 | -2/+2 |
| | | | | | | fixes #11381 SVN-Revision: 32012 | ||||
* | libubox: update to 2012-05-30, fixes bad non-empty return values in case of ↵ | Jo-Philipp Wich | 2012-05-30 | 1 | -2/+2 |
| | | | | | | already cached variables SVN-Revision: 32011 | ||||
* | uhttpd: fix wrongly applied sizeof() leading to writing beyound end of ↵ | Jo-Philipp Wich | 2012-05-30 | 2 | -3/+3 |
| | | | | | | buffer and subsequent data corruption (#11557) SVN-Revision: 32005 | ||||
* | mac80211: update to wireless-testing 2012-05-29 | Felix Fietkau | 2012-05-30 | 56 | -6181/+176 |
| | | | | SVN-Revision: 32002 | ||||
* | kernel: move esfq to kmod-sched-esfq, as it has extra netfilter dependencies | Felix Fietkau | 2012-05-29 | 1 | -3/+13 |
| | | | | SVN-Revision: 32001 | ||||
* | base-files: add LED specific functions to /lib/functions/uci-defaults | Gabor Juhos | 2012-05-29 | 1 | -0/+98 |
| | | | | SVN-Revision: 31991 | ||||
* | netifd: remove obsolete config variable dependency | Felix Fietkau | 2012-05-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 31988 | ||||
* | pptp: remove old network scripts | Felix Fietkau | 2012-05-29 | 2 | -73/+3 |
| | | | | SVN-Revision: 31985 | ||||
* | ppp: remove old network scripts | Felix Fietkau | 2012-05-29 | 9 | -363/+6 |
| | | | | SVN-Revision: 31984 | ||||
* | 6to4: remove old network scripts | Felix Fietkau | 2012-05-29 | 3 | -324/+2 |
| | | | | SVN-Revision: 31983 | ||||
* | comgt: remove old network scripts | Felix Fietkau | 2012-05-29 | 8 | -238/+3 |
| | | | | SVN-Revision: 31982 | ||||
* | 6in4: remove old network scripts | Felix Fietkau | 2012-05-29 | 3 | -185/+2 |
| | | | | SVN-Revision: 31981 | ||||
* | base-files: remove base-files-network, netifd is the only supported option now | Felix Fietkau | 2012-05-29 | 10 | -1049/+1 |
| | | | | SVN-Revision: 31980 | ||||
* | ppp: fix local ip in status info (fixes #11551) | Felix Fietkau | 2012-05-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 31979 | ||||
* | base-files: add network_is_up() | Jo-Philipp Wich | 2012-05-29 | 1 | -0/+6 |
| | | | | SVN-Revision: 31978 | ||||
* | libubox: update to 2012-05-29 | Jo-Philipp Wich | 2012-05-29 | 1 | -2/+2 |
| | | | | SVN-Revision: 31962 | ||||
* | base-files: let network_get_device() return the l3 interface, introduce ↵ | Jo-Philipp Wich | 2012-05-29 | 1 | -4/+6 |
| | | | | | | network_get_physdev() to obtain the underlying iface (if applicable) SVN-Revision: 31960 | ||||
* | mac80211: use built-in regulatory database instead of crda to avoid various ↵ | Felix Fietkau | 2012-05-28 | 2 | -1/+701 |
| | | | | | | race conditions SVN-Revision: 31954 | ||||
* | netifd: call /sbin/wifi up on /etc/init.d/network reload | Felix Fietkau | 2012-05-28 | 1 | -0/+1 |
| | | | | SVN-Revision: 31941 | ||||
* | base-files: add network_get_device() to network.sh | Jo-Philipp Wich | 2012-05-28 | 1 | -0/+15 |
| | | | | SVN-Revision: 31937 | ||||
* | firewall: fix nat reflection after netifd status format change - use ↵ | Jo-Philipp Wich | 2012-05-28 | 2 | -48/+10 |
| | | | | | | /lib/functions/network.sh - simplify nat reflection code SVN-Revision: 31936 | ||||
* | base-files: introduce /lib/functions/network.sh This file will contain ↵ | Jo-Philipp Wich | 2012-05-28 | 2 | -1/+42 |
| | | | | | | common procedures to deal with network interfaces. Initially provides network_get_ipaddr(), network_get_ipaddr6(), network_get_subnet() and network_get_subnet6() to determine the primary IP addresses or subnets of a given logical interface. SVN-Revision: 31935 | ||||
* | libubox: update to 2012-05-26 | Felix Fietkau | 2012-05-28 | 1 | -3/+2 |
| | | | | SVN-Revision: 31933 | ||||
* | iwinfo: assume that no tx power information is available if nl80211 returns ↵ | Jo-Philipp Wich | 2012-05-28 | 2 | -3/+6 |
| | | | | | | 0 dBm maximum SVN-Revision: 31932 | ||||
* | uhttpd: - rewrite large parts of the server, use uloop event driven ↵ | Jo-Philipp Wich | 2012-05-28 | 18 | -1323/+2567 |
| | | | | | | structure - support concurrent requests and make the upper limit configurable - implement initial version of HTTP-to-ubus JSON proxy and session.* namespace - add compile time support for debug information - code style changes - bump package revision SVN-Revision: 31931 | ||||
* | kernel: remove more unnecessary kernel version checks/dependencies | Felix Fietkau | 2012-05-27 | 7 | -83/+16 |
| | | | | SVN-Revision: 31907 | ||||
* | kernel: remove a few more obsolete CompareKernelPatchVer calls, add ↵ | Felix Fietkau | 2012-05-27 | 7 | -169/+46 |
| | | | | | | dependencies on @TARGET_x86 for a few network drivers that are typically not found in non-PC equipment SVN-Revision: 31870 | ||||
* | netifd: fix "Command failed: Not found" error with dhcp | Felix Fietkau | 2012-05-26 | 1 | -1/+2 |
| | | | | SVN-Revision: 31863 | ||||
* | mac80211: backport a fix for single-queue drivers (fixes #11534) | Felix Fietkau | 2012-05-26 | 2 | -5/+17 |
| | | | | SVN-Revision: 31862 | ||||
* | ncurses: libncursesw should not depend on libncurses | Felix Fietkau | 2012-05-26 | 1 | -1/+0 |
| | | | | SVN-Revision: 31861 | ||||
* | ppp: add back ip-{up,down}.d support for now | Felix Fietkau | 2012-05-26 | 2 | -0/+13 |
| | | | | SVN-Revision: 31860 | ||||
* | mac80211: get rid of duplicate iw reg set command (thx, stintel) | Felix Fietkau | 2012-05-26 | 1 | -1/+0 |
| | | | | SVN-Revision: 31859 | ||||
* | netifd: update to latest version, fixes an endian issue in broadcast address ↵ | Felix Fietkau | 2012-05-25 | 1 | -2/+2 |
| | | | | | | handling SVN-Revision: 31858 | ||||
* | netifd: update to latest version, fixes overriding the mac address for ↵ | Felix Fietkau | 2012-05-24 | 1 | -2/+2 |
| | | | | | | bridge interfaces (#11526) SVN-Revision: 31857 |