summaryrefslogtreecommitdiffhomepage
path: root/system-linux.c
AgeCommit message (Expand)Author
2014-05-21Rewrite ipip6-tunnel setup to use netlink and add support for FMRsSteven Barth
2014-05-10system-linux: always set the ifindex for hotplug devices on initFelix Fietkau
2014-05-09netifd: Effectively apply configured route mtuHans Dedecker
2014-04-26netifd: Add interface config support to enable/disable IPv6 in the kernel per...Hans Dedecker
2014-03-11netifd: Fix bridge MTU setting when a bridge member is addedHans Dedecker
2014-02-27netifd: Link layer state awareness support on device levelHans Dedecker
2014-02-16Work around warn_unused_result in recent gcc/libcSteven Barth
2014-02-14netifd : Disable netlink auto ackHans Dedecker
2013-12-14Revert "netifd: Link layer state support on device level"Felix Fietkau
2013-12-11IPv6: Remove IPv6 source-routing workaround (kernel is fixed)Steven Barth
2013-12-08netifd: Link layer state support on device levelHans Dedecker
2013-12-08Tunnel don't fragment bit configurableHans Dedecker
2013-12-08netifd: Apply tunnel MTUHans Dedecker
2013-10-22utils: add a function for checking if a process given by pid is still aliveFelix Fietkau
2013-10-03device: add macvlan supportFelix Fietkau
2013-06-03IPv6: Improve source-routing policiesSteven Barth
2013-05-28IPv6: fix address-lifetime overflows on 64-bit architecturesSteven Barth
2013-05-27Move iprule flushing to the init function to make the timing predictableJo-Philipp Wich
2013-05-27Move initial iprule flushing to system_add_iprule() to not collide with gener...Jo-Philipp Wich
2013-05-13Use logical instead of physical name for tunnel underlying link.Steven Barth
2013-05-13Add support for IP in IPv6 tunnels (DS-Lite)Steven Barth
2013-05-11IPv6: Use source-routing to allow multi-wanSteven Barth
2013-04-23set default bridge priority to 0x7FFFJo-Philipp Wich
2013-04-23add bridge priority optionNiels Boehm
2013-04-05Maintain config order of ip rules unless user explicitely provides priorityJo-Philipp Wich
2013-04-05Add myself to header for IPv6 workSteven Barth
2013-04-04Add support for ip rulesJo-Philipp Wich
2013-04-04Implement support for route / route6 table attributeJo-Philipp Wich
2013-01-15Initial IPv6 prefix supportSteven Barth
2013-01-13system-linux.c: use uin64_t datatype to read and store interface statistics, ...Jo-Philipp Wich
2012-09-29system-linux: do not delete kernel-generated ipv6 routes to fix using adverti...Felix Fietkau
2012-08-11system-linux.c: install user routes with RTPROT_STATIC instead of RTPROT_BOOT...Jo-Philipp Wich
2012-07-12expose system_if_apply_settings, make it ignore the mac address for external ...Felix Fietkau
2012-07-11system-linux.c: fix sysctl settingJo-Philipp Wich
2012-07-05avoid setting device presence for wifi interfaces via hotplug messagesFelix Fietkau
2012-07-05zero-initialize the ifreq when adding/removing bridge member interfacesFelix Fietkau
2012-07-05zero-initialize the ifreq when setting interfaces up or downFelix Fietkau
2012-06-21add a #ifdef around the 6rd code to make it compile with older kernels that d...Felix Fietkau
2012-06-18Add 6rd options to tunnel spec.Stéphan Kochen
2012-06-14ignore mac80211 devices specified in /etc/config/networkFelix Fietkau
2012-05-20replace the kernel's implicit network routes if the metric is setFelix Fietkau
2012-05-14system-linux: set the point to point address if presentFelix Fietkau
2012-05-04add copyright headersFelix Fietkau
2012-04-15system-linux: fix system_rtnl_call() return codeFelix Fietkau
2012-03-15always create device routesFelix Fietkau
2012-03-15system-linux: add functions for adding/removing ip tunnels (currently only si...Felix Fietkau
2012-03-09make route metrics default to 0Felix Fietkau
2012-03-05system-linux: ignore errors in system_bridge_addif if the interface is alread...Felix Fietkau
2012-02-28fix mac address handlingFelix Fietkau
2012-02-26move broadcast address handling to the coreFelix Fietkau