index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libsystemd-network
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
19
-13
/
+29
*
util-lib: move string table stuff into its own string-table.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move more file I/O related calls into fileio.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out hex/dec/oct encoding/decoding into its own file
Lennart Poettering
2015-10-27
2
-0
/
+2
*
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-27
3
-1
/
+4
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
15
-28
/
+40
*
sd-*.h: clean up exported (or to-be-exported) header files
Lennart Poettering
2015-10-24
6
-7
/
+7
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
23
-117
/
+123
*
sd-ndisc: reduce callbacks
Tom Gundersen
2015-10-22
1
-13
/
+4
*
sd-ndisc: drop sd_ndisc_get_prefixlen()
Tom Gundersen
2015-10-22
2
-204
/
+0
*
sd-ndisc: drop sd_ndisc_prefix_match()
Tom Gundersen
2015-10-22
1
-6
/
+1
*
sd-ndisc: don't trigger timeout on prefix expiry
Tom Gundersen
2015-10-22
1
-66
/
+32
*
sd-ndisc: remove a prefix from the ndisc object when freeing it
Tom Gundersen
2015-10-22
1
-25
/
+18
*
sd-ndisc: don't inform the caller of expired prefixes
Tom Gundersen
2015-10-22
1
-20
/
+0
*
sd-ndisc: clean up state enum
Tom Gundersen
2015-10-22
1
-3
/
+5
*
sd-ndisc: rename icmp6 to ndisc throughout the code
Tom Gundersen
2015-10-22
1
-94
/
+92
*
libsystemd-network: split icm6-util.[ch] out of dhcp6 code
Tom Gundersen
2015-10-22
6
-107
/
+164
*
sd-ndisc: rename API from sd-icmp6-nd
Tom Gundersen
2015-10-22
3
-77
/
+77
*
sd-icmp6-nd: rename files to sd-ndisc
Tom Gundersen
2015-10-22
3
-3
/
+3
*
sd-ipv4ll: allow initial address to be set explicitly
Tom Gundersen
2015-10-11
2
-4
/
+46
*
libsystemd-network: limit accuracy of timestamps in logging
Tom Gundersen
2015-10-11
3
-18
/
+8
*
lldp: rename publicly visible structure
Beniamino Galvani
2015-10-08
1
-4
/
+4
*
siphash24: unify API
Tom Gundersen
2015-10-06
2
-4
/
+9
*
Merge pull request #1465 from teg/siphash24
Lennart Poettering
2015-10-06
4
-17
/
+23
|
\
|
*
hashmap: hash_funcs - make inputs unambiguous
Tom Gundersen
2015-10-05
2
-0
/
+2
|
*
hashmap: refactor hash_func
Tom Gundersen
2015-10-05
4
-17
/
+21
*
|
lldp: add reception tests
Beniamino Galvani
2015-10-02
1
-3
/
+228
*
|
lldp: fix parsing of TLV length
Beniamino Galvani
2015-10-02
1
-6
/
+6
*
|
lldp: move lldp_receive_packet() to lldp-internal.c
Beniamino Galvani
2015-10-02
5
-28
/
+30
*
|
lldp: check return value of lldp_tlv_packet_exit_container()
Beniamino Galvani
2015-10-02
1
-30
/
+27
*
|
lldp: add support for organizationally specific TLVs
Beniamino Galvani
2015-10-02
4
-2
/
+157
*
|
lldp: factor out common code in lldp-tlv.c
Beniamino Galvani
2015-10-02
1
-89
/
+44
*
|
lldp: add sd_lldp_tlv_packet_get_destination_type()
Beniamino Galvani
2015-10-02
3
-0
/
+32
*
|
lldp: add public function to export LLDP TLV packets
Beniamino Galvani
2015-10-02
1
-0
/
+32
*
|
lldp: move TLV related functions to lldp-tlv.c
Beniamino Galvani
2015-10-02
2
-201
/
+201
*
|
lldp: export opaque TLV type and accessor functions
Beniamino Galvani
2015-10-02
7
-52
/
+45
*
|
lldp: change order of arguments of lldp_read_*() functions
Beniamino Galvani
2015-10-02
3
-23
/
+23
*
|
lldp: add reference counter to struct tlv_packet
Beniamino Galvani
2015-10-02
4
-9
/
+31
|
/
*
Merge pull request #1429 from poettering/dhcp-hostname
Daniel Mack
2015-10-01
1
-2
/
+6
|
\
|
*
dhcp: make sure we can deal with a single trailing NUL byte in the hostname
Lennart Poettering
2015-09-30
1
-2
/
+6
*
|
Merge pull request #1427 from dbuch/master
Daniel Mack
2015-10-01
1
-1
/
+1
|
\
\
|
*
|
sd-pppoe: use strna() instead of strempty()
Daniel Buch
2015-09-30
1
-1
/
+1
|
|
/
*
|
tree-wide: remove a number of invocations of strerror() and replace by %m
Lennart Poettering
2015-09-30
1
-4
/
+4
*
|
basic: split out cpu set specific APIs into cpu-set-util.[ch]
Lennart Poettering
2015-09-30
1
-5
/
+6
*
|
tree-wide: clean up log_syntax() usage
Lennart Poettering
2015-09-30
1
-8
/
+4
|
/
*
tree-wide: use strempty() where possible
Daniel Mack
2015-09-30
1
-3
/
+3
*
Merge pull request #1332 from thom311/master
Tom Gundersen
2015-09-24
1
-13
/
+11
|
\
|
*
sd-dhcp6: ensure canceling lease timers and refactor setting lease
Thomas Haller
2015-09-22
1
-13
/
+11
*
|
test-dhcp6-client: Update test case due to changed semantics
Patrik Flykt
2015-09-23
1
-0
/
+4
*
|
sd-dhcp6-client: Prevent setting and restarting of DHCPv6 client
Patrik Flykt
2015-09-23
1
-0
/
+11
[next]