summaryrefslogtreecommitdiffstats
path: root/libsysutils/src/NetlinkEvent.cpp
Commit message (Expand)AuthorAgeFilesLines
* Parse IfIndex for Netlink RTM_NEWADDR / RTM_DELADDR eventRubin Xu2018-05-161-4/+5
* Include iface index in the netlink eventChenbo Feng2018-03-091-0/+6
* Don't complain that the DNSSL RA option is "unknown".Lorenzo Colitti2017-11-281-0/+2
* Stop depending on libnl.Lorenzo Colitti2017-10-051-10/+43
* fix warning: Null pointer argument in call to memory comparison functionYunlian Jiang2017-02-081-2/+4
* system/core: preparation to pull back interfaces from android/log.hMark Salyzyn2016-10-201-1/+1
* system/core Replace cutils/log.h with android/log.hMark Salyzyn2016-09-301-17/+14
* Tolerate RTM_DELADDR messages from deleted interfaces.Lorenzo Colitti2016-02-161-5/+3
* Fix incorrectly sized buffer.Erik Kline2015-07-281-4/+4
* Qualify IPv6 link-local DNS servers with an interface nameErik Kline2015-06-181-6/+12
* Revert "Sigh, more vendors linking against hidden APIs."Vineeta Srivastava2015-03-201-13/+0
* Sigh, more vendors linking against hidden APIs.Jeff Sharkey2015-03-161-0/+13
* Define enum class for NetlinkEvent actions.Jeff Sharkey2015-03-131-25/+13
* Extend to receive NFLOG packets.Jeff Sharkey2015-01-151-5/+54
* Support parsing netlink route messages.Lorenzo Colitti2014-06-211-0/+99
* Improvements to netlink event parsing.Lorenzo Colitti2014-06-211-104/+152
* libsysutil: turn on -Werror (part deux)Mark Salyzyn2014-05-011-4/+3
* libsysutils: turn on -WerrorMark Salyzyn2014-04-301-1/+0
* Merge commit '536dea9d61a032e64bbe584a97463c6638ead009' into HEADThe Android Open Source Project2013-11-221-0/+1
|\
| * Switch back to subsystem "net" for netlink events.Lorenzo Colitti2013-09-031-4/+7
| * Get rid of an infinite loop in NetlinkEvent.cpp.Lorenzo Colitti2013-08-171-8/+7
| * Parse IP address changes in NetlinkEvent.Lorenzo Colitti2013-08-141-1/+116
* | Support parsing RDNSS ND options from netlink.Lorenzo Colitti2013-11-201-4/+121
* | Switch back to subsystem "net" for netlink events.Lorenzo Colitti2013-11-201-4/+7
* | Get rid of an infinite loop in NetlinkEvent.cpp.Lorenzo Colitti2013-11-201-8/+7
* | Parse IP address changes in NetlinkEvent.Lorenzo Colitti2013-11-201-1/+116
|/
* Revert "libsysutils: NetlinkEvent: add support for interface xt_IDLETIMER eve...JP Abgrall2012-04-261-13/+1
* libsysutils: NetlinkEvent: add support for interface xt_IDLETIMER events.Ashish Sharma2012-04-111-1/+13
* Remove log spamIrfan Sheriff2011-10-281-1/+0
* NetlinkEvents: adding support for iptables' quota2 NFLOG messages.JP Abgrall2011-07-141-25/+54
* Cleanup NetlinkListener and NetlinkEventMike J. Chen2011-06-231-9/+8
* Revert "Revert "Add NETLINK_ROUTE processing to the netlink client code, so t...Mike J. Chen2011-06-231-3/+68
* libsysutils: Fix NetLinkEvent security issues.David 'Digit' Turner2011-01-191-15/+46
* libsysutils: reimplement NetlinkEvent::findParam in the proper wayChih-Wei Huang2010-07-141-7/+5
* system/core: Switch libsysutils & sched_policy LOG -> SLOGSan Mehat2010-03-251-2/+2
* sysutils: Add dump() to NetlinkEventSan Mehat2009-12-241-0/+10
* libsysutils: Fix some bugs in NetlinkListener and NetlinkEventSan Mehat2009-10-101-0/+3
* libsysutils: Fix command argument passing bug + whitespace cleanupSan Mehat2009-05-291-2/+2
* libsysutils: Add string.h to includesSan Mehat2009-05-071-0/+1
* libsysutils: New C++ system convenience librarySan Mehat2009-05-061-0/+93