summaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* rtsock: Fix stack overflowMark Johnston2026-02-241-2/+2
* sys/net/sff8436.h: Fix the register address of link length of copper or activ...Kirill Kochnev2026-01-311-1/+1
* net: Use proper prototype for SYSINIT functionsZhenlei Huang2026-01-313-3/+3
* if_ovpn: add interface countersKristof Provost2026-01-281-0/+32
* iflib: remove convoluted custom zeroing codeBrooks Davis2026-01-161-60/+5
* altq(4): Fix a typo in a source code commentGordon Bergling2026-01-101-1/+1
* pfsync: Avoid zeroing the state export unionMark Johnston2026-01-071-2/+4
* if_ovpn: use epoch to free peersKristof Provost2025-12-171-2/+12
* if_ovpn: use IFT_TUNNELKristof Provost2025-11-251-1/+1
* if_vxlan: fix byteorder of source portSeyed Pouria Mousavizadeh Tehrani2025-11-071-2/+2
* net: Validate interface group names in ioctl handlersMark Johnston2025-11-041-8/+26
* altq: Clear stats structures in get_class_stats()Mark Johnston2025-11-043-0/+6
* epair: add support for checksum offloadingTimo Völker2025-09-291-2/+59
* ifnet: Defer detaching address family dependent dataZhenlei Huang2025-09-271-5/+21
* ethernet: Prefer memcmp() over bcmp()Zhenlei Huang2025-09-271-1/+1
* iflib: Set the get counter routine prior to attaching the interfaceZhenlei Huang2025-09-271-1/+1
* iflib: Make iflib_register() return voidZhenlei Huang2025-09-271-8/+3
* bridge: Fix adding gif(4) interface assigned with IP addresses as bridge memeberZhenlei Huang2025-09-271-3/+3
* EtherIP: Fix passing the address family from if_bridge(4) to gif(4)Zhenlei Huang2025-09-272-7/+9
* sys: add MBIM (mobile broadband interface module) interface type.Pierre Pronchery2025-09-151-0/+1
* 590493c1:Ronald Klop2025-09-131-4/+31
* epair: don't include if_var.h twiceMichael Tuexen2025-09-051-1/+0
* IfAPI: fix LINT-NOIP buildKa Ho Ng2025-09-033-12/+4
* IfAPI: restore KBI after bceb9c2f2b19Ka Ho Ng2025-09-032-0/+14
* IfAPI: Retire if_etherbpfmtap() and if_bpfmtap()Justin Hibbits2025-09-032-14/+0
* ifnet: Don't include ethernet.h twiceZhenlei Huang2025-09-011-1/+0
* if_ovpn: support IPv6 link-local addressesKristof Provost2025-08-131-1/+20
* if_ovpn: support floating clientsKristof Provost2025-08-132-1/+193
* if_ovpn: fill out sin_len/sin6_lenKristof Provost2025-08-131-0/+2
* if_ovpn: Destroy cloned interfaces via a prison removal callbackMark Johnston2025-08-131-8/+40
* if_ovpn: Support multihomed server configurationsMark Johnston2025-08-051-6/+46
* if_ovpn: Assert that udp_set_kernel_tunneling() succeedsMark Johnston2025-08-051-0/+1
* if_ovpn: Destroy the datapath lock when destroying a cloneMark Johnston2025-08-051-0/+1
* if_ovpn: Sprinkle const over some helper functionsMark Johnston2025-08-051-5/+6
* if_ovpn: Remove an unused field from struct ovpn_kkey_dirMark Johnston2025-08-051-1/+0
* Internal scheduling priorities: Always use symbolic onesOlivier Certner2025-07-281-4/+4
* lagg: Fix if_hw_tsomax_update() not being calledAndrew Gallatin2025-07-261-0/+1
* if_vlan: Fix up if_type before attaching the interfaceZhenlei Huang2025-07-071-1/+1
* ifnet: Eliminate unnecessary synchronization of the interface index in the li...Zhenlei Huang2025-07-071-15/+0
* ethernet: Set maximum Ethernet header length based on the capability IFCAP_VL...Zhenlei Huang2025-07-071-1/+2
* bridge: Remove a redundant assignment of if_typeZhenlei Huang2025-07-071-1/+0
* iflib: Some style(9) tweaksZhenlei Huang2025-07-071-104/+104
* if_firewire: Make firewire_broadcastaddr static constZhenlei Huang2025-07-071-2/+2
* ifnet: Initialize the address family dependent data region earlierZhenlei Huang2025-07-071-2/+2
* if_vlan_var.h: fix value of DOT1Q_VID_MAXLexi Winter2025-06-291-1/+1
* bridge: fix vlan(4) on a bridge memberLexi Winter2025-06-181-13/+10
* net: bandaid for plugging a fw_com leak in fwip_detach()Tai-hwa Liang2025-06-121-0/+1
* pf: fix panic in pf_return()Kristof Provost2025-06-061-2/+4
* ifnet: Integrate if_unroute() into if_down()Zhenlei Huang2025-06-011-21/+8
* ifnet: Fix a typo in a source code commentZhenlei Huang2025-06-011-1/+1