summaryrefslogtreecommitdiff
path: root/system-linux.c
Commit message (Expand)AuthorAgeFilesLines
* netifd: IPIP tunnel supportHans Dedecker2014-10-021-29/+82
* netifd: GRE Tos supportHans Dedecker2014-09-291-1/+34
* netifd-device: add support for promisc settingMartin Hundebøll2014-09-171-0/+10
* Disable new-style tunnel creation for older kernelsSteven Barth2014-08-061-0/+4
* netifd: GRE tunnel supportHans Dedecker2014-07-301-9/+181
* bridge: enable multicast querier functionality by defaultFelix Fietkau2014-07-241-0/+3
* bridge: enable multicast_to_unicast on all wireless bridge portsFelix Fietkau2014-06-291-3/+15
* system: fix treatment of RT_TABLE_MAINSteven Barth2014-06-201-4/+5
* linux: unify functions to delete linksSteven Barth2014-06-181-24/+8
* netifd: Route type supportHans Dedecker2014-06-181-39/+64
* netifd: Fix ipip6 tunnel memleak in case of tunnel creation failureHans Dedecker2014-06-181-10/+34
* netifd: Fix macvlan delete via netlinkHans Dedecker2014-06-181-10/+9
* netifd: Fix vlan delete via netlinkHans Dedecker2014-06-181-11/+9
* Add vlan 802.1q/802.1ad support as netifd devicesGioacchino Mazzurco2014-06-111-0/+77
* Add support for onlink-flags for IPv4 routesSteven Barth2014-06-101-0/+1
* Rewrite ipip6-tunnel setup to use netlink and add support for FMRsSteven Barth2014-05-211-15/+75
* system-linux: always set the ifindex for hotplug devices on initFelix Fietkau2014-05-101-4/+1
* netifd: Effectively apply configured route mtuHans Dedecker2014-05-091-0/+15
* netifd: Add interface config support to enable/disable IPv6 in the kernel per...Hans Dedecker2014-04-261-2/+42
* 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