summaryrefslogtreecommitdiff
path: root/system-linux.c
Commit message (Expand)AuthorAgeFilesLines
* bridge: Allow setting multicast_fast_leave_optionHans Dedecker2016-09-141-0/+9
* system-linux: Replace device_get by device_find where appropriateHans Dedecker2016-06-061-1/+1
* device: Fix dotted vlan interface staying downHans Dedecker2016-06-061-1/+1
* netifd: Add option to configure gc_stale_time for each deviceAlin Năstac2016-06-011-0/+38
* bridge: make learning and unicast-flood configurable per bridge portLinus Lüssing2016-05-221-0/+18
* Revert "add prelocal table to manipulate locally destinated traffic"Jo-Philipp Wich2016-03-301-14/+0
* bridge: multicast: Export some parameters RFCs suggest to be tunableLinus Lüssing2016-03-071-13/+118
* system-linux: fix build errorJo-Philipp Wich2016-03-041-2/+2
* system-linux: Fix VTI ikey/okey on little endian systemsJo-Philipp Wich2016-03-041-2/+2
* device: Support multicast config optionHans Dedecker2016-02-011-0/+8
* system-linux: Fix memory leakHans Dedecker2016-02-011-0/+2
* netifd/system-linux: add VTI tunnel supportAndré Valentin2016-01-171-1/+105
* netifd: Do not add local/source policy rules multiple timesKristian Evensen2016-01-171-3/+1
* device: fetch settings from external devices to make them usable for status o...Felix Fietkau2015-11-171-1/+1
* device: preserve orig_settings flags for querying device statusFelix Fietkau2015-11-171-0/+1
* device: Don't process link events anymore in device user specific callback ha...Hans Dedecker2015-11-041-1/+1
* system-linux: fix memory leak on error in system_if_checkFelix Fietkau2015-10-291-3/+7
* system-linux: fix memory leak in system_addr()Felix Fietkau2015-10-291-1/+3
* wireless: fix mcast_to_ucast handling, only apply it to AP modeFelix Fietkau2015-09-101-1/+1
* bridge: Allow setting multicast_router optionLinus Lüssing2015-08-251-0/+18
* bridge: Allow setting multicast_to_unicast optionLinus Lüssing2015-08-251-4/+9
* bridge: Fix multicast_to_unicast feature by hairpin+isolateLinus Lüssing2015-08-251-6/+20
* netifd: Add dadtransmits config optionHans Dedecker2015-07-031-8/+21
* Add mtu6 option to override IPv6 MTUSteven Barth2015-06-241-11/+17
* bridge: allow setting hash_max valueLinus Lüssing2015-05-271-0/+5
* uclibc: backwards-compatibility fixesSteven Barth2015-05-261-0/+9
* linux: more IPv6 onlink-route handling fixes / improvementsSteven Barth2015-05-261-5/+4
* linux: add compat-define for IFA_F_NOPREFIXROUTESteven Barth2015-05-191-0/+4
* ipv6: use kernel >= 3.14 handling of offlink-addressesSteven Barth2015-05-191-0/+1
* Cleanup issues reported by scan-buildSteven Barth2015-04-141-2/+1
* Revert "linux: adjust default policy rules"Steven Barth2015-03-311-2/+16
* linux: adjust default policy rulesSteven Barth2015-03-271-16/+2
* bridge: allow enabling or disabling the multicast querier independently of IG...Matthias Schiffer2015-03-231-1/+1
* device: fix default initialization for RPS/XPSFelix Fietkau2015-03-221-3/+0
* device: add support for configuring RPS/XPS (enabled by default if available)Felix Fietkau2015-03-221-0/+35
* add prelocal table to manipulate locally destinated trafficSteven Barth2015-03-191-0/+14
* netifd: Add option to configure base_reachable_time_ms for each deviceHans Dedecker2015-02-091-0/+40
* netifd: Add mldversion config supportSteven Barth2014-12-231-12/+22
* netifd: Add igmpversion config supportHans Dedecker2014-12-081-0/+34
* netifd: Fix restore of original device settingsHans Dedecker2014-12-081-1/+2
* netifd v2: Fix source routing for IPv4Kristian Evensen2014-11-271-2/+6
* Fix setting blackhole-routes to kernelSteven Barth2014-11-251-3/+8
* netifd: Add acceptlocal config supportHans Dedecker2014-11-191-0/+18
* netifd: Add rpfilter config supportHans Dedecker2014-11-191-0/+41
* netifd: Remove superfluous system_if_resolve callsHans Dedecker2014-11-191-10/+2
* netifd: Fix device ifindex overwrite when processing netlink event messagesHans Dedecker2014-11-191-7/+2
* netifd: Read current link state when processing netlink eventHans Dedecker2014-10-241-6/+13
* system-linux: fix a glob related memleakFelix Fietkau2014-10-241-4/+5
* device: make link status detection optional for vlan devicesFelix Fietkau2014-10-201-1/+2
* netifd: IPIP tunnel supportHans Dedecker2014-10-021-29/+82