summaryrefslogtreecommitdiff
path: root/src/nm-netlink-utils.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-21trivial: formatting fixesDan Williams1-21/+17
2012-02-13core: fix erroneous IPv6 routes by making route addition typesafeDan Williams1-7/+59
2012-01-16core: let callers do error logging for nm_netlink_route_add()Dan Williams1-6/+1
2011-10-18core: fix leaked return value of nm_netlink_index_to_iface()Dan Williams1-4/+7
2011-09-13netlink: fix flags use in nm_netlink_route_addAlfredo Matos1-1/+1
2011-08-16libnl: Create a common netlink route add functionAlfredo Matos1-0/+80
2011-08-16libnl: route delete can return ERANGE in libnl-1Alfredo Matos1-1/+4
2011-08-16libnl3: Fix ESRCH return typesAlfredo Matos1-1/+6
2011-07-30core: misc style fixes to libnl compat codeDan Williams1-2/+2
2011-07-30core: add libnl-2 support with libnl-1 compatibilityAlfredo Matos1-8/+13
2011-07-22core: move route creation to nm-netlink-utils.cDan Williams1-0/+42
2011-07-22core: move route iteration to nm-netlink-utils.cDan Williams1-8/+105
2011-07-22core: move route logging to nm-netlink-utils.cDan Williams1-0/+53
2011-07-22core: move route deletion to nm-netlink-utils.cDan Williams1-0/+19
2011-07-22core: move address checking functionality into separate fileDan Williams1-0/+119