summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
20 hoursiflib: fix book keepingMichael Tuexen
28 hoursrouting: Use a better error number in sysctl_fibs()Mark Johnston
28 hoursrouting: Initialize V_rt_numfibs earlier during bootMark Johnston
47 hoursiflib: accurately count bytes/segments for TSOAndrew Gallatin
47 hoursiflib: ignore reclaim coalescing when low on tx descriptorsAndrew Gallatin
3 daysnd6: Add support for route information (RFC 4191)Pouria Mousavizadeh Tehrani
4 daysbpf: fix handling the read timeout on ppc64Michael Tuexen
5 daysloopback: Account for packet dropsAndrew Gallatin
5 daysifconfig: add CMIS support for 400GbE opticsAndrew Gallatin
5 daysif_geneve: Fix build without INET or without INET6John Baldwin
5 daysrouting: Fix use-after-free in finalize_nhopPouria Mousavizadeh Tehrani
5 daysiflib: drain admin task and fix teardown order on register failureSumit Saxena
5 daysiflib: Fix panic observed while doing sysctl -a with if_bnxt unloadSreekanth Reddy
6 daysif_geneve: Add Support for Geneve (RFC8926)Pouria Mousavizadeh Tehrani
6 daysif_clone: Make ifnet_detach_sxlock opaque to consumersZhenlei Huang
6 daysifnet: Move SIOCSIFVNET from ifhwioctl() to ifioctl()Zhenlei Huang
6 daysifnet: vnet_if_return(): Avoid unnecessary recursive acquisition of ifnet_det...Zhenlei Huang
7 dayspf: use hashalloc(9) for key, id, src-node and udp-endpoint hashesGleb Smirnoff
7 daysgif: use hashalloc(9)Gleb Smirnoff
9 daysnd6: Remove DRAFT_IETF_6MAN_IPV6ONLY_FLAG and EXPERIMENTAL optionsPouria Mousavizadeh Tehrani
12 daysifnet: Add some sanity checksZhenlei Huang
14 daysnet: Add SIOCGI2CPB ioctl & add page/bank fields to ifi2creqAndrew Gallatin
2026-03-30net/route: Add an eventhandler for rt_numfibs changesMark Johnston
2026-03-31ifnet: Fix races in if_vmove_reclaim()Zhenlei Huang
2026-03-28routing: Include opt_route.h in route_ctl.cPouria Mousavizadeh Tehrani
2026-03-27routing: Retire ROUTE_MPATH compile optionPouria Mousavizadeh Tehrani
2026-03-27if_types: Fix a typo in a source code commentGordon Bergling
2026-03-19bridge(4): Remove epoch_enter during destructionPouria Mousavizadeh Tehrani
2026-03-17if_bridge(4): don't sleep under epoch(9) in destructionPouria Mousavizadeh Tehrani
2026-03-17ifnet: Remove unreachable codeZhenlei Huang
2026-03-17ifnet: Fix decreasing the vnet interface countZhenlei Huang
2026-03-16rss_config: Add option to enable rss udp hashingbigJ
2026-03-15libpcap: Update to 1.10.6Joseph Mingrone
2026-03-12debugnet: don't include udp_var.hGleb Smirnoff
2026-03-12systm.h: don't declare socket and inpcb globallyGleb Smirnoff
2026-03-12carp: retire ioctl(2) APIGleb Smirnoff
2026-03-04rss: manifest RSS option in kernel with kern.features sysctlGleb Smirnoff
2026-02-28vnet: Ensure the space allocated by vnet_data_alloc() is sufficent alignedZhenlei Huang
2026-02-27gre: unbreak LINT-NOINETEnji Cooper
2026-02-24rtsock: Fix stack overflowMark Johnston
2026-02-22net/if_vlan.c: do not leak vlan sx slock in vlan_clone_dump_nl()Konstantin Belousov
2026-02-18if_gre: Add netlink support with testsPouria Mousavizadeh Tehrani
2026-02-13bpf: don't call bpf_detachd() in bpf_setdlt()Gleb Smirnoff
2026-02-12lagg: Avoid dropping locks when starting the interfaceZhenlei Huang
2026-02-10pf: remove unused variable from pf_test_ctxKristof Provost
2026-02-10net: Remove the IFF_RENAMING flagMark Johnston
2026-02-10iflib: Add support for SIOCGIFDOWNREASON ioctlChandrakanth Patil
2026-02-10lagg: Make lagg_link_active() staticZhenlei Huang
2026-02-06lagg: Remove the member pr_num from struct lagg_protoZhenlei Huang
2026-02-06lagg: Make the none protocol a first-class citizenZhenlei Huang