summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/arp-util.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use -EBADF moreYu Watanabe2022-12-211-1/+1
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* arp-util: drop redundant lineYu Watanabe2021-11-091-1/+0
* arp-util: shorten BPF code a bitYu Watanabe2021-10-211-21/+14
* arp-util: split out logic of setting BPF code into a functionYu Watanabe2021-07-011-3/+15
* arp-util: use struct in_addrYu Watanabe2021-07-011-8/+10
* arp-util: make arp_send_{probe,announcement}() inlineYu Watanabe2021-07-011-11/+1
* arp-util: shorten code a bitYu Watanabe2021-07-011-5/+2
* arp-util: check ifindex and mac addressYu Watanabe2021-07-011-0/+3
* arp-util: check sent message sizeYu Watanabe2021-07-011-3/+5
* arp-util: align elementsYu Watanabe2021-07-011-18/+22
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: prefer AF_xyz over PF_xyzLennart Poettering2020-09-091-1/+1
* tree-wide: drop netinet/ether.h from socket-util.h and sd-netlink.hYu Watanabe2019-07-241-1/+2
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-1/+0
* tree-wide: use proper unicode © instead of (C) where we canLennart Poettering2018-06-141-2/+2
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* macro: introduce new TAKE_FD() macroLennart Poettering2018-03-221-4/+1
* libsystemd-network: fix endianness in ARP BPF filter (#8255)Beniamino Galvani2018-02-221-2/+2
* libsystemd-network: fix unaligned loads (issue #7654)Shawn Landden2017-12-181-2/+3
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* Fix missing space in comments (#5439)AsciiWolf2017-02-241-1/+1
* tree-wide: htonl() is weird, let's use htobe32() instead (#3538)Lennart Poettering2016-06-151-5/+5
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* sd-ipv4ll: filter out unwanted ARP packets in the kernelTom Gundersen2015-09-181-0/+153