summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2024-07-02Read IPsec forwarding information once.Alexander Bluhm
2024-06-26return type on a dedicated line when declaring functionsJonathan Gray
2024-06-22remove space between function names and argument listJonathan Gray
2024-06-21My earlier commit [1.1169 of pf.c (2023/01/05)] makes pf(4) to report wrongAlexandr Nedvedicky
2024-06-20Read IPv6 forwarding value only once while processing a packet.Alexander Bluhm
2024-06-14Switch AF_ROUTE sockets to the new locking scheme.Vitaliy Makkoveev
2024-06-09Introduce IFCAP_VLAN_HWOFFLOAD for vio(4).Jan Klemkow
2024-06-07Read IP forwarding variables only once.Alexander Bluhm
2024-06-07remove ph_ppp_proto define, unused since rev 1.123Jonathan Gray
2024-05-29remove prototypes with no matching functionJonathan Gray
2024-05-24pfsync must let to progress state for destination peerAlexandr Nedvedicky
2024-05-17Switch AF_KEY sockets to the new locking scheme.Vitaliy Makkoveev
2024-05-17Fix uninitialized memory access in pfkeyv2_sysctl().Vitaliy Makkoveev
2024-05-14remove prototypes with no matching functionJonathan Gray
2024-05-13remove prototypes with no matching functionJonathan Gray
2024-05-12sync_ifp and ticket_pabuf don't exist, remove externsJonathan Gray
2024-05-10make pf_match_rule() prototype match the functionJonathan Gray
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