summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
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
2023-12-08Introduce `sc_mtx' mutex(9) to protect the most of pflow_softcVitaliy Makkoveev
2023-12-03Make rtm_senddesync_timer() timeout(9) handler mpsafe. solock() protectsVitaliy Makkoveev
2023-12-01pipex(4) layer is completely mp-safe, move the pipex_timer() timeout(9)Vitaliy Makkoveev
2023-12-01Prevent race between pf_test() and pf_purge_expired_states().Alexandr Nedvedicky
2023-11-29remove unused VXLANMTU definitionDenis Fondras
2023-11-28Remove struct inpcb from in6_embedscope() parameters.Alexander Bluhm
2023-11-23avoid passing weird mbuf chains to pf when pushing out a veb.David Gwynne
2023-11-18ports specified on tunnel destination addresses are invalid.David Gwynne
2023-11-13Fix rt_setgate() error handling.Alexander Bluhm
2023-11-12Use constant sockaddr in route lookup.Alexander Bluhm
2023-11-12Do not modify route info sockaddr in rtm_xaddrs().Alexander Bluhm
2023-11-12rt_gateway and rt_gwroute use X protections now.David Gwynne
2023-11-12rt_setgate performs a series of tweaks to an rtable and the routes inDavid Gwynne
2023-11-11Pass constant struct sockaddr to interface lookup functions.Alexander Bluhm
2023-11-11start documenting the protections or locks needed for struct rtentry fields.David Gwynne
2023-11-11Remove unused parameter dst from art_get().Alexander Bluhm
2023-11-10rtable_match() takes constant destination.Alexander Bluhm
2023-11-10Make ifq and ifiq interface MP safe.Alexander Bluhm
2023-11-09Remove delayed timeout(9) initialization. timeout_set*() only assignVitaliy Makkoveev
2023-10-27Forward TCP LRO disabling to parent devices.Jan Klemkow
2023-10-23Prevent wg(4) stuck on peer destruction.Vitaliy Makkoveev
2023-10-12pflog(4) logs packet dropped by default rule with block.Alexander Bluhm
2023-10-11Prevent deref-after-free when tdb_timeout() fires on invalid new tdb.Tobias Heider
2023-10-10pf(4) must not pass packet if state cannot be created.Alexander Bluhm
2023-10-10Remove dead code in pf_pull_hdr().Alexander Bluhm
2023-10-08Revert commitid: KtmyJEoS0WWxmlZ5Claudio Jeker
2023-10-05Protect interface queues with read once and mutex.Alexander Bluhm
2023-10-03Reinstate setting rtableid based on rdomain for pfsync,Stuart Henderson