aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_infiniband.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* net: replace IFF_KNOWSEPOCH with IFF_NEEDSEPOCHGleb Smirnoff2023-04-171-1/+25
* infiniband: Opt-in for net epochZhenlei Huang2023-04-051-2/+7
* infiniband: Widen NET_EPOCH coverageZhenlei Huang2023-04-021-2/+2
* infiniband: Bring back M_ASSERTVALID() check in infiband_bpf_mtap()Justin Hibbits2023-03-241-0/+1
* infiniband: Convert BPF handling for IfAPIJustin Hibbits2023-03-141-1/+4
* ifnet/API: Move struct ifnet definition to a <net/if_private.h>Justin Hibbits2023-01-241-0/+1
* infiniband_resolve_addr: ih is only used for INET or INET6.John Baldwin2022-04-131-2/+3
* routing: Allow using IPv6 next-hops for IPv4 routes (RFC 5549).Zhenlei Huang2021-08-221-3/+4
* lltable: Add support for "child" LLEs holding encap for IPv4oIPv6 entries.Alexander V. Chernikov2021-08-211-1/+2
* [lltable] Unify datapath feedback mechamism.Alexander V. Chernikov2021-08-041-1/+1
* Streamline the infiniband code according to the ethernet code.Hans Petter Selasky2020-12-311-2/+0
* Streamline the infiniband code according to the ethernet code.Hans Petter Selasky2020-12-291-102/+201
* More style fixes (partial revert of r366994).Hans Petter Selasky2020-10-241-6/+6
* Fix order of header files:Hans Petter Selasky2020-10-241-1/+1
* Run code through "clang-format -style=file" with some additional fixes.Hans Petter Selasky2020-10-241-29/+28
* Compile fix for MIPS, MIPS64, POWERPC and POWERPC64.Hans Petter Selasky2020-10-221-0/+2
* Add support for IP over infiniband, IPoIB, to lagg(4). Currently onlyHans Petter Selasky2020-10-221-0/+14
* Factor out generic IP over infiniband, IPoIB, definitions and codeHans Petter Selasky2020-10-221-0/+538