Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-19 | Add /etc/conf.d/netcfg for net-auto-wireless configuration. | Rémy Oudompheng | 6 | -11/+29 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-19 | Allow using markdown instead of pandoc, packaging fixes | Rémy Oudompheng | 4 | -8/+21 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-19 | NEWS: update | Rémy Oudompheng | 1 | -1/+3 | |
2011-06-19 | Merge branch 'no-iwconfig' | Rémy Oudompheng | 8 | -288/+249 | |
2011-06-19 | Update documentation for ethernet mode | Rémy Oudompheng | 2 | -1/+4 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-19 | pm-utils.handler: temporarily hack a syntax error | Rémy Oudompheng | 1 | -1/+1 | |
2011-06-19 | Remove last usage of wireless_tools. | Rémy Oudompheng | 1 | -10/+8 | |
Interface is brought up after starting wpa_supplicant for this to work. Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-19 | Replace iwgetid usage by wpa_cli. | Rémy Oudompheng | 2 | -1/+13 | |
2011-06-19 | Makefile: mark several targets as PHONY | Rémy Oudompheng | 1 | -0/+2 | |
2011-06-19 | Makefile: update with new module name | Rémy Oudompheng | 1 | -1/+1 | |
2011-06-19 | Rename wireless module to 'rfkill', remove wep_check | Rémy Oudompheng | 4 | -21/+5 | |
2011-06-19 | Remove now unused functions find_ap() and find_essid() | Rémy Oudompheng | 1 | -59/+0 | |
2011-06-19 | Switch to wpa_supplicant for scanning | Rémy Oudompheng | 2 | -26/+43 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-19 | 8021x: add wpa_supplicant equivalents for find_essid(), find_ap() | Rémy Oudompheng | 1 | -1/+50 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-19 | Store wpa_supplicant configuration in /run/network instead of /tmp | Rémy Oudompheng | 2 | -3/+3 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-19 | Move wpa_supplicant based list_networks() function to 8021x module | Rémy Oudompheng | 3 | -44/+45 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-19 | Hold wpa_cli command line common arguments in $WPA_CLI | Rémy Oudompheng | 1 | -3/+5 | |
2011-06-19 | wireless: remove deprecated options none-old/wep-old | Rémy Oudompheng | 2 | -53/+10 | |
They will be automatically replaced by 'none' and 'wep' and emit a warning message. The associated function iwconfig_up is removed. Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-19 | Reword IWCONFIG option description. | Rémy Oudompheng | 1 | -1/+1 | |
2011-06-19 | netcfg-wpa_actiond: properly stop netcfg profile (FS#23293) | Xavion | 1 | -1/+2 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-19 | Fill README file with dependency information. | Rémy Oudompheng | 1 | -0/+19 | |
2011-06-19 | Move executable scripts to a separate scripts/ directory | Rémy Oudompheng | 5 | -3/+3 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-19 | Add documentation for the NETCFG_DEBUG variable | Rémy Oudompheng | 1 | -0/+5 | |
2011-06-18 | Add the ability to disable IPv6 configuratioin ethernet-static | Geert Hendrickx | 1 | -4/+5 | |
Also-Contributed-By: Olivier Mehani <olivier.mehani@nicta.com.au> Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-18 | Makefile: add systemd service files (FS#23106) | Rémy Oudompheng | 1 | -1/+2 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-18 | Add systemd service files for net-auto-{wired,wireless} | Ng Oon-Ee | 2 | -0/+26 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-13 | IPv6: remove PREFIXLEN option and turn ADDR6 into an array | Rémy Oudompheng | 3 | -10/+8 | |
This allows configuring multiple IPv6 addresses on the same interface. Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-13 | NEWS: update | Rémy Oudompheng | 1 | -0/+1 | |
2011-06-13 | examples: add static IPv6 syntax | Rémy Oudompheng | 1 | -0/+7 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-13 | bridge: add FWD_DELAY and MAX_AGE options (FS#16625) | Rémy Oudompheng | 2 | -0/+11 | |
Bridge support is quite rudimentary and should support common options. Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-11 | 802&x: fix a syntax error | Rémy Oudompheng | 1 | -0/+1 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-11 | wireless: add proper option to wpa_cli to find files in /run | Rémy Oudompheng | 2 | -5/+5 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-11 | examples: add line for DHCPv6 | Rémy Oudompheng | 1 | -0/+2 | |
2011-06-11 | More replacing /var/run by /run | Rémy Oudompheng | 2 | -5/+5 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-11 | Move more PID files to /run | Rémy Oudompheng | 2 | -4/+4 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-11 | Move wpa_supplicant PID file to /run | Rémy Oudompheng | 4 | -11/+11 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-11 | Change STATE_DIR from /var/run to /run | Rémy Oudompheng | 3 | -5/+5 | |
2011-06-11 | Update NEWS and documentation file | Rémy Oudompheng | 2 | -4/+23 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-11 | IPv6: add DHCPv6 support. | Olivier Mehani | 1 | -1/+21 | |
This needs dhclient to work properly. Signed-off-by: Olivier Mehani <olivier.mehani@nicta.com.au> Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-11 | IPv6: add support for stateless autoconfiguration | Olivier Mehani | 1 | -1/+5 | |
Signed-off-by: Olivier Mehani <olivier.mehani@nicta.com.au> Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-11 | IPv6: support for IPv6 static routes | Olivier Mehani | 1 | -0/+10 | |
Use variable ROUTES6 in the same way as ROUTES to support static IPv6 routes. Signed-off-by: Olivier Mehani <olivier.mehani@nicta.com.au> Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-11 | IPv6: add support for static configuration. | Olivier Mehani | 1 | -0/+30 | |
Enabled by "IP6=static": it uss parameters ADDR6, GATEWAY6, IP6CFG similar to their IPv4 counterparts, as well as an additional PREFIXLEN parameter. Signed-off-by: Olivier Mehani <shtrom-arch@ssji.net> Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-11 | No longer use the hostname command | Rémy Oudompheng | 1 | -1/+1 | |
2011-06-11 | update NEWS file and documentation | Rémy Oudompheng | 2 | -3/+9 | |
2011-06-06 | Add support for ad-hoc Wi-Fi (FS#19683) | hamelg | 2 | -0/+4 | |
2011-06-05 | Correct permissions on connections/vlan | Rémy Oudompheng | 1 | -0/+0 | |
2011-06-05 | Refactor wpa_supplicant config generation | Rémy Oudompheng | 1 | -24/+23 | |
2011-06-05 | Add support for specificying explicit BSSID (FS#24582) | Andre Herbst | 1 | -0/+12 | |
2011-06-05 | Update NEWS and version numbers | Rémy Oudompheng | 3 | -2/+7 | |
2011-06-05 | Add support for creating tun/tap interfaces (without configuration) | Rémy Oudompheng | 2 | -0/+40 | |