aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/etherdevice.h
Commit message (Expand)AuthorAgeFilesLines
* LinuxKPI: add three skeleton functions to etherdevice.hBjoern A. Zeeb2025-10-211-0/+23
* LinuxKPI: add is_unicast_ether_addr()Bjoern A. Zeeb2025-05-051-1/+7
* linuxkpi: use canonical tests for is_{zero,broadcast}_ether_addrEd Maste2024-08-081-2/+4
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* LinuxKPI: add eth_random_addr() and device_get_mac_address()Bjoern A. Zeeb2022-02-141-1/+17
* LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev2022-01-101-3/+3
* LinuxKPI: add ether_addr_equal_unaligned()Bjoern A. Zeeb2021-05-251-1/+2
* Replace read_random(9) with more appropriate arc4rand(9) KPIsConrad Meyer2019-04-041-2/+1
* linuxkpi whitespace cleanupEd Maste2018-03-231-5/+5
* Implement eth_zero_addr() in the LinuxKPI.Hans Petter Selasky2017-03-081-0/+6
* Fallback to arc4rand() in the LinuxKPI when read_random() returnsHans Petter Selasky2016-06-071-2/+3
* Add more functions to the LinuxKPI.Hans Petter Selasky2016-03-031-0/+6
* Implement ether_addr_equal(), ether_addr_equal_64bits() andHans Petter Selasky2016-01-261-0/+24
* Add some structures and defines which will be used when decoding smallHans Petter Selasky2015-12-031-0/+19
* Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky2015-10-291-0/+62