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
/
ndisc
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-29
all: say Wi-Fi instead of "wifi" or "WiFi"
Lubomir Rintel
1
-2
/
+2
2018-11-12
build: avoid header conflict for <linux/if.h> and <net/if.h> with "nm-platfor...
Thomas Haller
1
-0
/
+1
2018-10-22
ndisc: mark a keep-alive variable unused
Lubomir Rintel
1
-1
/
+1
2018-10-22
meson: Fix platform tests
Jan Alexander Steffens (heftig)
1
-4
/
+2
2018-10-13
ndisc: don't update dad_counter for addresses in router config
Thomas Haller
1
-3
/
+1
2018-10-13
ndisc: fix updating address lifetime on Router Announcement according to RFC4862
Thomas Haller
5
-14
/
+64
2018-10-13
ndisc: handle integer overflows better for lifetime handling
Thomas Haller
2
-59
/
+56
2018-10-13
ndisc: minor refactoring loop in nm_ndisc_add_address()
Thomas Haller
1
-11
/
+18
2018-10-13
ndisc: only generate address interface identifer after checking existing prefix
Thomas Haller
2
-22
/
+43
2018-10-13
ndisc: ignore addresses with preferred lifetime larger than lifetime
Thomas Haller
2
-4
/
+5
2018-10-11
ndisc: always emit changed signal if an ndisc parameter changes
Thomas Haller
1
-23
/
+37
2018-10-11
ndisc/trivial: move code
Thomas Haller
1
-51
/
+53
2018-10-11
ndisc: abort handling IO in event_ready() if we are unable to switch namespace
Thomas Haller
1
-2
/
+5
2018-10-11
ndisc: keep NMNDisc instance alive while processing IO in event_ready()
Thomas Haller
1
-0
/
+1
2018-10-11
ndisc: first reschedule timeout before invoking change event in check_timesta...
Thomas Haller
1
-3
/
+3
2018-08-09
all/style: write elvis operator ?: without space
Thomas Haller
1
-1
/
+1
2018-06-29
device: emit IP address changes in queued_ip_config_change() only once
Thomas Haller
2
-9
/
+16
2018-04-12
build: meson: add prefix to test names
Beniamino Galvani
1
-1
/
+1
2018-04-12
build: meson: use run-nm-test.sh to run tests
Beniamino Galvani
1
-1
/
+5
2018-03-26
ndisc/trivial: indentation and add "const" to auto variable
Thomas Haller
1
-24
/
+24
2018-03-20
device/ndisc: skip link-local addresses from NDisc
Thomas Haller
2
-0
/
+6
2018-02-21
iface-helper: fix non-reentrant call to platform for failed IPv6 DAD
Thomas Haller
1
-0
/
+31
2018-02-09
ndisc/trivial: rename name for internal signal enum to match signal name
Thomas Haller
1
-3
/
+3
2018-02-09
ndisc: ensure proper lifetime of NMNDiscAddress in ndisc_set_router_config()
Thomas Haller
1
-2
/
+5
2018-02-08
device: add const specifier to nm_ndisc_dad_failed() argument
Thomas Haller
2
-2
/
+2
2018-02-07
ndisc: adjust logging of timeouts for NDisc result
Thomas Haller
1
-7
/
+31
2018-01-10
meson: Improve dependency system
Iñigo Martínez
1
-2
/
+2
2017-12-14
build: fix test-ndisc-linux test
Iñigo Martínez
1
-15
/
+19
2017-12-13
build: add initial support for meson build system
Iñigo Martínez
1
-0
/
+15
2017-11-03
ndisc: fix ordering of gateways
Beniamino Galvani
2
-5
/
+66
2017-10-24
core: merge IPv4 and IPv6 implementation of nm_utils_ip4_property_path()
Thomas Haller
1
-2
/
+2
2017-10-24
core: don't use static buffer for nm_utils_ip4_property_path()
Thomas Haller
1
-1
/
+3
2017-10-12
ndisc: some cleanup of RA handling
Thomas Haller
2
-3
/
+45
2017-10-12
ndisc: rename NMNDiscPreference to NMIcmpv6RouterPref
Thomas Haller
6
-45
/
+68
2017-10-12
ndisc: cleanup handling of timestamps
Thomas Haller
5
-44
/
+81
2017-10-12
ndisc: use unsigned int for loop index variable
Thomas Haller
1
-86
/
+126
2017-10-10
core: rework tracking of gateway/default-route in ip-config
Thomas Haller
1
-2
/
+3
2017-08-24
core: move setting NDisc addresses/routes to NMIP6Config
Thomas Haller
1
-4
/
+6
2017-03-24
ndisc: log the device context
Lubomir Rintel
1
-7
/
+5
2017-03-24
logging: log device and connection along with the message
Lubomir Rintel
1
-1
/
+1
2017-01-09
device: support dynamic "connection.stable-id" in form of text-substitution
Thomas Haller
1
-1
/
+1
2017-01-09
core: add assertions for network_id/stable_type
Thomas Haller
3
-0
/
+4
2016-12-13
platform: add optional dirfd argument to sysctl functions
Thomas Haller
1
-1
/
+1
2016-11-21
build: don't add subdirectories to include search path but require qualified ...
Thomas Haller
4
-10
/
+10
2016-11-12
ndisc/lndp: fix unregistration of receive handler
Beniamino Galvani
1
-2
/
+2
2016-11-09
ndisc/lndp: add ability to announce the managed IPv6 configuration
Lubomir Rintel
5
-5
/
+201
2016-11-09
ndisc: rename the config-changed signal
Lubomir Rintel
3
-7
/
+7
2016-11-09
ndisc: add logic for acting as a router
Lubomir Rintel
5
-24
/
+199
2016-11-09
ndisc: move the logging deduplication into a macro
Lubomir Rintel
1
-13
/
+16
2016-11-09
ndisc: avoid calling start() multiple times
Lubomir Rintel
2
-4
/
+7
[next]