summaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/etherdevice.h
AgeCommit message (Expand)Author
2025-10-21LinuxKPI: add three skeleton functions to etherdevice.hBjoern A. Zeeb
2025-05-05LinuxKPI: add is_unicast_ether_addr()Bjoern A. Zeeb
2024-08-08linuxkpi: use canonical tests for is_{zero,broadcast}_ether_addrEd Maste
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2022-02-14LinuxKPI: add eth_random_addr() and device_get_mac_address()Bjoern A. Zeeb
2022-01-10LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev
2021-05-25LinuxKPI: add ether_addr_equal_unaligned()Bjoern A. Zeeb
2019-04-04Replace read_random(9) with more appropriate arc4rand(9) KPIsConrad Meyer
2018-03-23linuxkpi whitespace cleanupEd Maste
2017-03-08Implement eth_zero_addr() in the LinuxKPI.Hans Petter Selasky
2016-06-07Fallback to arc4rand() in the LinuxKPI when read_random() returnsHans Petter Selasky
2016-03-03Add more functions to the LinuxKPI.Hans Petter Selasky
2016-01-26Implement ether_addr_equal(), ether_addr_equal_64bits() andHans Petter Selasky
2015-12-03Add some structures and defines which will be used when decoding smallHans Petter Selasky
2015-10-29Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky