summaryrefslogtreecommitdiff
path: root/iprule.c
Commit message (Expand)AuthorAgeFilesLines
* iprule: add support for uidrangeMatthew Hagan2022-01-221-0/+14
* netifd: allow disabling rule/rule6 config sectionsVladislav Grigoryev2021-12-121-0/+5
* iprule: fix missing ip rules after a reload (FS#2296)Hans Dedecker2019-05-271-2/+27
* iprule: coding style fixesHans Dedecker2018-10-011-15/+16
* iprule: fix segfault (FS#1875)Hans Dedecker2018-10-011-6/+2
* iprule: remove bogus assert callsFelix Fietkau2018-07-251-3/+0
* iprule: fix broken in_dev/out_dev checksFelix Fietkau2018-07-251-2/+2
* iprule: rework interface based rules to handle dynamic interfacesAlexander Couzens2018-07-051-21/+155
* iprule: Add option to suppress unspecific routing lookupsStefan Tomanek2017-06-111-0/+7
* treewide: fix white space errorsHans Dedecker2017-01-311-1/+1
* utils: add a function for checking if a process given by pid is still aliveFelix Fietkau2013-10-221-1/+0
* config: use the new uci_blob library codeFelix Fietkau2013-06-101-1/+1
* Make sure that iprule flushing happens after system_init(), otherwise the rtn...Jo-Philipp Wich2013-05-281-1/+6
* Move iprule flushing to the init function to make the timing predictableJo-Philipp Wich2013-05-271-0/+1
* Move initial iprule flushing to system_add_iprule() to not collide with gener...Jo-Philipp Wich2013-05-271-8/+0
* Maintain config order of ip rules unless user explicitely provides priorityJo-Philipp Wich2013-04-051-0/+4
* Add support for ip rulesJo-Philipp Wich2013-04-041-0/+255