aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* ifnet: Fix decreasing the vnet interface countZhenlei Huang13 days1-3/+3
* vnet: Ensure the space allocated by vnet_data_alloc() is sufficent alignedZhenlei Huang2026-03-051-3/+11
* 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
* if_vxlan: fix byteorder of source portSeyed Pouria Mousavizadeh Tehrani2025-11-071-2/+2
* net: Validate interface group names in ioctl handlersMark Johnston2025-10-301-8/+26
* altq: Clear stats structures in get_class_stats()Mark Johnston2025-10-303-0/+6
* EtherIP: Fix passing the address family from if_bridge(4) to gif(4)Zhenlei Huang2025-10-042-7/+9
* bridge: Remove a redundant assignment of if_typeZhenlei Huang2025-07-081-1/+0
* if_vlan: Fix up if_type before attaching the interfaceZhenlei Huang2025-07-081-1/+1
* pf: fix panic in pf_return()Kristof Provost2025-06-061-2/+4
* net/if_bridgevar.h: add include guardLexi Winter2025-05-271-0/+5
* link_addr: be more strict about address formatsLexi Winter2025-05-201-1/+1
* net/if_dl.h: add param names in prototypesLexi Winter2025-05-201-2/+3
* libc: add link_ntoa_r()Lexi Winter2025-05-201-0/+1
* sys/net: add a new ether_vlanid_t typeLexi Winter2025-05-193-13/+22
* net/if_dl.h: make self-containedLexi Winter2025-05-071-2/+4
* net/if_dl.h: put kernel decls behind _KERNELLexi Winter2025-05-071-1/+3
* bridge: define VLANTAGOF correctlyLexi Winter2025-05-071-1/+1
* pf: don't use state keys after pf_state_insert()Kristof Provost2025-04-211-2/+4
* routing: do not allow PINNED routes to be overridenAndrey V. Elsukov2025-03-181-1/+1
* routing: set net.route.multipath=0 when kernel doesn't have ROUTE_MPATHAndrey V. Elsukov2025-03-071-1/+2
* net: if_media for 1000Base-BX BiDiTore Amundsen2025-03-022-0/+3
* net: if_media for 100BASE-BXKevin Bowling2025-02-112-0/+5
* ifnet: Detach BPF descriptors on interface vmove eventZhenlei Huang2025-02-063-0/+35
* ifnet: Make if_detach_internal() and if_vmove() voidZhenlei Huang2025-02-061-24/+14
* bpf: Fix potential race conditionsZhenlei Huang2025-02-061-2/+12
* vnet: Fix style nitsZhenlei Huang2025-02-031-4/+5
* if_vxlan(4): Prefer SYSCTL_INT over TUNABLE_INTZhenlei Huang2025-02-031-2/+4
* if_vxlan(4): Use static initializersZhenlei Huang2025-02-031-5/+3
* libpcap: Update to 1.10.3Joseph Mingrone2025-01-291-41/+219
* if_vxlan(4): Invoke vxlan_stop event handler only when the interface is confi...Zhenlei Huang2025-01-281-2/+6
* sppp: Fix getting wrong spppreq cmd from ioctlZhenlei Huang2025-01-141-6/+7
* Fix failure to add an interface prefix routeAlexander V. Chernikov2025-01-112-10/+13
* rtsock: Use NULL for VNET_SYS[UN]INIT's last arg, which is a pointer typeZhenlei Huang2024-12-151-2/+2
* routing: Use NULL for VNET_SYS[UN]INIT's last arg, which is a pointer typeZhenlei Huang2024-12-151-2/+2
* if_bridge: Mask MEXTPG if some members don't support itMark Johnston2024-11-111-1/+1
* ifnet: Assert that we are assigning network stack correctlyZhenlei Huang2024-11-071-0/+1
* ifnet: Remove if_getamcount()Mark Johnston2024-10-102-7/+0
* if_clone: correctly destroy a clone from a different vnetGleb Smirnoff2024-10-101-18/+2
* if_vmove: improve restoration in cloner's ifgroup membershipGleb Smirnoff2024-10-103-47/+37
* ifnet: allocate index at the end of if_alloc_domain()Gleb Smirnoff2024-10-101-23/+15
* if_epair: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-10-091-12/+0
* if_enc(4): Make enc_add_hhooks() voidZhenlei Huang2024-10-081-15/+8
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-10-0811-49/+0
* ifnet: make if_alloc_domain() never failGleb Smirnoff2024-10-081-17/+5
* iflib: Simplify iflib_legacy_setupKrzysztof Galazka2024-10-021-10/+6
* if_vlan: Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-301-5/+0
* altq: Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-301-6/+1
* iflib: Many style fixesZhenlei Huang2024-09-261-148/+148