aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* net: ether_gen_addr: fix address generationMaxim Shalomikhin2025-07-021-3/+1
* if_ethersubr: preserve entropy of MAC addressesQuentin Thébault2025-07-021-1/+1
* pf: Refactor the six ways to find TCP options into one new function.Kristof Provost2025-06-271-0/+2
* pf: ensure max-pkt-size works on match rulesKristof Provost2025-06-271-0/+1
* pf: add 'max-pkt-size'Kristof Provost2025-06-271-0/+1
* if_vlan: Fix up if_type before attaching the interfaceZhenlei Huang2025-06-261-1/+1
* pf: add a generic packet rate matching filterKristof Provost2025-06-251-0/+1
* pf: use counter_rate() for rate checkingKristof Provost2025-06-251-1/+9
* if_vlan: add a prototype for vlan_input_pLexi Winter2025-06-254-11/+2
* ifnet: Eliminate unnecessary synchronization of the interface index in the li...Zhenlei Huang2025-06-241-15/+0
* ethernet: Set maximum Ethernet header length based on the capability IFCAP_VL...Zhenlei Huang2025-06-211-1/+2
* Internal scheduling priorities: Always use symbolic onesOlivier Certner2025-06-181-4/+4
* bridge: Remove a redundant assignment of if_typeZhenlei Huang2025-06-161-1/+0
* pf: Fix the prototype for pf_match_rule()Mark Johnston2025-06-141-1/+1
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-115-8/+5
* send tags: add a status report methodKonstantin Belousov2025-06-091-0/+2
* pf: split pf_find_or_create_ruleset() into smaller chunksKristof Provost2025-06-091-0/+2
* iflib: Some style(9) tweaksZhenlei Huang2025-06-061-104/+104
* route: fix rtentry double freeKristof Provost2025-06-051-2/+1
* bridge: fix vlan(4) on a bridge memberLexi Winter2025-06-041-13/+10
* if_vlan_var.h: fix value of DOT1Q_VID_MAXLexi Winter2025-06-041-1/+1
* pf: use struct pf_test_ctx as function argumentKristof Provost2025-06-021-9/+4
* pf: remove unused argument from pf_get_translation()Kristof Provost2025-06-021-1/+1
* pf: rework anchor handling to recurseKristof Provost2025-06-021-9/+42
* if_firewire: Make firewire_broadcastaddr static constZhenlei Huang2025-06-011-2/+2
* pf: remove XXX from the comments marking "holes" in the ioctlsKristof Provost2025-05-291-3/+0
* pf: teach pf_build_tcp() about SACKKristof Provost2025-05-281-1/+1
* bridge: check allow_llz_overlap before member_ifaddrsLexi Winter2025-05-231-19/+20
* ifnet: Initialize the address family dependent data region earlierZhenlei Huang2025-05-221-2/+2
* ifnet: Integrate if_unroute() into if_down()Zhenlei Huang2025-05-201-21/+8
* ifnet: Fix a typo in a source code commentZhenlei Huang2025-05-191-1/+1
* link_addr: be more strict about address formatsLexi Winter2025-05-151-1/+1
* bridge(4): default net.link.bridge.member_ifaddrs to falseLexi Winter2025-05-151-2/+2
* net/if_dl.h: add param names in prototypesLexi Winter2025-05-091-2/+3
* libc: add link_ntoa_r()Lexi Winter2025-05-071-0/+1
* sys: don't panic on ifm_status being NULLAdrian Chadd2025-05-071-0/+17
* net/if_dl.h: make self-containedLexi Winter2025-05-061-1/+3
* net/if_dl.h: put kernel decls behind _KERNELLexi Winter2025-05-061-1/+3
* bridge: allow IP addresses on members to be disabledLexi Winter2025-05-053-9/+54
* bpf: Make bpf.h self-containedMark Johnston2025-05-031-0/+1
* net/sff8472.h: add double-include protectionKonstantin Belousov2025-04-291-0/+5
* pf: Add modern NAT syntaxKajetan Staszkiewicz2025-04-281-0/+7
* <net/sff8472.h>: Conditionally export table of ID namesJohn Baldwin2025-04-281-0/+2
* <net/if_strings.h>: Conditionally export table of bit namesJohn Baldwin2025-04-281-0/+2
* pf: push 'field changed' guards into 'change field' functionsKristof Provost2025-04-231-2/+2
* pf: remove _unaligned from pf_patch_(16|32)_unaligned()Kristof Provost2025-04-161-2/+2
* pf: simplify pf_patch* argumentsKristof Provost2025-04-161-4/+2
* pf: remove unused macrosKristof Provost2025-04-161-8/+0
* sys/net: add DOT1Q_VID_{MIN,MAX}Lexi Winter2025-04-152-1/+3
* sys/net: add a new ether_vlanid_t typeLexi Winter2025-04-153-13/+22