summaryrefslogtreecommitdiffhomepage
path: root/system-linux.c
AgeCommit message (Expand)Author
2018-11-19treewide: switch to C-code style commentsHans Dedecker
2018-10-17system-linux: enable by default ignore encaplimit for grev6 tunnelsHans Dedecker
2018-10-16system-linux: fix a typo in gre tunnel data parsing logicHans Dedecker
2018-09-18system-linux: enable by default ignore encaplimit for ip6 tunnelsHans Dedecker
2018-07-04system-linux: fix build error on older kernelsFelix Fietkau
2018-07-04system-linux: adjust bridge isolate mode for upstream attribute namingFelix Fietkau
2018-07-04system-linux: extend link mode speed definitionsHans Dedecker
2018-06-28system-linux: add autoneg and link-partner outputJoe Holden
2018-05-30system-linux: make encaplimit configurable for ip6 tunnels (FS#1501)Hans Dedecker
2018-04-24system-linux: fix strncpy boundsHans Dedecker
2018-04-16system-linux: check ioctl return value in system_vlan()Hans Dedecker
2018-04-14system-linux: check ioctl return value in system_if_flags()Hans Dedecker
2018-04-14system-linux: fix segfault on alloc failure in system_if_check()Hans Dedecker
2018-04-14system-linux: fix segfault on error in system_add_ip6_tunnel()Hans Dedecker
2018-04-12system-linux: remove unnecessary open call in system_if_dump_info()Hans Dedecker
2018-04-12system-linux: fix memory leak on error in system_add_vxlan()Hans Dedecker
2018-03-13device: add support for setting the isolate options for bridge portsFelix Fietkau
2018-02-26remove rps/xps configuration supportFelix Fietkau
2018-01-24system-linux: VXLAN: add options to enable and disable UDP checksumsMatthias Schiffer
2017-10-06system-linux: add support for hotplug event 'move'Martin Schiller
2017-08-29system-linux: parse map-e fmrs parameters as nested data json objectHans Dedecker
2017-08-22allow setting rps/xps defualt values via uciJohn Crispin
2017-08-17netifd: allow negative neighlocktime valuesAlin Năstac
2017-08-15system-linux: parse ipv6 specific tunnel settings as nested data jsonHans Dedecker
2017-07-21system-linux: fix GRE ikey/okey endiannessStijn Tintel
2017-06-26netifd: Fix printf calls + function declarations.Rosen Penev
2017-06-11iprule: Add option to suppress unspecific routing lookupsStefan Tomanek
2017-05-27system-linux: fix 6rd regressionHans Dedecker
2017-05-22system-linux: parse 6rd specific settings as nested json data objectHans Dedecker
2017-05-19system-linux: remove redundant check for strtoul() return valueKhem Raj
2017-04-14system-linux: allow "throw" route typeMatthias Schiffer
2017-03-21system-linux: parse vti specific settings as nested json data objectHans Dedecker
2017-03-21system-linux: parse gre specific settings as nested json data objectHans Dedecker
2017-03-07system-linux: add VXLAN supportMatthias Schiffer
2017-02-11netifd: Add option to configure locktime for each deviceAlin Năstac
2017-02-11device: add veth supportMatthias Schiffer
2017-01-31treewide: fix white space errorsHans Dedecker
2017-01-25interface-ip: route proto config support (FS#170)Hans Dedecker
2017-01-10netifd: Add sendredirects config supportDaniel Golle
2016-12-24system-linux: Don't set gre tunnel ttl by default to 64 (#FS312)Hans Dedecker
2016-11-04system-linux: cosmetic cleanupFelix Fietkau
2016-11-04system-linux: check for open failureGünther Kelleter
2016-09-14bridge: Allow setting multicast_fast_leave_optionHans Dedecker
2016-06-06system-linux: Replace device_get by device_find where appropriateHans Dedecker
2016-06-06device: Fix dotted vlan interface staying downHans Dedecker
2016-06-01netifd: Add option to configure gc_stale_time for each deviceAlin Năstac
2016-05-22bridge: make learning and unicast-flood configurable per bridge portLinus Lüssing
2016-03-30Revert "add prelocal table to manipulate locally destinated traffic"Jo-Philipp Wich
2016-03-07bridge: multicast: Export some parameters RFCs suggest to be tunableLinus Lüssing
2016-03-04system-linux: fix build errorJo-Philipp Wich