aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* routing: Include opt_route.h in route_ctl.cPouria Mousavizadeh Tehrani28 hours1-0/+1
* routing: Retire ROUTE_MPATH compile optionPouria Mousavizadeh Tehrani32 hours15-117/+22
* if_types: Fix a typo in a source code commentGordon Bergling45 hours1-1/+1
* bridge(4): Remove epoch_enter during destructionPouria Mousavizadeh Tehrani9 days1-5/+0
* if_bridge(4): don't sleep under epoch(9) in destructionPouria Mousavizadeh Tehrani12 days1-2/+2
* ifnet: Remove unreachable codeZhenlei Huang12 days1-18/+0
* ifnet: Fix decreasing the vnet interface countZhenlei Huang13 days1-3/+3
* rss_config: Add option to enable rss udp hashingbigJ13 days1-12/+22
* libpcap: Update to 1.10.6Joseph Mingrone2026-03-151-36/+141
* debugnet: don't include udp_var.hGleb Smirnoff2026-03-121-1/+0
* systm.h: don't declare socket and inpcb globallyGleb Smirnoff2026-03-121-0/+1
* carp: retire ioctl(2) APIGleb Smirnoff2026-03-121-10/+0
* rss: manifest RSS option in kernel with kern.features sysctlGleb Smirnoff2026-03-051-0/+1
* vnet: Ensure the space allocated by vnet_data_alloc() is sufficent alignedZhenlei Huang2026-02-281-3/+11
* gre: unbreak LINT-NOINETEnji Cooper2026-02-271-4/+12
* rtsock: Fix stack overflowMark Johnston2026-02-241-2/+2
* net/if_vlan.c: do not leak vlan sx slock in vlan_clone_dump_nl()Konstantin Belousov2026-02-221-0/+1
* if_gre: Add netlink support with testsPouria Mousavizadeh Tehrani2026-02-182-66/+408
* bpf: don't call bpf_detachd() in bpf_setdlt()Gleb Smirnoff2026-02-131-1/+0
* lagg: Avoid dropping locks when starting the interfaceZhenlei Huang2026-02-111-17/+19
* pf: remove unused variable from pf_test_ctxKristof Provost2026-02-101-1/+0
* net: Remove the IFF_RENAMING flagMark Johnston2026-02-106-21/+0
* iflib: Add support for SIOCGIFDOWNREASON ioctlChandrakanth Patil2026-02-102-0/+16
* lagg: Make lagg_link_active() staticZhenlei Huang2026-02-091-1/+1
* lagg: Remove the member pr_num from struct lagg_protoZhenlei Huang2026-02-061-13/+6
* lagg: Make the none protocol a first-class citizenZhenlei Huang2026-02-061-9/+33
* bpf: don't clear pointer from descriptor to the tap on descriptor closeGleb Smirnoff2026-02-041-1/+1
* pf: fix use of uninitialised variableKristof Provost2026-02-031-4/+3
* epair: add VLAN_HWTAGGINGTimo Völker2026-01-301-12/+16
* net/iflib.c: move out scheduler-depended code into the hookKonstantin Belousov2026-01-291-79/+3
* netinet6: store ND context directly in struct in6_ifextraGleb Smirnoff2026-01-231-2/+2
* iflib: null out freed mbuf in iflib_txsd_freeAndrew Gallatin2026-01-191-0/+1
* net: on interface detach purge all its routes before detaching protocolsGleb Smirnoff2026-01-171-2/+2
* if_ovpn: add interface countersKristof Provost2026-01-151-0/+32
* pf: configurable action on limiter exceededKristof Provost2026-01-141-2/+9
* pf: convert state limiter interface to netlinkKristof Provost2026-01-141-65/+43
* pf: introduce source and state limitersKristof Provost2026-01-141-3/+411
* enc: create an interface at SI_SUB_PROTO_IF stageGleb Smirnoff2026-01-131-1/+1
* iflib: remove convoluted custom zeroing codeBrooks Davis2026-01-091-60/+5
* iflib: Drop tx lock when freeing mbufs using simple_transmitAndrew Gallatin2026-01-071-35/+147
* bridge: Allow BRDGSIFVLANSET without IFBRF_VLANFILTERLexi Winter2026-01-031-3/+0
* pf: sprinkle const over pf_addr_cmp()Kristof Provost2026-01-021-1/+1
* sys/netipsec: ensure sah stability during input callback processingKonstantin Belousov2025-12-221-2/+10
* if_tuntap: use ifnet_rename_event instead of ifnet_arrival_eventGleb Smirnoff2025-12-221-12/+6
* ng_ether: refactor to use interface EVENTHANDLER(9)sGleb Smirnoff2025-12-224-43/+0
* net: add ifnet_rename_event EVENTHANDLER(9) for interface renamingGleb Smirnoff2025-12-223-15/+28
* net: on interface detach purge multicast addresses after protocolsGleb Smirnoff2025-12-221-2/+1
* iflib: support for transmit side nic KTLS offloadAndrew Gallatin2025-12-212-14/+22
* bpf: add missing IFT_BRIDGE in the write methodGleb Smirnoff2025-12-191-0/+1
* net: attach IPv4 and IPv6 stacks to an interface with EVENTHANDLER(9)Gleb Smirnoff2025-12-185-131/+18