summaryrefslogtreecommitdiff
path: root/libnetwork/drivers/macvlan/macvlan_endpoint.go
Commit message (Expand)AuthorAgeFilesLines
* libnetwork: drop InitOSContext()Cory Snider2022-10-251-3/+0
* libnetwork: macvlan: reduce use of const for driver nameSebastiaan van Stijn2022-07-011-2/+2
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-241-0/+1
* Fix some windows issues in libnetwork testsBrian Goff2021-06-011-0/+2
* Fix libnetwork importsBrian Goff2021-06-011-6/+6
* Use fmt precision to limit string lengthChris Telfer2018-07-051-2/+2
* Add warning message for the failure of deleting link deviceZhiPeng Lu2018-03-061-1/+3
* Update logrus to v1.0.1Derek McGowan2017-08-071-1/+1
* fix nits in comments and logallencloud2016-10-291-1/+1
* Delete endpoint from network map for macvlan driver upon endpoint deletionsainath2016-06-141-0/+4
* IPvlan and macvlan driver to persist endpointsAlessandro Boch2016-06-131-1/+9
* Migrate libnetwork to use netlink.HandleAlessandro Boch2016-06-081-3/+3
* Use osl.InitOSContext appropriatelyMadhu Venugopal2016-03-101-0/+3
* Make macvlan and ipvlan drivers as experimentalMadhu Venugopal2016-03-091-5/+4
* Added macvlan and ipvlan driversBrent Salisbury2016-03-021-0/+80