summaryrefslogtreecommitdiff
path: root/src/nm-netlink-monitor.c
Commit message (Expand)AuthorAgeFilesLines
* netlink: enlarge netlink buffer to 128kPavel Šimerda2013-05-271-0/+8
* cleanup: remove obsolete link-related functionsPavel Šimerda2013-05-241-300/+0
* netlink: don't ref/unref the singletonPavel Šimerda2013-03-131-6/+1
* all: remove redundant return-if-fail checksDan Winship2013-03-071-3/+0
* cleanup: remove unnecessary headers from nm-netlink-monitor.hPavel Šimerda2013-03-061-83/+44
* cleanup: remove nm-netlink-compatPavel Šimerda2013-03-051-1/+0
* workaround to build against libnlPavel Šimerda2013-02-131-4/+1
* core: expose IP4 wait state to subclassesDan Williams2013-02-041-0/+18
* netlink: workaround to build against libnl3 < 3.2.20Pavel Šimerda2013-01-241-0/+4
* build: drop libnl 1.x and 2.x support, require libnl >= 3.2.7Pavel Šimerda2013-01-241-1/+1
* netlink: do not include object-api.hAlexandre Rostovtsev2013-01-241-1/+1
* netlink: consolidate netlink monitor error handling and initializationDan Williams2011-12-031-40/+82
* core: fix leaked return value of nm_netlink_index_to_iface()Dan Williams2011-10-181-0/+8
* monitor: Use nl_socket_alloc() instead of nl_socket_alloc_cb()Thomas Graf2011-09-141-8/+2
* core: misc style fixes to libnl compat codeDan Williams2011-07-301-8/+13
* core: add libnl-2 support with libnl-1 compatibilityAlfredo Matos2011-07-301-34/+43
* core: NL_CB_VERBOSE breaks error propagation (rh #594578)Dan Williams2010-05-241-2/+2
* core: use ifindex instead of interface name in a lot of placesDan Williams2010-04-211-1/+2
* netlink: provide both blocking and nonblocking netlink connectionsDan Williams2010-04-211-95/+158
* netlink: fix checking multicast groupsDan Williams2010-04-211-4/+14
* netlink: fix group subscriptionDan Williams2010-04-201-1/+1
* netlink: merge nm-netlink.c into nm-netlink-monitor.cDan Williams2010-04-201-22/+116
* netlink: fix IPv6 RA flag retrievalDan Williams2010-04-201-0/+22
* netlink: implement generic group subscriptionDan Williams2010-04-201-6/+80
* netlink: s/monitor/selfDan Williams2010-04-201-36/+35
* netlink: let clients get netlink message for generic parsingDan Williams2010-04-201-20/+29
* netlink: move generic GObject stuff to the bottomDan Williams2010-04-201-94/+95
* netlink: loosen sender checks to allow other multicast messagesDan Williams2010-04-201-4/+41
* core: more netlink monitor cleanup and reorgDan Williams2010-04-201-94/+51
* core: simplify netlink monitor code a bitDan Williams2010-04-201-16/+9
* core: log netlink link messagesDan Williams2010-04-081-9/+8
* core: update logging in misc filesDan Williams2010-04-071-5/+5
* trivial: rename some CamelCase source files to not-camel-caseDan Williams2010-03-021-1/+1
* netlink: work around kernel cache refill problemsDan Williams2010-01-141-0/+13
* netlink: add blocking function to get carrier stateDan Williams2009-09-281-0/+75
* Add NMIP6Manager to handle IPv6 addrconfDan Winship2009-08-261-0/+5
* netlink: fix race that caused stale carrier state signalsDan Williams2009-07-131-11/+12
* core: use IFF_LOWER_UP instead of IFF_RUNNING for carrier (lp #332064)Dan Williams2009-02-201-8/+12
* Fix literal error messageDan Williams2008-12-031-0/+1
* 2008-11-25 Dan Williams <dcbw@redhat.com>Dan Williams2008-11-251-40/+32
* 2008-11-02 Dan Williams <dcbw@redhat.com>Dan Williams2008-11-031-11/+13
* Rename private nm_* functions to _nm_*Michael Biebl2008-08-261-1/+1
* 2008-08-14 Dan Williams <dcbw@redhat.com>Dan Williams2008-08-141-1/+4
* Fix check on errorDan Williams2008-08-111-1/+1
* 2008-06-26 Dan Williams <dcbw@redhat.com>Dan Williams2008-06-261-4/+4
* 2008-05-14 Dan Williams <dcbw@redhat.com>Dan Williams2008-05-141-0/+23
* 2007-12-18 Dan Williams <dcbw@redhat.com>Dan Williams2007-12-181-470/+216
* Warning fixesDan Williams2007-09-201-2/+0
* 2007-08-26 Dan Williams <dcbw@redhat.com>Dan Williams2007-08-261-6/+3
* 2007-08-26 Dan Williams <dcbw@redhat.com>Dan Williams2007-08-261-20/+14