summaryrefslogtreecommitdiff
path: root/lib/rtnetlink.c
Commit message (Expand)AuthorAgeFilesLines
* rtnetlink: ignore IFLA_WIRELESS events.Michal Kazior2021-04-201-0/+20
* Eliminate use of term "slave" in bond, LACP, and bundle contexts.Ben Pfaff2020-10-211-8/+8
* rtnetlink: extend parser to include kind of master and slaveJohn Hurley2018-06-291-0/+43
* netdev-linux: Report netdev change events when mac changed.Tonghao Zhang2018-02-051-0/+9
* netlink-notifier: Support multiple groups.Jarno Rajahalme2016-06-131-5/+5
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* ofpbuf: Don't include unneeded "packets.h".Ben Pfaff2016-03-231-1/+2
* netdev-linux: Fix netdev ipv6 notificationPravin B Shelar2016-03-101-2/+4
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-4/+4
* rtnetlink: Extend rtnetlink to support RTNLGRP_IPV4_IFADDR andAlex Wang2015-07-281-0/+179
* lib: Rename rtnetlink.[ch] files.Ethan Jackson2011-09-011-195/+0
* rtnetlink: Notifiers should only run once per poll loop.Ethan Jackson2011-08-221-1/+5
* Consistently write null pointer constants as NULL instead of 0.Ben Pfaff2011-05-161-1/+1
* netlink-socket: Add functions for joining and leaving multicast groups.Ben Pfaff2011-01-271-2/+9
* retnetlink: Add rtnetlink_destroy function.Ethan Jackson2011-01-131-1/+13
* rtnetlink: Remove LINK specific messages from rtnetlinkEthan Jackson2011-01-041-77/+64
* netlink: Split into generic and Linux-specific parts.Ben Pfaff2010-12-101-0/+1
* coverage: Make the coverage counters catalog program-specific.Ben Pfaff2010-11-301-0/+2
* vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff2010-10-291-1/+1
* Switch many macros from using CONTAINER_OF to using OBJECT_CONTAINING.Ben Pfaff2010-10-011-4/+2
* vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff2010-07-211-3/+3
* rtnetlink: Fix typo in comments referencing rtnetlink_notifier_register()Justin Pettit2010-01-161-1/+1
* rtnetlink: Move into separate source and header file.Ben Pfaff2009-07-301-0/+184