chiark / gitweb /
Remove src/activate
[elogind.git] / src / libsystemd-network /
2015-03-27 Harald Hoyerfix gcc warnings about uninitialized variables
2015-03-14 Shawn Landdensd-dhcp-client: fix strict aliasing issue
2015-03-14 Zbigniew Jędrzejew... test-dhcp-option: conform to usual coding style
2015-03-14 Zbigniew Jędrzejew... test-dhcp-option: add assert to check index is nonnegative
2015-03-14 Zbigniew Jędrzejew... Use space after a silencing (void)
2015-03-13 David Herrmanntree-wide: there is no ENOTSUP on linux
2015-03-13 Zbigniew Jędrzejew... sd-pppoe: workaround for incomplete include in old...
2015-03-04 Thomas Hallersd-dhcp6-client: delay setting the DUID and don't fail...
2015-02-23 Thomas Hindoe Paab... remove unused includes
2015-02-16 Zbigniew Jędrzejew... Transpose args in strv_fnmatch() to be more oo
2015-02-16 Zbigniew Jędrzejew... test-network: fix segfault with NULL dev_path/driver...
2015-02-16 Zbigniew Jędrzejew... network-internal: chain matches with AND in net_match_c...
2015-02-16 Zbigniew Jędrzejew... Add helper for fnmatch over strv
2015-02-12 Thomas Hindoe Paab... Add missing includes in header files
2015-02-12 Lennart PoetteringRevert "tree-wide: Always use recvmsg with MSG_CMSG_CLO...
2015-02-11 Tom Gundersennetwork-internal: fix inverted matching
2015-02-10 Tom Gundersennet: support globbing and disjunction in Match logic
2015-02-10 Cristian Rodrígueztree-wide: Always use recvmsg with MSG_CMSG_CLOEXEC
2015-02-10 Lennart Poetteringtest-lldp: fix minor OOM
2015-02-10 Lennart Poetteringtest-lldp: initialize structs when we define them
2015-02-10 Lennart Poetteringtest-lldp: use strndup() where possible
2015-02-10 Philippe De Swertlibsystemd-network: Avoid potential NULL dereference...
2015-02-09 Torstein Husebøtreewide: correct typos and use consistent "MAC" spelling
2015-02-03 Zbigniew Jędrzejew... test-dhcp-client: add a kludge to make valgrind happy
2015-02-03 Zbigniew Jędrzejew... test-dhcp-client: open a real udp socket for test execution
2015-01-31 Zbigniew Jędrzejew... test-dhcp-client: remove linebreak
2015-01-28 Lennart Poetteringsd-dhcp: chop of trailing dot of DHCP supplied host...
2015-01-27 Patrik Flyktsd-icmp6-nd: Add support for fetching the latest expire...
2015-01-27 Patrik Flykttest-icmp6-nd: Add test cases for prefixes
2015-01-27 Patrik Flyktsd-icmp6-nd: Parse ICMPv6 prefix information
2015-01-27 Patrik Flykttest-icmp6-rs: Add trivial test case for an MTU that...
2015-01-27 Patrik Flyktsd-icmp6-nd: Add helper function to get the IPv6 link MTU
2015-01-27 Patrik Flyktsd-icmp6-nd: Add link and prefix structures for ICMPv6
2015-01-27 Patrik Flyktsd-icmp6-nd: Update Router Advertisement handling
2015-01-27 Patrik Flyktsd-dhcp6-lease: Revise address iteration functions
2015-01-23 Zbigniew Jędrzejew... #pragma once here and there
2015-01-22 Tom Gundersensd-dhcp-client: use RFC4361-complient ClientID by default
2015-01-22 Tom Gundersendhcp-identifier: create IAID even if no udev device...
2015-01-22 Zbigniew Jędrzejew... Assorted format fixes
2015-01-21 Tom Gundersennetwork: dhcp - split out dhcp_identifier_set_{iaid...
2015-01-21 Tom Gundersennetwork: dhcp - split out the duid structure into a...
2015-01-20 Patrik Flyktsd-dhcp6-client: Remove unnecessary debug printout
2015-01-15 Susant SahaniLLDP: Support locally assigned port subtype
2015-01-13 Tom Gundersenrefcnt: refcnt is unsigned, fix comparisons
2015-01-12 Tom Gundersennetwork-intenal: user _cleanup_ macro in parse_ifname
2015-01-05 Torstein Husebølibsystemd-network: fix typo in lldp
2015-01-01 Zbigniew Jędrzejew... network: fix scanf/printf format
2014-12-31 David Herrmannlldp: fix sd_lldp_save()
2014-12-31 David Herrmannlldp: fix uninitialized cleanup var #2
2014-12-31 David Herrmannlldp: fix uninitialized cleanup var
2014-12-31 David Herrmannlldp: fix double free
2014-12-31 David Herrmannnetwork: add malloc-assertion in test
2014-12-31 Veres Lajostree-wide: spelling fixes
2014-12-19 Tom Gundersensd-lldp: minor header cleanup
2014-12-19 Susant SahaniLLDP: Add support for networkctl
2014-12-19 Susant Sahaninetworkd: Introduce Link Layer Discovery Protocol ...
2014-12-11 Thomas Hindoe Paab... use correct format types
2014-12-11 Lennart Poetteringtree-wide: use our memset() macros instead of memset...
2014-12-11 Tom Gundersensd-dhcp-client: log if we fail to set up lease timers
2014-12-10 Patrik Flykttest-dhcp6-client: Add a simple Information Request...
2014-12-10 Patrik Flyktsd-dhcp6-client: Implement Information Request message
2014-12-10 Patrik Flyktsd-dhcp6-lease: Return only -EINVAL when a NULL lease...
2014-12-10 Patrik Flyktsd-dhcp6-client: Make end of successfull option parsing...
2014-12-09 Dan Winshiplibsystemd-network: fix writing of routes in dhcp lease...
2014-12-05 Tom Gundersennet_setup/networkd: warn if matching is done on possibl...
2014-12-04 Tom Gundersenudev: net_setup - allow matching on OriginalName=
2014-11-30 Ronny Chevaliertests: use assert_se instead of assert
2014-11-28 Michal Schmidttreewide: more log_*_errno + return simplifications
2014-11-28 Michal Schmidttreewide: no need to negate errno for log_*_errno()
2014-11-28 Michal Schmidttreewide: auto-convert the simple cases to log_*_errno()
2014-11-27 Lennart Poetteringlog: rearrange log function naming
2014-11-27 Lennart Poetteringlog: add an "error" parameter to all low-level logging...
2014-11-20 Thomas Hallersd-dhcp-lease: fix copy-paste error asserting wrong...
2014-11-18 Dan Williamssd-dhcp-lease: load/save client ID
2014-11-18 Dan Williamssd-dhcp-client: allow getting/setting the client ID
2014-11-18 Tom Gundersensd-dhcp-lease: expose load/save functions
2014-11-18 Dan Williamssd-dhcp-client: fix REBOOT state handling
2014-11-06 Lennart Poetteringshared: rename condition-util.[ch] to condition.[ch]
2014-11-06 Lennart Poetteringcore: get rid of condition.c and move the remaining...
2014-11-06 Lennart Poetteringcondition: internalize condition test functions
2014-11-05 Tom Gundersensd-pppoe: spelling
2014-11-05 Tom Gundersenlibsystemd-network: don't use unaligned helpers in...
2014-11-05 Tom Gundersensd-pppoe: whitespace
2014-11-04 Lennart Poetteringsd-event: rename sd_event_source_set_name() to sd_event...
2014-11-03 Lukas Nykrynsd-pppoe: include ppp_defs.h
2014-11-01 Tom Gundersensd-pppoe: fix some leaks
2014-11-01 Tom Gundersenlibsystemd-networkd: introduce sd-pppoe library
2014-11-01 Dan Williamssd-dhcp6-client: fix off-by-two error in DUID length
2014-11-01 Tom Gundersensd-dhcp-lease: use shared default prefixlen function
2014-11-01 Tom Gundersensd-dhcp-lease: use unaligned read helpers
2014-11-01 Tom Gundersendhcp6: use unaligned read/write helpers
2014-10-31 Dan Williamssd-dhcp-client: clean up raw socket sd_event_source...
2014-10-27 Tom Gundersenshared: in-addr-utils - add default_subnet_mask and...
2014-10-13 Tom Gundersentest-dhcp-client: add more asserts
2014-10-11 Dan Williamssd-dhcp-client: support non-Ethernet hardware addresses
2014-10-09 Patrik Flyktsd-dhcp6-lease: Name the structure containing IAADDR...
2014-10-02 Tom Gundersensd-dhcp6: do basic sanity-checking of supplied DUID
2014-10-02 Tom Gundersensd-dhcp6: specify the type explicitly when setting...
2014-10-02 Tom Gundersensd-dhcp6: support custom DUID's up to the size specifie...
2014-10-02 Dan Williamssd-dhcp6-client: support custom DUIDs
next