summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2024-04-22Show pf fragment reassembly counters.Alexander Bluhm
2024-04-14Run raw IP input in parallel.Alexander Bluhm
2024-04-13correct indentationJonathan Gray
2024-04-12Split single TCP inpcb table into IPv4 and IPv6 parts.Alexander Bluhm
2024-04-11Prevent changing interface loopback flag from userland.Alexander Bluhm
2024-04-09Don't include net/art.h in net/rtable.h instead let the two usersClaudio Jeker
2024-03-31Combine route_cache() and rtalloc_mpath() in new route_mpath().Alexander Bluhm
2024-03-26Avoid NULL pointer dereference in routing table an_match().Alexander Bluhm
2024-03-19count if_enqueue/ifq_enqueue errors as oqdrops.David Gwynne
2024-03-18expose per port information via kstats.David Gwynne
2024-03-18use high bits from the mbuf flowid to pick a port to transmit on.David Gwynne
2024-03-05Convert `t_lock', `r_keypair_lock' and `c_lock' rwlock(9)s toVitaliy Makkoveev
2024-03-04white space fixes. no functional changeDavid Gwynne
2024-02-29revert "Combine route_cache() and rtalloc_mpath() in new route_mpath()"Christian Weisgerber
2024-02-28Enable IPv6 AF for ppp(4)Denis Fondras
2024-02-27Combine route_cache() and rtalloc_mpath() in new route_mpath().Alexander Bluhm
2024-02-22Make the route cache aware of multipath routing.Alexander Bluhm
2024-02-14Check IP length in ether_extract_headers().Alexander Bluhm
2024-02-13Analyse header layout in ether_extract_headers().Alexander Bluhm
2024-02-13Merge struct route and struct route_in6.Alexander Bluhm
2024-02-09Route cache function returns hit or miss.Alexander Bluhm
2024-02-07Add missing #ifdef INET6 to fix ramdisk build.Alexander Bluhm
2024-02-07Use the route generation number also for IPv6.Alexander Bluhm
2024-02-06Invert broken check of panic string in if_linkstate().Alexander Bluhm
2024-02-05Add netstat counter for route cache.Alexander Bluhm
2024-02-05Don't send route messages while rebooting after panic. Syskaller exposedVitaliy Makkoveev
2024-02-05Move route_cache() declaration from net/route.h to netinet/in.h.Kenji Aoyama
2024-01-31Add route generation number to route cache.Alexander Bluhm
2024-01-26Put checksum flags in bpf_hdr to use them in userland dhcpleased.Jan Klemkow
2024-01-24tag packets going out a sec interface to prevent route/encap loops.David Gwynne
2024-01-23Introduce pipex_iterator(), the special thing to performVitaliy Makkoveev
2024-01-23Remove `pipex_rd_head6' and `ps6_rn[2]'. They are not used.Vitaliy Makkoveev
2024-01-18Use `nowake' as tsleep_nsec(9) ident. It has no corresponding wakeup(9).Vitaliy Makkoveev
2024-01-11Use domain name for socket lock.Alexander Bluhm
2024-01-10Split UDP PCB table into IPv4 and IPv6.Alexander Bluhm
2024-01-06Do not count packets though multicast loopback and simplex interfaces.Alexander Bluhm
2024-01-06Take net lock before kernel lock.Alexander Bluhm
2024-01-01Protect link between pf and inp with mutex.Alexander Bluhm
2024-01-01Call if_counters_alloc() before if_attach().Vitaliy Makkoveev
2024-01-01Fix white space in pf.c.Alexander Bluhm
2023-12-29Make loopback interface counters MP safe.Alexander Bluhm
2023-12-28use RB_FOREACH_SAFE for pf_purge_expired_src_nodesaisha
2023-12-23Backout always allocate per-CPU statistics counters for networkAlexander Bluhm
2023-12-22Always allocate per-CPU statistics counters for network interfaceVitaliy Makkoveev
2023-12-19Initialize `sc_outputtask' before interface attachment. if_alloc_sadl()Vitaliy Makkoveev
2023-12-16Rework pflowioctl() lock dances.Vitaliy Makkoveev
2023-12-12slyle(9) fix. No functional changes.Vitaliy Makkoveev
2023-12-12Turn `pflowstats' statistics counters into per-CPU counters to make themVitaliy Makkoveev
2023-12-11Turn `pflow_softc' list into SMR list.Vitaliy Makkoveev
2023-12-08Add spaces around '='. style(9) fix, no functional changes.Vitaliy Makkoveev