index
:
~lkundrak/NetworkManager
lr/active-connection-state-changed
lr/auth-dialog
lr/completion-4
lr/guide
lr/ifla-flags-detection
lr/initrd
lr/nmcli-colors
lr/ovs-2
lr/ovs-3
lr/ovs-interface-plink
lr/rp-filter
lr/version-dir
lr/wifi-data
master
nm-1-0
nm-1-10
nm-1-14
nm-1-4
nm-1-6
nm-1-8
pan2
LR staging for NetworkManager
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
platform
/
nm-linux-platform.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-09
platform: pre-increment netlink sequence number and add comment
Thomas Haller
1
-3
/
+4
2018-03-09
platform: remove unused typedef
Beniamino Galvani
1
-5
/
+0
2018-03-09
platform: return extack message from WaitForNlResponse delayed action
Beniamino Galvani
1
-25
/
+45
2018-03-09
platform: print error message from netlink extended ack
Beniamino Galvani
1
-1
/
+24
2018-03-05
platform: don't require cloned flag for RTM_GETROUTE IPv6 result
Beniamino Galvani
1
-3
/
+6
2018-02-21
platform: refactor completing netlink responses in event_handler_read_netlink()
Thomas Haller
1
-52
/
+74
2018-02-21
platform: cleanup error handling in event_handler_recvmsgs()
Thomas Haller
1
-47
/
+29
2018-02-21
netlink: use glib allocator functions for nlmsg_alloc*()
Thomas Haller
1
-18
/
+3
2018-02-21
netlink: refactor error numbers from netlink
Thomas Haller
1
-15
/
+11
2018-02-21
netlink: drop workaround for libnl3 bug in nl_recv()
Thomas Haller
1
-16
/
+0
2018-02-21
netlink: drop libnl3 dependency
Thomas Haller
1
-1
/
+5
2018-02-21
netlink: move nl_nlmsghdr_to_str() to netlink header
Thomas Haller
1
-103
/
+3
2018-02-09
platform: add nm_platform_refresh_all() API
Thomas Haller
1
-0
/
+7
2018-01-15
platform: move netlink functions to nm-netlink.h
Thomas Haller
1
-33
/
+1
2018-01-15
wifi: rework WifiData to use a separate struct for function pointers
Thomas Haller
1
-1
/
+1
2018-01-15
platform: fix wrong cleanup function in ip_route_get()
Thomas Haller
1
-1
/
+1
2018-01-08
platform-linux: reload qdiscs and tfilters after removing them
Lubomir Rintel
1
-1
/
+4
2018-01-05
ip-tunnel: add support for tunnel flags
Beniamino Galvani
1
-0
/
+5
2017-12-15
all: don't use NM_FLAGS_HAS() with non-constant argument
Thomas Haller
1
-1
/
+1
2017-12-11
platform: fix TC to-string/hash/cmp functions to include the action
Thomas Haller
1
-1
/
+3
2017-12-11
platform: add support for traffic filters
Lubomir Rintel
1
-10
/
+196
2017-12-11
platform: add support for queueing disciplines
Lubomir Rintel
1
-19
/
+154
2017-12-11
platform: add <linux/tc_act/tc_defact.h> header
Thomas Haller
1
-0
/
+23
2017-12-11
platform: merge nm_platform_*_delete() delete functions
Thomas Haller
1
-7
/
+12
2017-12-11
platform/linux: stringify also NLMSG_* in logs
Lubomir Rintel
1
-8
/
+12
2017-12-11
platform/trivial: s/ADDRROUTE/OBJECT/ for the cache lookup
Lubomir Rintel
1
-7
/
+7
2017-11-16
all: use nm_direct_hash() instead of g_direct_hash()
Thomas Haller
1
-1
/
+1
2017-11-14
platform: fix double closing netlink socket
Thomas Haller
1
-1
/
+0
2017-11-14
all: use nm_close() instead of close()
Thomas Haller
1
-1
/
+1
2017-11-13
platform: consider RTNH_F_ONLINK onlink flag for IPv4 routes
Thomas Haller
1
-1
/
+3
2017-11-13
platform: track all rtm_flags for routes
Thomas Haller
1
-12
/
+2
2017-11-09
shared: make NM_CONSTCAST() macro variadic
Thomas Haller
1
-1
/
+1
2017-11-09
shared: rework _NM_GET_PRIVATE() to use _Generic()
Thomas Haller
1
-1
/
+1
2017-10-30
all: avoid coverity warnings about "Wrong Check of Return Value"
Thomas Haller
1
-3
/
+11
2017-10-24
platform: log result also for EEXIST in sysctl_set()
Thomas Haller
1
-3
/
+5
2017-10-24
platform: return platform error code from nm_platform_link_set_mtu()
Thomas Haller
1
-2
/
+2
2017-10-24
platform: suppress logging error on failure to set MTU
Thomas Haller
1
-2
/
+11
2017-10-23
platform: merge do_change_link_request() into do_change_link()
Thomas Haller
1
-30
/
+26
2017-10-23
platform: merge do_change_link_result() into do_change_link()
Thomas Haller
1
-18
/
+8
2017-10-23
platform: move evaluating the result of set_address to do_change_link_result()
Thomas Haller
1
-37
/
+41
2017-10-23
platform: downgrade warning about failure to set MTU
Thomas Haller
1
-10
/
+21
2017-10-23
platform: fix return value for nm_platform_sysctl_set()
Thomas Haller
1
-1
/
+2
2017-10-19
core: use nm_close()
Beniamino Galvani
1
-6
/
+6
2017-10-18
core,clients: use our own string hashing function nm_str_hash()
Thomas Haller
1
-1
/
+1
2017-10-12
platform: detect kernel support for RTA_PREF to set router preference of IPv6...
Thomas Haller
1
-3
/
+50
2017-10-12
platform: support pref option for IPv6 routes (RTA_PREF)
Thomas Haller
1
-0
/
+14
2017-10-12
platform: refactor detecting kernel support
Thomas Haller
1
-11
/
+15
2017-10-11
core: cleanup implementation of nm_auto* macros to use nm_auto()
Thomas Haller
1
-1
/
+1
2017-10-09
platform: mark static nla_policy variables as const
Thomas Haller
1
-16
/
+40
2017-10-06
platform: treat dsa devices as regular wired ethernet
Lubomir Rintel
1
-0
/
+4
[prev]
[next]