summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2 daysnet: on interface detach purge all its routes before detaching protocolsGleb Smirnoff
4 daysif_ovpn: add interface countersKristof Provost
5 dayspf: configurable action on limiter exceededKristof Provost
5 dayspf: convert state limiter interface to netlinkKristof Provost
5 dayspf: introduce source and state limitersKristof Provost
6 daysenc: create an interface at SI_SUB_PROTO_IF stageGleb Smirnoff
10 daysiflib: remove convoluted custom zeroing codeBrooks Davis
12 daysiflib: Drop tx lock when freeing mbufs using simple_transmitAndrew Gallatin
2026-01-03bridge: Allow BRDGSIFVLANSET without IFBRF_VLANFILTERLexi Winter
2026-01-02pf: sprinkle const over pf_addr_cmp()Kristof Provost
2025-12-22sys/netipsec: ensure sah stability during input callback processingKonstantin Belousov
2025-12-21if_tuntap: use ifnet_rename_event instead of ifnet_arrival_eventGleb Smirnoff
2025-12-21ng_ether: refactor to use interface EVENTHANDLER(9)sGleb Smirnoff
2025-12-21net: add ifnet_rename_event EVENTHANDLER(9) for interface renamingGleb Smirnoff
2025-12-21net: on interface detach purge multicast addresses after protocolsGleb Smirnoff
2025-12-21iflib: support for transmit side nic KTLS offloadAndrew Gallatin
2025-12-19bpf: add missing IFT_BRIDGE in the write methodGleb Smirnoff
2025-12-18net: attach IPv4 and IPv6 stacks to an interface with EVENTHANDLER(9)Gleb Smirnoff
2025-12-18net: split ifnet_arrival_event into two eventsGleb Smirnoff
2025-12-18bpf: add a crutch to support if_vmoveGleb Smirnoff
2025-12-17vlan: plug a new panic associated with interface removalGleb Smirnoff
2025-12-17bpf: virtualize bpf_iflistGleb Smirnoff
2025-12-15bpf: add BIOCGETIFLIST ioctl that returns all available tap pointsGleb Smirnoff
2025-12-15bpf: modularize ifnet(9) part of bpfGleb Smirnoff
2025-12-15lacp: Sort port map by interface indexAndrew Gallatin
2025-12-15if_clone: don't overwrite dump_nl of an attaching cloner with defaultSeyed Pouria Mousavizadeh Tehrani
2025-12-14pfsync: Avoid zeroing the state export unionMark Johnston
2025-12-13altq(4): Fix a typo in a source code commentGordon Bergling
2025-12-12bpf: convert several boolean natured fields of bpf_d to flagsGleb Smirnoff
2025-12-11pf: handle TTL expired during nat64Kristof Provost
2025-12-09if_ovpn: use epoch to free peersKristof Provost
2025-12-08lltable: use own lockGleb Smirnoff
2025-12-08linux: store Linux Ethernet interface number in struct ifnetGleb Smirnoff
2025-12-06net: fix LINT-NOIP buildGleb Smirnoff
2025-12-04net: remove dom_ifmtuGleb Smirnoff
2025-12-04net: routing table attach never failsGleb Smirnoff
2025-12-04pf: make unhandled_af() inlineGleb Smirnoff
2025-12-03bpf: global bpf list doesn't need CKGleb Smirnoff
2025-12-03bpf: calculate net.bpf.stats buffer size dynamicallyGleb Smirnoff
2025-12-03bpf: retire struct bpf_if_extGleb Smirnoff
2025-11-25if.h: Fix a couple of typos in commentsNavdeep Parhar
2025-11-24loopback: Clear hash unconditionally.Andrew Gallatin
2025-11-22rss: Enable portions of RSS globally to enable symmetric hashingAndrew Gallatin
2025-11-21bpf: remove DDB codeGleb Smirnoff
2025-11-21bpf: leave only locked version of bpf_detachd()Gleb Smirnoff
2025-11-21bpf: refactor buffer pre-allocation for BIOCSETIFGleb Smirnoff
2025-11-21bpf: remove dead codeGleb Smirnoff
2025-11-19iflib: fix iflib_simple_transmit() when interface is downAndrew Gallatin
2025-11-17if_ovpn: use IFT_TUNNELKristof Provost
2025-11-17sys/net/sff8436.h: Fix the register address of link length of copper or activ...Kirill Kochnev