summaryrefslogtreecommitdiff
path: root/system-linux.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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