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
*
sd-pppoe: include ppp_defs.h
Lukas Nykryn
2014-11-03
1
-0
/
+1
*
sd-pppoe: fix some leaks
Tom Gundersen
2014-11-01
1
-0
/
+2
*
libsystemd-networkd: introduce sd-pppoe library
Tom Gundersen
2014-11-01
2
-0
/
+989
*
sd-dhcp6-client: fix off-by-two error in DUID length
Dan Williams
2014-11-01
1
-5
/
+5
*
sd-dhcp-lease: use shared default prefixlen function
Tom Gundersen
2014-11-01
2
-19
/
+4
*
sd-dhcp-lease: use unaligned read helpers
Tom Gundersen
2014-11-01
1
-8
/
+3
*
dhcp6: use unaligned read/write helpers
Tom Gundersen
2014-11-01
1
-18
/
+25
*
sd-dhcp-client: clean up raw socket sd_event_source when creating new UDP socket
Dan Williams
2014-10-31
1
-0
/
+3
*
shared: in-addr-utils - add default_subnet_mask and default_prefixlen methods
Tom Gundersen
2014-10-27
1
-15
/
+9
*
test-dhcp-client: add more asserts
Tom Gundersen
2014-10-13
1
-3
/
+3
*
sd-dhcp-client: support non-Ethernet hardware addresses
Dan Williams
2014-10-11
9
-51
/
+163
*
sd-dhcp6-lease: Name the structure containing IAADDR data
Patrik Flykt
2014-10-09
3
-16
/
+17
*
sd-dhcp6: do basic sanity-checking of supplied DUID
Tom Gundersen
2014-10-02
1
-0
/
+37
*
sd-dhcp6: specify the type explicitly when setting custom DUID
Tom Gundersen
2014-10-02
1
-15
/
+18
*
sd-dhcp6: support custom DUID's up to the size specified in the RFC
Tom Gundersen
2014-10-02
1
-1
/
+4
*
sd-dhcp6-client: support custom DUIDs
Dan Williams
2014-10-02
1
-12
/
+31
*
libsystemd-network: dhcp-test - assert that malloc0 succeeds
Tom Gundersen
2014-09-17
1
-0
/
+1
*
libsystemd-network: avoid double-free in error case
Andreas Henriksson
2014-09-16
1
-1
/
+0
*
hashmap: introduce hash_ops to make struct Hashmap smaller
Michal Schmidt
2014-09-15
1
-2
/
+6
*
sd-dhcp: fix test of magic cookie
Thomas Hindoe Paaboel Andersen
2014-09-14
1
-3
/
+3
*
test-dhcp6-client: Add checks for Elapsed Time option
Patrik Flykt
2014-09-10
1
-4
/
+28
*
sd-dhcp6-client: Implement Elapsed Time option
Patrik Flykt
2014-09-10
1
-10
/
+30
*
sd-dhcp6-client: properly calculate buffer size when parsing options
Zbigniew Jędrzejewski-Szmek
2014-08-31
2
-2
/
+5
*
test-dhcp6-client: Fix option length
Patrik Flykt
2014-08-31
1
-1
/
+1
*
sd-ipv4ll: name the correct source
Tom Gundersen
2014-08-30
1
-1
/
+1
*
Fix a few more typos
Ruben Kerkhof
2014-08-30
1
-1
/
+1
*
Fix a few typos in log messages
Ruben Kerkhof
2014-08-29
1
-6
/
+6
*
sd-event: name event sources used in libraries
Tom Gundersen
2014-08-28
4
-0
/
+89
*
indentation/spurious whitespace fixes
Lennart Poettering
2014-08-20
1
-1
/
+1
*
util: never use ether_ntoa(), since it formats with %x, not %02x, which makes...
Lennart Poettering
2014-08-15
1
-1
/
+2
*
dhcp: the localhost isn't valid as hostname either
Lennart Poettering
2014-08-15
1
-1
/
+1
*
sd-dhcp-lease: verify hostname and domainnames we receive
Tom Gundersen
2014-08-15
1
-4
/
+24
*
test: dhcp-server - fix test
Tom Gundersen
2014-08-14
1
-1
/
+1
*
sd-dhcp-server: linebreaks
Tom Gundersen
2014-08-14
1
-26
/
+47
*
networkd: monopolize in_addr utility functions in shared/in-addr-util.h
Lennart Poettering
2014-08-11
2
-53
/
+7
*
sd-dhcp-server: always send out ROUTER and SUBNET_MASK
Tom Gundersen
2014-08-04
3
-5
/
+31
*
sd-dhcp-server: avoid returning garbage value
Thomas Hindoe Paaboel Andersen
2014-08-03
1
-1
/
+1
*
sd-dhcp-server: check if r < 0
Thomas Hindoe Paaboel Andersen
2014-08-03
1
-0
/
+2
*
sd-dhcp-client: allow the max dhcp message size to be set to the MTU of the link
Tom Gundersen
2014-08-01
2
-2
/
+28
*
Reject invalid quoted strings
Zbigniew Jędrzejewski-Szmek
2014-07-31
1
-3
/
+3
*
sd-network: make socket filter programs static const where possible
Lennart Poettering
2014-07-29
2
-72
/
+74
*
sd-dhcp-server: add forcerenew support
Tom Gundersen
2014-07-28
2
-0
/
+62
*
sd-dhcp-client: add support for FORCERENEW
Tom Gundersen
2014-07-28
2
-9
/
+37
*
sd-dhcp-client: listen on UDP socket as soon as a lease is acquired
Tom Gundersen
2014-07-28
1
-15
/
+35
*
dhcp-network: enable IP_FREEBIND for UDP sockets
Tom Gundersen
2014-07-28
1
-7
/
+9
*
sd-dhcp-client: drop event DHCP_EVENT_NO_LEASE
Tom Gundersen
2014-07-28
1
-34
/
+23
*
sd-dhcp-client: only verify UDP messages
Tom Gundersen
2014-07-28
1
-30
/
+32
*
libsystemd-network: use CLOCK_BOOTTIME instead of CLOCK_MONOTONIC where possible
Tom Gundersen
2014-07-24
8
-34
/
+34
*
networkd: merge DNS and NTP entries when exporting
Tom Gundersen
2014-07-23
3
-9
/
+8
*
dhcp-network: remove unused DHCP6_STATE_RS
Dan Williams
2014-07-23
2
-5
/
+0
[next]