Age | Commit message (Expand) | Author |
2015-10-06 | Merge pull request #1465 from teg/siphash24 | Lennart Poettering |
2015-10-06 | Merge pull request #1468 from poettering/fdnames | Tom Gundersen |
2015-10-06 | Merge pull request #1467 from jacob-keller/master | Tom Gundersen |
2015-10-06 | Merge pull request #1466 from kaysievers/wip | Tom Gundersen |
2015-10-06 | core: add support for naming file descriptors passed using socket activation | Lennart Poettering |
2015-10-06 | Merge pull request #1452 from poettering/journal-vacuum | Daniel Mack |
2015-10-06 | core: simplify fd collection code, return number of fds as return value | Lennart Poettering |
2015-10-06 | socket: don't double close the same fd for FIFOs | Lennart Poettering |
2015-10-06 | gpt-auto-generator: fix duplicate backing partition check | Lennart Poettering |
2015-10-05 | document ability to disable MACAddressPolicy | Jacob Keller |
2015-10-06 | libsystemd: sd-device - translate / vs. ! in sysname | Kay Sievers |
2015-10-05 | Merge pull request #1406 from blaskovic/journal-remote-typo | Tom Gundersen |
2015-10-05 | Merge pull request #1448 from bengal/lldp-export-v5 | Tom Gundersen |
2015-10-05 | Merge pull request #1459 from ssahani/bridge1 | Tom Gundersen |
2015-10-05 | Merge pull request #1372 from jemk/prefsrc | Tom Gundersen |
2015-10-05 | hashmap: hash_funcs - make inputs unambiguous | Tom Gundersen |
2015-10-05 | hashmap: refactor hash_func | Tom Gundersen |
2015-10-05 | test: hashmap - cripple the hash function by truncating the input rather than... | Tom Gundersen |
2015-10-05 | test: siphash24 - verify internal state and composability | Tom Gundersen |
2015-10-05 | siphash24: expose the internal helper functions | Tom Gundersen |
2015-10-05 | siphash24: make siphash24_compress decomposable | Tom Gundersen |
2015-10-05 | siphash24: move last compression iteration from compression step to finalizat... | Tom Gundersen |
2015-10-05 | siphash24: split out the compression step | Tom Gundersen |
2015-10-05 | siphash24: split out the finalization step | Tom Gundersen |
2015-10-05 | siphash24: introduce state struct | Tom Gundersen |
2015-10-05 | test: siphash24 - add regression test | Tom Gundersen |
2015-10-05 | networkd: add bridge properties | Susant Sahani |
2015-10-05 | sd-rtnl: introduce new API to set the NL header flags | Susant Sahani |
2015-10-05 | sd-rtnl: sd-netlink: add support for bridge NL parametrs | Susant Sahani |
2015-10-05 | missing.h : add bridge params | Susant Sahani |
2015-10-03 | core: don't unset reload result, unless we begin a start or reload operation | Lennart Poettering |
2015-10-02 | journal: rework vacuuming logic | Lennart Poettering |
2015-10-02 | journal: use automatic clenup for ACL types | Lennart Poettering |
2015-10-02 | journal: improve some messages | Lennart Poettering |
2015-10-02 | journal: simplify things by using the LESS_BY() macro | Lennart Poettering |
2015-10-02 | journal: don't affect atime of journal files when vacuuming | Lennart Poettering |
2015-10-02 | journal: prefer stack allocation | Lennart Poettering |
2015-10-02 | journal: make journal_file_close() return NULL | Lennart Poettering |
2015-10-02 | journal: port over to fd_getcrtime_at() | Lennart Poettering |
2015-10-02 | lldp: add reception tests | Beniamino Galvani |
2015-10-02 | lldp: fix parsing of TLV length | Beniamino Galvani |
2015-10-02 | lldp: move lldp_receive_packet() to lldp-internal.c | Beniamino Galvani |
2015-10-02 | lldp: check return value of lldp_tlv_packet_exit_container() | Beniamino Galvani |
2015-10-02 | lldp: add support for organizationally specific TLVs | Beniamino Galvani |
2015-10-02 | lldp: factor out common code in lldp-tlv.c | Beniamino Galvani |
2015-10-02 | lldp: add sd_lldp_tlv_packet_get_destination_type() | Beniamino Galvani |
2015-10-02 | lldp: add public function to export LLDP TLV packets | Beniamino Galvani |
2015-10-02 | lldp: move TLV related functions to lldp-tlv.c | Beniamino Galvani |
2015-10-02 | lldp: export opaque TLV type and accessor functions | Beniamino Galvani |
2015-10-02 | lldp: change order of arguments of lldp_read_*() functions | Beniamino Galvani |