index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libsystemd-network
/
network-internal.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
libsystemd-network: introduce config_parse_hwaddrs()
Yu Watanabe
2018-05-09
1
-0
/
+73
*
ether-addr-util: make ether_addr_from_string() stricter
Yu Watanabe
2018-05-09
1
-11
/
+6
*
tree-wide: be more careful with the type of array sizes
Lennart Poettering
2018-04-27
1
-1
/
+1
*
tree-wide: drop spurious newlines (#8764)
Lennart Poettering
2018-04-19
1
-1
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
1
-10
/
+6
*
coccinelle: add reallocarray() coccinelle script
Lennart Poettering
2018-03-02
1
-2
/
+2
*
log: minimize includes in log.h
Lennart Poettering
2018-01-11
1
-0
/
+1
*
core,udev,networkd: add ConditionKernelVersion=
Lennart Poettering
2017-12-26
1
-2
/
+6
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
network: reject bridge port priorities above kernel's max value. (#5877)
Dimitri John Ledkov
2017-05-02
1
-0
/
+39
*
network: fix const qualifier (#4849)
David Michael
2016-12-07
1
-1
/
+2
*
network: support negation in matching patterns (#4809)
David Michael
2016-12-07
1
-8
/
+25
*
Fix #3236 (#3633)
Lennart Poettering
2016-07-01
1
-4
/
+4
*
network: use inet_ntop() rather than SD_NDISC_ADDRESS_FORMAT_VAL() when seria...
Lennart Poettering
2016-06-06
1
-6
/
+9
*
network: fix wrong include of source file "ether-addr-util.c" (#3402)
Thomas Haller
2016-05-31
1
-1
/
+1
*
network: rely on ether_addr_from_string instead of sscanf
Daniel Kahn Gillmor
2016-05-17
1
-8
/
+7
*
network: Make sure we log about parse errors for ifname lists
Lennart Poettering
2016-05-09
1
-2
/
+4
*
tree-wide: port more code to use ifname_valid()
Lennart Poettering
2016-05-09
1
-50
/
+14
*
networkd: cleanup FOREACH_WORD
Susant Sahani
2016-05-06
1
-38
/
+39
*
Address code-review items for pull-request #2890
Vinay Kulkarni
2016-04-05
1
-2
/
+3
*
DHCP DUID, IAID configuration options
Vinay Kulkarni
2016-03-31
1
-0
/
+29
*
Revert "DHCP DUID and IAID configurability"
Zbigniew Jędrzejewski-Szmek
2016-03-21
1
-28
/
+0
*
DHCP DUID and IAID configurability
Vinay Kulkarni
2016-03-10
1
-0
/
+28
*
tree-wide: minor formatting inconsistency cleanups
Vito Caputo
2016-02-23
1
-1
/
+1
*
tree-wide: make ++/-- usage consistent WRT spacing
Vito Caputo
2016-02-23
1
-1
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
dhcp: export routes as opaque objects
Beniamino Galvani
2016-01-20
1
-5
/
+10
*
Merge pull request #1923 from zonque/siphash
Lennart Poettering
2015-11-17
1
-1
/
+1
|
\
|
*
siphash24: let siphash24_finalize() and siphash24() return the result directly
Daniel Mack
2015-11-16
1
-1
/
+1
*
|
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
2015-11-16
1
-1
/
+1
|
/
*
siphash24: change result argument to uint64_t
Martin Pitt
2015-11-16
1
-1
/
+1
*
util-lib: split out allocation calls into alloc-util.[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
1
-0
/
+1
*
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-27
1
-1
/
+2
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-7
/
+9
*
sd-ndisc: rename API from sd-icmp6-nd
Tom Gundersen
2015-10-22
1
-2
/
+2
*
sd-icmp6-nd: rename files to sd-ndisc
Tom Gundersen
2015-10-22
1
-1
/
+1
*
tree-wide: clean up log_syntax() usage
Lennart Poettering
2015-09-30
1
-8
/
+4
*
sd-icmp6-nd: fix namespacing
David Herrmann
2015-09-22
1
-2
/
+2
*
dhcp: generic data should be void*, not uint8_t*
Lennart Poettering
2015-08-26
1
-2
/
+2
*
network: Add function to serialize an IPv6 address
Patrik Flykt
2015-08-21
1
-0
/
+15
*
networkd: serialize the private options
Alex Crawford
2015-08-05
1
-0
/
+27
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-1
/
+0
*
Transpose args in strv_fnmatch() to be more oo
Zbigniew Jędrzejewski-Szmek
2015-02-16
1
-4
/
+4
*
test-network: fix segfault with NULL dev_path/driver/type/name
Zbigniew Jędrzejewski-Szmek
2015-02-16
1
-4
/
+8
*
network-internal: chain matches with AND in net_match_config()
Zbigniew Jędrzejewski-Szmek
2015-02-16
1
-8
/
+8
*
Add helper for fnmatch over strv
Zbigniew Jędrzejewski-Szmek
2015-02-16
1
-45
/
+8
*
network-internal: fix inverted matching
Tom Gundersen
2015-02-11
1
-4
/
+4
*
net: support globbing and disjunction in Match logic
Tom Gundersen
2015-02-10
1
-11
/
+86
[prev]
[next]