summaryrefslogtreecommitdiff
path: root/system-linux.c
Commit message (Expand)AuthorAgeFilesLines
* netifd: Fix bridge MTU setting when a bridge member is addedHans Dedecker2014-03-111-6/+9
* netifd: Link layer state awareness support on device levelHans Dedecker2014-02-271-23/+131
* Work around warn_unused_result in recent gcc/libcSteven Barth2014-02-161-2/+2
* netifd : Disable netlink auto ackHans Dedecker2014-02-141-2/+3
* Revert "netifd: Link layer state support on device level"Felix Fietkau2013-12-141-96/+21
* IPv6: Remove IPv6 source-routing workaround (kernel is fixed)Steven Barth2013-12-111-0/+4
* netifd: Link layer state support on device levelHans Dedecker2013-12-081-21/+96
* Tunnel don't fragment bit configurableHans Dedecker2013-12-081-4/+6
* netifd: Apply tunnel MTUHans Dedecker2013-12-081-2/+5
* utils: add a function for checking if a process given by pid is still aliveFelix Fietkau2013-10-221-1/+0
* device: add macvlan supportFelix Fietkau2013-10-031-0/+88
* IPv6: Improve source-routing policiesSteven Barth2013-06-031-0/+6
* IPv6: fix address-lifetime overflows on 64-bit architecturesSteven Barth2013-05-281-2/+6
* Move iprule flushing to the init function to make the timing predictableJo-Philipp Wich2013-05-271-9/+0
* Move initial iprule flushing to system_add_iprule() to not collide with gener...Jo-Philipp Wich2013-05-271-0/+9
* Use logical instead of physical name for tunnel underlying link.Steven Barth2013-05-131-3/+8
* Add support for IP in IPv6 tunnels (DS-Lite)Steven Barth2013-05-131-60/+66
* IPv6: Use source-routing to allow multi-wanSteven Barth2013-05-111-1/+2
* set default bridge priority to 0x7FFFJo-Philipp Wich2013-04-231-5/+3
* add bridge priority optionNiels Boehm2013-04-231-0/+6
* Maintain config order of ip rules unless user explicitely provides priorityJo-Philipp Wich2013-04-051-0/+2
* Add myself to header for IPv6 workSteven Barth2013-04-051-0/+1
* Add support for ip rulesJo-Philipp Wich2013-04-041-4/+190
* Implement support for route / route6 table attributeJo-Philipp Wich2013-04-041-1/+56
* Initial IPv6 prefix supportSteven Barth2013-01-151-4/+61
* system-linux.c: use uin64_t datatype to read and store interface statistics, ...Jo-Philipp Wich2013-01-131-7/+9
* system-linux: do not delete kernel-generated ipv6 routes to fix using adverti...Felix Fietkau2012-09-291-0/+5
* system-linux.c: install user routes with RTPROT_STATIC instead of RTPROT_BOOT...Jo-Philipp Wich2012-08-111-1/+1
* expose system_if_apply_settings, make it ignore the mac address for external ...Felix Fietkau2012-07-121-2/+2
* system-linux.c: fix sysctl settingJo-Philipp Wich2012-07-111-1/+1
* avoid setting device presence for wifi interfaces via hotplug messagesFelix Fietkau2012-07-051-0/+3
* zero-initialize the ifreq when adding/removing bridge member interfacesFelix Fietkau2012-07-051-0/+2
* zero-initialize the ifreq when setting interfaces up or downFelix Fietkau2012-07-051-0/+2
* add a #ifdef around the 6rd code to make it compile with older kernels that d...Felix Fietkau2012-06-211-0/+2
* Add 6rd options to tunnel spec.Stéphan Kochen2012-06-181-6/+34
* ignore mac80211 devices specified in /etc/config/networkFelix Fietkau2012-06-141-0/+10
* replace the kernel's implicit network routes if the metric is setFelix Fietkau2012-05-201-1/+1
* system-linux: set the point to point address if presentFelix Fietkau2012-05-141-2/+6
* add copyright headersFelix Fietkau2012-05-041-0/+13
* system-linux: fix system_rtnl_call() return codeFelix Fietkau2012-04-151-3/+8
* always create device routesFelix Fietkau2012-03-151-2/+1
* system-linux: add functions for adding/removing ip tunnels (currently only si...Felix Fietkau2012-03-151-1/+92
* make route metrics default to 0Felix Fietkau2012-03-091-1/+1
* system-linux: ignore errors in system_bridge_addif if the interface is alread...Felix Fietkau2012-03-051-16/+22
* fix mac address handlingFelix Fietkau2012-02-281-2/+5
* move broadcast address handling to the coreFelix Fietkau2012-02-261-7/+2
* system-linux: fix the default broadcast address for v4Felix Fietkau2012-02-261-1/+10
* remove device_{route,addr}->deviceFelix Fietkau2012-02-261-16/+0
* set route metrics using netlinkFelix Fietkau2012-02-151-0/+3
* remove flags for device settings that could not be applied successfullyFelix Fietkau2012-01-221-3/+6