summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2022-07-01route(4): Use m_copydata, not misaligned mtod struct access.riastradh
2022-06-29route(4): Avoid unaligned access to struct rt_msghdr, take two.riastradh
2022-06-26route(4): Avoid unaligned access to struct rt_msghdr.riastradh
2022-06-26lagg(4): Safely handle misaligned mbufs.riastradh
2022-06-20Avoid unused variablemartin
2022-06-20 bpf(4): added support for VLAN hardware offloading of ethernet devicesyamaguchi
2022-06-20bridge(4): support VLAN frames stripped by hardware taggingyamaguchi
2022-06-20Determine the length of VLAN encapsulation by an interface type,yamaguchi
2022-06-20Handling frames that vlan id is 0 as non-VLAN framesyamaguchi
2022-05-28fix various typos in comments, mainly origional->original,andvar
2022-05-24fix various typos in comment, documentation and log messages.andvar
2022-05-23s/controll/control/ in comments.andvar
2022-05-22fix various small typos, mainly in comments.andvar
2022-05-17pfil(9): Assert pfil lists are not run in interrupt context.riastradh
2022-05-17pfil(9): Assert sleepable when editing pfil lists.riastradh
2022-05-11fix various typos in comments.andvar
2022-05-10Zeroize the length explicitly when malloc failed. Pointed out by yamaguchi@n.o.knakahara
2022-05-04Do not allocate mbuf clusters when the caller (eroneously) asksmartin
2022-05-04fix various typos in comments and log messages.andvar
2022-04-28Make the thmap(9) used for params use sleepable allocations,martin
2022-04-28Temporary hack to make PR 56802 (when it happens) tell us for sure thatmartin
2022-04-16fix various typos in comments and log messages.andvar
2022-04-12s/similarily/similarly/andvar
2022-04-10fix various typos in comments and output/log messages.andvar
2022-04-09sys: Use membar_release/acquire around reference drop.riastradh
2022-04-04Avoid signed/unsigned comparision by casting the sizeof expression.martin
2022-04-04Fix missing m_reset_rcvif for allocated mbufyamaguchi
2022-04-04Move input processing of lagg(4) before ether_inputyamaguchi
2022-04-01lagg(4): reimplement add and delete portyamaguchi
2022-03-31For device modules that provide both auto-config and /dev/xxxpgoyette
2022-03-31rename lagg_enqueue to lagg_outputyamaguchi
2022-03-31Use ether_ioctl to change mtu of lagg(4)yamaguchi
2022-03-31Use addlog(4) for putting 2 messages to one lineyamaguchi
2022-03-31Make lagg interface specified "laggproto none" able to upyamaguchi
2022-03-31added log when ifpromisc is failedyamaguchi
2022-03-31Set flags related to MTU on adding l2tp(4) to lagg(4)yamaguchi
2022-03-31set active when the port is distributingyamaguchi
2022-03-31update state of aggregator on multi-speed changingyamaguchi
2022-03-31lagg(4): use KASSERTyamaguchi
2022-03-31handle LACPDU and MarkerDU in thread contextyamaguchi
2022-03-31fix coding styleyamaguchi
2022-03-31Added length check for safetyyamaguchi
2022-03-31lagg(4): remove duplicated bpf_mtapyamaguchi
2022-03-31Change error code to ENOBUFS on lack of buffer memoryyamaguchi
2022-03-31Fix missing freeing resource related to protocolyamaguchi
2022-03-31Switch ifp->if_output along with configuring ifp->if_laggyamaguchi
2022-03-31Added missing NULL checkyamaguchi
2022-03-31lagg(4): commonize the error handlingyamaguchi
2022-03-31Added missing kmem_freeyamaguchi
2022-03-31lagg(4): fix typoyamaguchi