aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
...
* lltable: use own lockGleb Smirnoff2025-12-082-27/+32
* linux: store Linux Ethernet interface number in struct ifnetGleb Smirnoff2025-12-081-0/+1
* net: fix LINT-NOIP buildGleb Smirnoff2025-12-061-5/+3
* net: remove dom_ifmtuGleb Smirnoff2025-12-043-29/+18
* net: routing table attach never failsGleb Smirnoff2025-12-041-5/+1
* pf: make unhandled_af() inlineGleb Smirnoff2025-12-041-1/+5
* bpf: global bpf list doesn't need CKGleb Smirnoff2025-12-031-14/+14
* bpf: calculate net.bpf.stats buffer size dynamicallyGleb Smirnoff2025-12-031-11/+17
* bpf: retire struct bpf_if_extGleb Smirnoff2025-12-032-16/+10
* if.h: Fix a couple of typos in commentsNavdeep Parhar2025-11-251-2/+2
* loopback: Clear hash unconditionally.Andrew Gallatin2025-11-241-2/+0
* rss: Enable portions of RSS globally to enable symmetric hashingAndrew Gallatin2025-11-222-33/+53
* bpf: remove DDB codeGleb Smirnoff2025-11-221-37/+0
* bpf: leave only locked version of bpf_detachd()Gleb Smirnoff2025-11-211-17/+10
* bpf: refactor buffer pre-allocation for BIOCSETIFGleb Smirnoff2025-11-211-25/+20
* bpf: remove dead codeGleb Smirnoff2025-11-212-25/+0
* iflib: fix iflib_simple_transmit() when interface is downAndrew Gallatin2025-11-201-3/+7
* if_ovpn: use IFT_TUNNELKristof Provost2025-11-171-1/+1
* sys/net/sff8436.h: Fix the register address of link length of copper or activ...Kirill Kochnev2025-11-161-1/+1
* Fix typo in recently added 400G mediaNavdeep Parhar2025-11-141-1/+1
* if_media.h: Add 400GBase-SR8 and 400GBase-CR8Navdeep Parhar2025-11-122-0/+8
* iflib: remove transmit prefetchingAndrew Gallatin2025-11-111-44/+2
* if_tuntap: defer transient destroy_dev() to a taskqueueKyle Evans2025-11-051-6/+57
* pf: convert DIOCRSETADDRS to netlinkKristof Provost2025-10-311-2/+3
* pf: Check if source nodes use a valid redirection addressKajetan Staszkiewicz2025-10-301-0/+4
* net: Remove useless field annotationsMark Johnston2025-10-271-4/+4
* altq: Clear stats structures in get_class_stats()Mark Johnston2025-10-273-0/+6
* net: Validate interface group names in ioctl handlersMark Johnston2025-10-271-8/+26
* if_vxlan: fix byteorder of source portSeyed Pouria Mousavizadeh Tehrani2025-10-211-2/+2
* knotes: kqueue: handle copy for trivial filtersKonstantin Belousov2025-10-182-0/+4
* net: Use proper prototype for SYSINIT functionsZhenlei Huang2025-10-133-3/+3
* iflib: Implement tx desc reclaim thresholdAndrew Gallatin2025-10-012-13/+101
* Revert "IfAPI: Added missing accessor for if_home_vnet"Kristof Provost2025-10-012-7/+0
* IfAPI: Added missing accessor for if_home_vnetItzBlinkzy2025-09-292-0/+7
* iflib: ifdef iflib_simple_transmit and iflib_simple_select_queue on ALTQMateusz Guzik2025-09-291-1/+4
* pf: Fix rule and state countersKajetan Staszkiewicz2025-09-281-3/+4
* pf: print 'once' rule expire timeKristof Provost2025-09-251-0/+1
* pf: Add pfsync protocol for FreeBSD 15Kajetan Staszkiewicz2025-09-232-5/+64
* pf: Count m_gethdr() failures in PFRES_MEMORY counterKristof Provost2025-09-171-4/+5
* if_ovpn.c: fix use of uninitialized variableAlex Richardson2025-09-151-2/+4
* pf: sync_ifp doesn't exist, remove externsKristof Provost2025-09-151-2/+0
* pf: Show pf fragment reassembly counters.Kristof Provost2025-09-151-0/+2
* bridge: Do outbound VLAN filtering in bridge_enqueueLexi Winter2025-09-121-8/+14
* pf: Remove dead code in pf_pull_hdr().Kristof Provost2025-09-101-1/+1
* iflib: report output drops and handle ENOBUFS properlyAndrew Gallatin2025-09-101-0/+15
* bridge: Set member_ifaddrs=1 by defaultLexi Winter2025-09-041-1/+1
* bridge: Print a warning if member_ifaddrs=1Lexi Winter2025-09-041-14/+20
* epair: add support for checksum offloadingTimo Völker2025-09-041-2/+59
* ifnet: Defer detaching address family dependent dataZhenlei Huang2025-09-031-5/+21
* ethernet: Prefer memcmp() over bcmp()Zhenlei Huang2025-09-031-1/+1