index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libsystemd-network
/
sd-ipv4ll.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
libsystemd-network: sd-ipv4ll: Wrapper to restart address aquisition after co...
Jason Reeder
2017-03-31
1
-0
/
+6
*
tree-wide: use mfree more
Zbigniew Jędrzejewski-Szmek
2016-10-17
1
-3
/
+1
*
ipv4ll: shorten some checks by using IN_SET a bit
Lennart Poettering
2016-05-26
1
-11
/
+2
*
sd-ipv4ll: add a bit of logging to IPv4LL too
Lennart Poettering
2016-05-26
1
-0
/
+8
*
ipv4acd: rework how we pick ipv4ll addresses
Lennart Poettering
2016-05-26
1
-70
/
+61
*
ipv4ll: change "seed" parameter to be uint64_t
Lennart Poettering
2016-05-26
1
-5
/
+3
*
ipv4l-{acd,ll}: make sure ipv4 addresses are unsigned
Lennart Poettering
2016-05-26
1
-13
/
+7
*
sd-ipv4{acl,ll}: don't make use of RefCnt objects
Lennart Poettering
2016-05-26
1
-1
/
+0
*
sd-network: don't needlessly abbreviate "callback" as "cb" in struct members
Lennart Poettering
2016-05-26
1
-4
/
+4
*
sd-network: rename "index" field of the various clients to "ifindex"
Lennart Poettering
2016-05-26
1
-2
/
+3
*
tree-wide: minor formatting inconsistency cleanups
Vito Caputo
2016-02-23
1
-1
/
+1
*
libsystemd-network: sd-event uses 64bit priorities, expose them in the APIs a...
Lennart Poettering
2016-02-20
1
-1
/
+1
*
libsystemd-network: don't abbreviate "callback" as "cb" needlessly
Lennart Poettering
2016-02-20
1
-2
/
+2
*
tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy
Lennart Poettering
2015-11-27
1
-6
/
+2
*
sd-ipv4ll: fix error path if sd-ipv4acd allocation fails
Lennart Poettering
2015-11-17
1
-2
/
+2
*
siphash24: let siphash24_finalize() and siphash24() return the result directly
Daniel Mack
2015-11-16
1
-3
/
+2
*
siphash24: change result argument to uint64_t
Martin Pitt
2015-11-16
1
-3
/
+3
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
sd-*.h: clean up exported (or to-be-exported) header files
Lennart Poettering
2015-10-24
1
-1
/
+1
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-6
/
+6
*
sd-ipv4ll: allow initial address to be set explicitly
Tom Gundersen
2015-10-11
1
-4
/
+35
*
sd-ipv4ll: fix namespacing
David Herrmann
2015-09-22
1
-4
/
+4
*
sd-ipv4acd: fix namespacing
David Herrmann
2015-09-22
1
-3
/
+3
*
sd-ipv4ll: do not assert_return when seed == 0
Ronny Chevalier
2015-09-21
1
-1
/
+0
*
sd-ipv4acd: introduce new library split out from sd-ipv4ll
Tom Gundersen
2015-09-18
1
-423
/
+145
*
sd-ipv4ll: simplify conflict handling
Tom Gundersen
2015-09-18
1
-19
/
+16
*
sd-ipv4ll: rework callbacks
Tom Gundersen
2015-09-18
1
-105
/
+92
*
sd-ipv4ll: don't allow changing MAC address whilst running
Tom Gundersen
2015-09-18
1
-15
/
+2
*
sd-ipv4ll: code cleanups
Tom Gundersen
2015-09-18
1
-60
/
+58
*
sd-ipv4ll: remove duplicate packet verification
Tom Gundersen
2015-09-18
1
-19
/
+7
*
sd-ipv4ll: minor cleanups
Tom Gundersen
2015-09-18
1
-20
/
+26
*
sd-ipv4ll: split out on_conflict() from on_packet()
Tom Gundersen
2015-09-18
1
-42
/
+54
*
sd-ipv4ll: split run_state_machine() into on_packet() and on_timeout()
Tom Gundersen
2015-09-18
1
-106
/
+82
*
sd-ipv4ll: filter out unwanted ARP packets in the kernel
Tom Gundersen
2015-09-18
1
-35
/
+45
*
tree-wide: drop {} from one-line if blocks
Lennart Poettering
2015-09-09
1
-2
/
+1
*
network: get rid of more RefCnt usage
Lennart Poettering
2015-08-27
1
-17
/
+25
*
tree-wide: do not return error codes as bool
Thomas Hindoe Paaboel Andersen
2015-08-06
1
-1
/
+1
*
sd-event: make sure sd_event_now() cannot fail
Lennart Poettering
2015-08-03
1
-2
/
+1
*
shared: add random-util.[ch]
Ronny Chevalier
2015-04-11
1
-0
/
+1
*
refcnt: refcnt is unsigned, fix comparisons
Tom Gundersen
2015-01-13
1
-1
/
+1
*
sd-event: rename sd_event_source_set_name() to sd_event_source_get_name()
Lennart Poettering
2014-11-04
1
-3
/
+3
*
sd-ipv4ll: name the correct source
Tom Gundersen
2014-08-30
1
-1
/
+1
*
sd-event: name event sources used in libraries
Tom Gundersen
2014-08-28
1
-0
/
+11
*
libsystemd-network: use CLOCK_BOOTTIME instead of CLOCK_MONOTONIC where possible
Tom Gundersen
2014-07-24
1
-6
/
+6
*
libnetworkd: add link local tests
Umut Tezduyar Lindskog
2014-04-27
1
-2
/
+5
*
sd-ipv4ll: Add an explicit stop state for IPv4LL
Patrik Flykt
2014-04-11
1
-6
/
+13
*
sd-ipv4ll: Add reference counting for IPv4LL
Patrik Flykt
2014-04-11
1
-25
/
+59
*
networkd: smooth transition from ipv4ll to dhcp address
Umut Tezduyar Lindskog
2014-04-03
1
-0
/
+6
*
sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...
Lennart Poettering
2014-03-24
1
-7
/
+10
[next]