device: renew dhcp leases on awake for software devices
[NetworkManager.git] / src / platform / nm-linux-platform.c
2016-03-30 Lubomir Rintelplatform: don't assume that netlink message is as big...
2016-03-22 Thomas Hallersystemd: merge branch systemd into master
2016-03-15 Thomas Hallerplatform: merge branch 'th/netns-aware-bgo763323'
2016-03-15 Stjepan Grosplatform: add nm_platform_link_set_netns() function
2016-03-15 Thomas Hallerplatform: properly change netns in do_change_link()
2016-03-11 Thomas Hallersystemd: merge branch systemd into th/systemd-lldp...
2016-03-08 Thomas Hallerall: drop str_if_set() in favor of the "?:" operator
2016-03-08 Thomas Hallercore/trivial: rename NM_ASSERT_VALID_PATH_COMPONENT...
2016-03-07 Thomas Hallerplatform: merge branch 'th/platform-netns-bgo762408'
2016-03-07 Thomas Hallerplatform: add network namespace support to platform
2016-03-07 Thomas Hallerplatform: don't create udev client if udev isn't used
2016-03-07 Thomas Hallercore: move simple utils function from "nm-platform...
2016-03-07 Thomas Hallerplatform: add and use nm_utils_ifname_cpy() helper
2016-03-04 Thomas Hallerplatform: cleanup logging for udev-add event
2016-03-04 Thomas Hallerall: explicitly ignore return values
2016-03-01 Thomas Hallerplatform: add flags argument to nm_platform_ip4_address...
2016-03-01 Thomas Hallerplatform: track ifa_flags for cached IPv4 addresses
2016-03-01 Thomas Hallercore: merge branch 'th/build-core'
2016-03-01 Thomas Hallercore: split "nm-core-utils.h" out of "NetworkManagerUti...
2016-03-01 Thomas Hallerlogging: make logging independent of platform
2016-02-29 Thomas Hallerplatform/trivial: rename NMPlatformIP6Address's "flags...
2016-02-29 Thomas Hallerplatform: adjust type of IPv6 address flags to guint
2016-02-29 Thomas Hallerplatform/trivial: rename NMPlatformLink's "flags" field...
2016-02-29 Thomas Hallerplatform: adjust type of link flags to guint
2016-02-24 Thomas Hallerplatform: optimize sysctl_set() to use stack allocated...
2016-02-19 Thomas Hallerall: cleanup includes and let "nm-default.h" include...
2016-02-18 Thomas Hallerplatform: expose nmp_utils_ip4_address_is_link_local...
2016-02-16 Thomas Hallerplatform: merge branch 'th/platform-recvmsgs-fixes...
2016-02-16 Thomas Hallerplatform: during @abort_parsing goto stop in event_hand...
2016-02-16 Thomas Hallerplatform: don't set @err during stop: in event_handler_...
2016-02-16 Thomas Hallerplatform: continue reading in event_handler_recvmsgs...
2016-02-16 Thomas Hallerplatform: fix error handling in event_handler_recvmsgs()
2016-02-16 Thomas Hallerplatform: downgrade logging message to TRACE level...
2016-02-16 Thomas Hallerplatform: don't return number of messages from event_ha...
2016-02-16 Thomas Hallerplatform: simplify event_handler_recvmsgs() by using...
2016-02-15 Thomas Hallerplatform: fix detection of link-type for netlink event
2016-02-14 Thomas Hallerall/trivial: rename STRLEN() macro to NM_STRLEN()
2016-02-12 Beniamino Galvaniplatform: always try to refetch new ethernet links
2016-02-12 Thomas Hallersystemd: merge branch 'systemd' into master
2016-02-05 Thomas Hallerlogging: add new logging macros _LOGx_err() to log...
2016-02-04 Thomas Hallerplatform: assume support for IPv6 temporary addrsses...
2016-01-26 Thomas Hallersystemd: merge branch 'systemd' into master
2016-01-25 Thomas Hallerplatform: merge branch 'th/platform-recvmsg-enobufs'
2016-01-25 Thomas Hallerplatform: increase netlink socket receive buffer size
2016-01-25 Thomas Hallerplatform: improve detecting ENOBUFS for recvmsg() on...
2016-01-25 Thomas Hallerplatform: refactor check for error in event_handler_rec...
2016-01-25 Thomas Hallerplatform: fix draining netlink socket on cache resync
2016-01-25 Thomas Hallerplatform: handle netlink ACKs in event_handler_recvmsgs...
2016-01-21 Dan Williamsplatform: fix leak when netlink dump is too large
2016-01-21 Lubomir Rintellinux-platform: fix accidental Python
2016-01-21 Lubomir Rintellinux-platform: fix a file descriptor leak
2016-01-21 Lubomir Rintellinux-platform: treat gadget devices as ethernet devices
2016-01-04 Thomas Hallerplatform: ensure _nl_send_auto_with_seq() returns 0...
2016-01-04 Thomas Hallerplatform/trivial: remove extra indention in constructed()
2016-01-04 Thomas Hallersystemd: merge branch 'systemd' into master
2015-12-23 Lubomir Rintelplatform: fix 32-bit build
2015-12-17 Thomas Hallerplatform: merge branch 'th/platform-no-sync-socket...
2015-12-17 Thomas Hallerplatform: tighten return value from do_add_addrroute()
2015-12-17 Thomas Hallerplatform: check for existing link in do_add_link_with_l...
2015-12-17 Thomas Hallerplatform: change meaning of return value for delete...
2015-12-17 Thomas Hallerplatform: drop delayed_action idle handler
2015-12-17 Thomas Hallerplatform/trivial: rename internal field with netlink...
2015-12-17 Thomas Hallerplatform: inline event_handler_read_netlink()
2015-12-17 Thomas Hallerplatform: drop synchronous netlink socket
2015-12-17 Thomas Hallerplatform: change links via event netlink socket
2015-12-17 Thomas Hallerplatform: delete objects via event netlink socket
2015-12-17 Thomas Hallerplatform: add addresses and routes via event netlink...
2015-12-17 Thomas Hallerplatform: add links via event netlink socket
2015-12-17 Thomas Hallerplatform: assert that delayed_action_handle_all() is...
2015-12-17 Thomas Hallerplatform: rework waiting for netlink response
2015-12-17 Thomas Hallerplatform: minor refactoring in delayed_action_schedule()
2015-12-17 Thomas Hallerplatform: implement our own sequence counter
2015-12-17 Thomas Hallerplatform/trivial: remove obsolete code comment
2015-12-17 Thomas Hallerplatform: cleanup event_handler_recvmsg() (rename event...
2015-12-17 Thomas Hallerplatform: cleanup event_handler_recvmsg() (drop _nl_soc...
2015-12-17 Thomas Hallerplatform: cleanup event_handler_recvmsg() (adjust log...
2015-12-17 Thomas Hallerplatform: cleanup event_handler_recvmsg() (inline event...
2015-12-17 Thomas Hallerplatform: cleanup event_handler_recvmsg() (move EAGAIN...
2015-12-17 Thomas Hallerplatform: cleanup event_handler_recvmsg() (inline verif...
2015-12-17 Thomas Hallerplatform: cleanup event_handler_recvmsg() (code-style)
2015-12-17 Thomas Hallerplatform: reimplement nl_recvmsg() in platform
2015-12-17 Thomas Hallerplatform/trivial: move code
2015-12-12 Thomas Hallerplatform: refactor handling netlink message by manually...
2015-12-12 Thomas Hallerplatform: inline setup_socket() function
2015-12-12 Thomas Hallerplatform: factor out completing and sending netlink...
2015-12-11 Thomas Hallerplatform: add const to input arguments to link-add...
2015-12-10 Thomas Hallerplatform: EAGAIN is equal to EWOULDBLOCK
2015-12-10 Thomas Hallerplatform: merge branch 'th/platform-fixes-and-tests'
2015-12-10 Thomas Hallerplatform: fix memleak in _nl_sock_flush_data()
2015-12-10 Thomas Hallerplatform: fix event_handler_read_netlink_one() wrongly...
2015-12-10 Thomas Hallerplatform: merge branch 'th/platform-api-cleanup-bgo7592...
2015-12-10 Thomas Hallerplatform: move reading sysctl-options for master/slave...
2015-12-10 Thomas Hallerplatform/trivial: rename link related functions
2015-12-10 Thomas Hallertrival: fix whitespace
2015-12-10 Thomas Hallerplatform: return pointer to NMPlatformLink object for...
2015-12-09 Beniamino Galvanimerge: vxlan devices creation support
2015-12-09 Beniamino Galvaniplatform: add vxlan support
2015-12-09 Beniamino Galvanimerge: macvlan and macvtap devices creation support
2015-12-09 Beniamino Galvaniplatform: add macvtap link creation support
2015-12-09 Beniamino Galvaniplatform: add macvlan link creation support
next