summaryrefslogtreecommitdiff
path: root/src/rtnl.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-09[SPIN] rtnl: remove old wext interfaceNiraj Kumar Goit1-0/+5
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-13/+110
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-87/+93
2013-04-26rtnl: Interface was added to technology too earlyJukka Rissanen1-4/+12
2013-01-04core: Remove WiMAX definitions from codePatrik Flykt1-3/+0
2012-11-22core: Use interface index instead of interface namePatrik Flykt1-11/+6
2012-09-24rtnl: Ignore netlink messages generated by wextJohannes Berg1-4/+12
2012-07-17rtnl: Support PPP connectionsForest Bond1-0/+1
2012-07-02rtnl: Fixed log for the type RTM_GETADDRPaulo Pizarro1-0/+2
2012-06-25rtnl: Use filtered devices to determine blacklisted devicesManfred Kober1-10/+1
2012-05-15rtnl: Domain search list was not handled according to RFC 6106Jukka Rissanen1-30/+27
2012-05-09rtnl: Remove dead assignmentHenrique Dante de Almeida1-1/+1
2012-05-04rtnl: Make sure that we only accept netlink messages from kernelJukka Rissanen1-13/+24
2012-04-29core: Update copyright informationMarcel Holtmann1-1/+1
2012-04-27ipconfig: Add ipconfig type to __connman_ipconfig_get_gateway_from_index()Patrik Flykt1-1/+3
2012-04-24resolver: Use proper IPv6 source address when sending DNS queriesJukka Rissanen1-0/+14
2011-10-25core: Add SOCK_CLOEXEC to socket()Daniel Wagner1-2/+2
2011-06-16element: Remove element.cDaniel Wagner1-0/+1
2011-05-27rtnl: Fix debug handling to not cause false positivesMarcel Holtmann1-1/+1
2011-03-02rtnl: Catch IPv6 route netlink messages.Jukka Rissanen1-25/+97
2011-02-15ipconfig: Rename __connman_ipconfig_get_*(index)Daniel Wagner1-4/+4
2011-02-09rtnl: Fix some uninitalised warningsKalle Valo1-7/+5
2011-01-18Set GIOChannel to no encoding and no bufferingMarcel Holtmann1-0/+3
2011-01-18Use g_io_channel_read_chars instead of g_io_channel_readMarcel Holtmann1-5/+10
2010-12-23rtnl: Call technology_add_interface() only onceMarcel Holtmann1-3/+3
2010-12-21rtnl: Register all RDNSS search domainsSamuel Ortiz1-3/+13
2010-12-21rtnl: Add support for RFC6106 DNSSLDavid Woodhouse1-1/+60
2010-12-21rtnl: Refactor RDNSS support so we can support DNSSLDavid Woodhouse1-15/+28
2010-12-09rtnl: Call __connman_technology_add_interface() after rtnl->newlink()Martin Xu1-7/+6
2010-12-08Add CONNMAN_DEVICE_TYPE_GADGET and CONNMAN_SERVICE_TYPE_GADGETMartin Xu1-0/+4
2010-12-03rtnl: Receive notification of RDNSS from IPv6 router advertisementsDavid Woodhouse1-1/+65
2010-10-15rtnl: Check for wireless extensions when missing DEVTYPESamuel Ortiz1-8/+28
2010-10-15rtnl: Detect non cfg80211 based WiFi driversSamuel Ortiz1-0/+20
2010-10-08rtnl: Export device type detection routineSamuel Ortiz1-17/+39
2010-10-07rtnl: Remove unused operstate callbackSamuel Ortiz1-53/+0
2010-10-06Add interface name checks for Virtual Machine ManagerMarcel Holtmann1-0/+4
2010-10-04rtnl: support isimodem GPRS connectionsPekka Pessi1-0/+5
2010-07-29Skip IPv6 link-local addresses reportingSamuel Ortiz1-0/+6
2010-07-29Add a family argument to the ipconfig routing functionsSamuel Ortiz1-2/+2
2010-07-29Track IPv6 address changes through rtnlSamuel Ortiz1-12/+62
2010-07-15Provide unique identifier along with the interface callbacksMarcel Holtmann1-3/+14
2010-07-15Fix Ethernet service type detectionMarcel Holtmann1-6/+12
2010-07-15Fix proper detection for pure Ethernet technology typesMarcel Holtmann1-4/+27
2010-07-15Add technology driver callbacks for adding/removing interfacesMarcel Holtmann1-4/+4
2010-07-15Monitor interface creation/removal and check DEVTYPEMarcel Holtmann1-0/+77
2010-06-30Centralize rntl update timersDaniel Wagner1-0/+74
2010-06-16Support for ppp default route settingKalle Valo1-2/+12
2010-05-18Use helper for checking rtnl message validitySamuel Ortiz1-8/+18
2010-05-18Support RTPROT_KERNEL when adding/deleting routesSamuel Ortiz1-2/+4
2010-01-05Add support for exporting basic interface statisticsMarcel Holtmann1-16/+23