summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-10-05hashmap: refactor hash_funcTom Gundersen16-100/+77
2015-10-05test: hashmap - cripple the hash function by truncating the input rather than...Tom Gundersen1-1/+1
2015-10-05test: siphash24 - verify internal state and composabilityTom Gundersen1-1/+32
2015-10-05siphash24: expose the internal helper functionsTom Gundersen2-12/+16
2015-10-05siphash24: make siphash24_compress decomposableTom Gundersen1-4/+33
2015-10-05siphash24: move last compression iteration from compression step to finalizat...Tom Gundersen1-26/+32
2015-10-05siphash24: split out the compression stepTom Gundersen1-36/+43
2015-10-05siphash24: split out the finalization stepTom Gundersen1-6/+13
2015-10-05siphash24: introduce state structTom Gundersen1-42/+54
2015-10-05test: siphash24 - add regression testTom Gundersen1-0/+47
2015-10-05networkd: add bridge propertiesSusant Sahani5-1/+98
2015-10-05sd-rtnl: introduce new API to set the NL header flagsSusant Sahani2-0/+10
2015-10-05sd-rtnl: sd-netlink: add support for bridge NL parametrsSusant Sahani1-1/+10
2015-10-05missing.h : add bridge paramsSusant Sahani1-0/+13
2015-10-03core: don't unset reload result, unless we begin a start or reload operationLennart Poettering1-1/+1
2015-10-02journal: rework vacuuming logicLennart Poettering12-224/+330
2015-10-02journal: use automatic clenup for ACL typesLennart Poettering1-5/+3
2015-10-02journal: improve some messagesLennart Poettering2-6/+5
2015-10-02journal: simplify things by using the LESS_BY() macroLennart Poettering1-14/+7
2015-10-02journal: don't affect atime of journal files when vacuumingLennart Poettering1-3/+7
2015-10-02journal: prefer stack allocationLennart Poettering1-8/+2
2015-10-02journal: make journal_file_close() return NULLLennart Poettering3-10/+8
2015-10-02journal: port over to fd_getcrtime_at()Lennart Poettering1-12/+4
2015-10-02lldp: add reception testsBeniamino Galvani1-3/+228
2015-10-02lldp: fix parsing of TLV lengthBeniamino Galvani1-6/+6
2015-10-02lldp: move lldp_receive_packet() to lldp-internal.cBeniamino Galvani5-28/+30
2015-10-02lldp: check return value of lldp_tlv_packet_exit_container()Beniamino Galvani1-30/+27
2015-10-02lldp: add support for organizationally specific TLVsBeniamino Galvani5-2/+164
2015-10-02lldp: factor out common code in lldp-tlv.cBeniamino Galvani1-89/+44
2015-10-02lldp: add sd_lldp_tlv_packet_get_destination_type()Beniamino Galvani4-0/+40
2015-10-02lldp: add public function to export LLDP TLV packetsBeniamino Galvani2-0/+34
2015-10-02lldp: move TLV related functions to lldp-tlv.cBeniamino Galvani2-201/+201
2015-10-02lldp: export opaque TLV type and accessor functionsBeniamino Galvani8-52/+57
2015-10-02lldp: change order of arguments of lldp_read_*() functionsBeniamino Galvani3-23/+23
2015-10-02lldp: add reference counter to struct tlv_packetBeniamino Galvani4-9/+31
2015-10-02util: rework fgetxattrat_fake() to use O_PATHLennart Poettering2-2/+40
2015-10-01Merge pull request #1439 from poettering/CODING_STYLEDaniel Mack3-24/+0
2015-10-01logind: remove warn_melody() logicLennart Poettering3-24/+0
2015-10-01Merge pull request #1428 from franciozzy/tagenhanceKay Sievers1-1/+2
2015-10-01Merge pull request #1438 from poettering/rfkill-reworkDaniel Mack6-83/+368
2015-10-01Merge pull request #1430 from evverx/driver-syslogLennart Poettering1-1/+4
2015-10-01rfkill: rework and make it listen on /dev/rfkillLennart Poettering1-77/+355
2015-10-01core: add new setting Writable= to ListenSpecial= socket unitsLennart Poettering4-3/+8
2015-10-01systemctl: fix how we decode types and statesLennart Poettering1-3/+5
2015-10-01Merge pull request #1434 from reverendhomer/patch-1Daniel Mack1-1/+1
2015-10-01udev: fix format string after conversion to log_*_errno()Michal Schmidt1-1/+1
2015-10-01sd-device: fix format strings after conversion to log_*_errno()Michal Schmidt1-2/+2
2015-10-01systemctl: fix memory leak in systemctl_parse_argvreverendhomer1-1/+1
2015-10-01tree-wide: add missing errno arguments to log_*_errno()Michal Schmidt2-3/+3
2015-10-01Merge pull request #1429 from poettering/dhcp-hostnameDaniel Mack3-5/+25